workcycleObjectDetectorFunction 164 modules/objdetect/include/opencv2/objdetect/detection_based_tracker.hpp friend void* workcycleObjectDetectorFunction(void* p); workcycleObjectDetectorFunction 121 modules/objdetect/src/detection_based_tracker.cpp void* workcycleObjectDetectorFunction(void* p); workcycleObjectDetectorFunction 187 modules/objdetect/src/detection_based_tracker.cpp friend void* workcycleObjectDetectorFunction(void* p); workcycleObjectDetectorFunction 259 modules/objdetect/src/detection_based_tracker.cpp second_workthread = std::thread(workcycleObjectDetectorFunction, (void*)this); //TODO: add attributes? workcycleObjectDetectorFunction 263 modules/objdetect/src/detection_based_tracker.cpp pthread_create(&second_workthread, NULL, workcycleObjectDetectorFunction, (void*)this); //TODO: add attributes?