Searched refs:detectedObjectsInRegions (Results 1 – 2 of 2) sorted by relevance
675 std::vector<Rect> detectedObjectsInRegions; in process() local681 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() argument1004 detectedObjectsInRegions.push_back(curres); in detectInRegion()
216 …ctInRegion(const cv::Mat& img, const cv::Rect& r, std::vector<cv::Rect>& detectedObjectsInRegions);