Searched defs:found_locations (Results 1 – 4 of 4) sorted by relevance
79 vector<cv::Rect> found_locations; in OCL_PERF_TEST() local
249 std::vector<cv::Rect> found_locations; in CUDA_TEST_P() local
364 std::vector<Rect>& found_locations, in detectMultiScale()
1792 static bool ocl_detectMultiScale(InputArray _img, std::vector<Rect> &found_locations, std::vector<d… in ocl_detectMultiScale()