Home
last modified time | relevance | path

Searched defs:found_locations (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/objdetect/perf/opencl/
Dperf_hogdetect.cpp79 vector<cv::Rect> found_locations; in OCL_PERF_TEST() local
/external/opencv3/modules/cudaobjdetect/test/
Dtest_objdetect.cpp249 std::vector<cv::Rect> found_locations; in CUDA_TEST_P() local
/external/opencv3/modules/cudaobjdetect/src/
Dhog.cpp364 std::vector<Rect>& found_locations, in detectMultiScale()
/external/opencv3/modules/objdetect/src/
Dhog.cpp1792 static bool ocl_detectMultiScale(InputArray _img, std::vector<Rect> &found_locations, std::vector<d… in ocl_detectMultiScale()