HomeSort by relevance Sort by last modified time
    Searched refs:detectedObjectsInRegions (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/objdetect/include/opencv2/objdetect/
detection_based_tracker.hpp 216 void detectInRegion(const cv::Mat& img, const cv::Rect& r, std::vector<cv::Rect>& detectedObjectsInRegions);
  /external/opencv3/modules/objdetect/src/
detection_based_tracker.cpp 675 std::vector<Rect> detectedObjectsInRegions;
681 detectInRegion(imageDetect, r, detectedObjectsInRegions);
683 LOGD("DetectionBasedTracker::process: detectedObjectsInRegions.size()=%d", (int)detectedObjectsInRegions.size());
685 updateTrackedObjects(detectedObjectsInRegions);
    [all...]

Completed in 123 milliseconds