Home
last modified time | relevance | path

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

/external/opencv3/modules/objdetect/src/
Ddetection_based_tracker.cpp523 bool shouldHandleResult = false; in communicateWithDetectingThread() local
532 shouldHandleResult=true; in communicateWithDetectingThread()
570 …ionWork::communicateWithDetectingThread: result: shouldHandleResult=%d", (shouldHandleResult?1:0)); in communicateWithDetectingThread()
572 return shouldHandleResult; in communicateWithDetectingThread()
640 bool shouldHandleResult=false; in process() local
642shouldHandleResult = separateDetectionWork->communicateWithDetectingThread(imageGray, rectsWhereRe… in process()
645 if (shouldHandleResult) { in process()