Home
last modified time | relevance | path

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

/external/opencv3/modules/objdetect/src/
Ddetection_based_tracker.cpp543 …double time_from_previous_launch_in_ms=1000.0 * (((double)(getTickCount() - timeWhenDetectingThre… in communicateWithDetectingThread() local
544 …shouldSendNewDataToWorkThread = (time_from_previous_launch_in_ms >= detectionBasedTracker.paramete… in communicateWithDetectingThread()
546 …(shouldSendNewDataToWorkThread?1:0), time_from_previous_launch_in_ms, detectionBasedTracker.parame… in communicateWithDetectingThread()