Home
last modified time | relevance | path

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

/external/opencv3/modules/objdetect/src/
Ddetection_based_tracker.cpp129 … bool communicateWithDetectingThread(const Mat& imageGray, std::vector<Rect>& rectsWhereRegions);
512 bool cv::DetectionBasedTracker::SeparateDetectionWork::communicateWithDetectingThread(const Mat& im… in communicateWithDetectingThread() function in cv::DetectionBasedTracker::SeparateDetectionWork
642 …shouldHandleResult = separateDetectionWork->communicateWithDetectingThread(imageGray, rectsWhereRe… in process()