Searched defs:confidences (Results 1 - 2 of 2) sorted by relevance

/external/opencv3/modules/objdetect/include/opencv2/
H A Dobjdetect.hpp334 std::vector<double> confidences; member in struct:cv::DetectionROI
440 CV_OUT std::vector<cv::Point>& foundLocations, CV_OUT std::vector<double>& confidences,
/external/opencv3/modules/objdetect/src/
H A Dhog.cpp3306 hog->detectROI(smallerImg, (*locations)[i].locations, dets, (*locations)[i].confidences, hitThreshold, Size(), padding);
3327 CV_OUT std::vector<cv::Point>& foundLocations, CV_OUT std::vector<double>& confidences,
3331 confidences.clear();
3372 confidences.push_back(-10.0);
3412 confidences.push_back(s);
3326 detectROI(const cv::Mat& img, const std::vector<cv::Point> &locations, CV_OUT std::vector<cv::Point>& foundLocations, CV_OUT std::vector<double>& confidences, double hitThreshold, cv::Size winStride, cv::Size padding) const argument

Completed in 134 milliseconds