Home
last modified time | relevance | path

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

/external/opencv3/modules/objdetect/src/
Ddetection_based_tracker.cpp675 std::vector<Rect> detectedObjectsInRegions; in process() local
681 detectInRegion(imageDetect, r, detectedObjectsInRegions); in process()
683 …nBasedTracker::process: detectedObjectsInRegions.size()=%d", (int)detectedObjectsInRegions.size()); in process()
685 updateTrackedObjects(detectedObjectsInRegions); in process()
971 …Tracker::detectInRegion(const Mat& img, const Rect& r, std::vector<Rect>& detectedObjectsInRegions) in detectInRegion() argument
1004 detectedObjectsInRegions.push_back(curres); in detectInRegion()
/external/opencv3/modules/objdetect/include/opencv2/objdetect/
Ddetection_based_tracker.hpp216 …ctInRegion(const cv::Mat& img, const cv::Rect& r, std::vector<cv::Rect>& detectedObjectsInRegions);