Home
last modified time | relevance | path

Searched refs:rectsWhereRegions (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 …ionWork::communicateWithDetectingThread(const Mat& imageGray, std::vector<Rect>& rectsWhereRegions) in communicateWithDetectingThread() argument
533 rectsWhereRegions = resultDetect; in communicateWithDetectingThread()
639 std::vector<Rect> rectsWhereRegions; in process() local
642 …HandleResult = separateDetectionWork->communicateWithDetectingThread(imageGray, rectsWhereRegions); in process()
670 rectsWhereRegions.push_back(r); in process()
677 …LOGD("DetectionBasedTracker::process: rectsWhereRegions.size()=%d", (int)rectsWhereRegions.size()); in process()
678 for(size_t i=0; i < rectsWhereRegions.size(); i++) { in process()
679 Rect r = rectsWhereRegions[i]; in process()