Searched defs:confidences (Results 1 – 5 of 5) sorted by relevance
286 … void HOG_Impl::detect(InputArray _img, std::vector<Point>& hits, std::vector<double>* confidences) in detect()365 std::vector<double>* confidences) in detectMultiScale()
334 std::vector<double> confidences; member
337 … float free_coef, float threshold, float* confidences) in compute_confidence_hists_kernel_many_blocks()368 … float* coefs, float free_coef, float threshold, float *confidences) in compute_confidence_hists()
1248 std::vector<int> confidences; in findLongestPath() local
3327 CV_OUT std::vector<cv::Point>& foundLocations, CV_OUT std::vector<double>& confidences, in detectROI()