Home
last modified time | relevance | path

Searched refs:second_workthread (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/objdetect/src/
Ddetection_based_tracker.cpp160 std::thread second_workthread; member in cv::DetectionBasedTracker::SeparateDetectionWork
166 pthread_t second_workthread; member in cv::DetectionBasedTracker::SeparateDetectionWork
259second_workthread = std::thread(workcycleObjectDetectorFunction, (void*)this); //TODO: add attribu… in run()
263 …pthread_create(&second_workthread, NULL, workcycleObjectDetectorFunction, (void*)this); //TODO: ad… in run()