Home
last modified time | relevance | path

Searched defs:confidences (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/modules/cudaobjdetect/src/
Dhog.cpp286 … void HOG_Impl::detect(InputArray _img, std::vector<Point>& hits, std::vector<double>* confidences) in detect()
365 std::vector<double>* confidences) in detectMultiScale()
/external/opencv3/modules/objdetect/include/opencv2/
Dobjdetect.hpp334 std::vector<double> confidences; member
/external/opencv3/modules/cudaobjdetect/src/cuda/
Dhog.cu337 … 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()
/external/opencv3/modules/calib3d/src/
Dcirclesgrid.cpp1248 std::vector<int> confidences; in findLongestPath() local
/external/opencv3/modules/objdetect/src/
Dhog.cpp3327 CV_OUT std::vector<cv::Point>& foundLocations, CV_OUT std::vector<double>& confidences, in detectROI()