Searched refs:timeWhenDetectingThreadStartedWork (Results 1 – 1 of 1) sorted by relevance
189 long long timeWhenDetectingThreadStartedWork; member in cv::DetectionBasedTracker::SeparateDetectionWork198 timeWhenDetectingThreadStartedWork(-1) in SeparateDetectionWork()536 …gDetectionDuration = 1000.0 * (((double)(getTickCount() - timeWhenDetectingThreadStartedWork )) /… in communicateWithDetectingThread()542 if (timeWhenDetectingThreadStartedWork > 0) { in communicateWithDetectingThread()543 …revious_launch_in_ms=1000.0 * (((double)(getTickCount() - timeWhenDetectingThreadStartedWork )) /… in communicateWithDetectingThread()556 timeWhenDetectingThreadStartedWork = getTickCount() ; in communicateWithDetectingThread()