Home
last modified time | relevance | path

Searched refs:confidences (Results 1 – 6 of 6) sorted by relevance

/external/opencv3/modules/cudaobjdetect/src/
Dhog.cpp75 float* coefs, float free_coef, float threshold, float *confidences);
144 std::vector<double>* confidences);
148 std::vector<double>* confidences);
286 … void HOG_Impl::detect(InputArray _img, std::vector<Point>& hits, std::vector<double>* confidences) in detect() argument
304 if (confidences == NULL) in detect()
348 confidences->clear(); in detect()
357 confidences->push_back((double)vec[i]); in detect()
365 std::vector<double>* confidences) in detectMultiScale() argument
370 CV_Assert( confidences == NULL || group_threshold_ == 0 ); in detectMultiScale()
419 confidences ? &level_confidences : NULL); in detectMultiScale()
[all …]
/external/opencv3/modules/cudaobjdetect/include/opencv2/
Dcudaobjdetect.hpp168 std::vector<double>* confidences = NULL) = 0;
178 std::vector<double>* confidences = NULL) = 0;
/external/opencv3/modules/objdetect/include/opencv2/
Dobjdetect.hpp334 std::vector<double> confidences; member
440 … CV_OUT std::vector<cv::Point>& foundLocations, CV_OUT std::vector<double>& confidences,
/external/opencv3/modules/cudaobjdetect/src/cuda/
Dhog.cu337 … float free_coef, float threshold, float* confidences) in compute_confidence_hists_kernel_many_blocks() argument
362confidences[blockIdx.y * img_win_width + blockIdx.x * blockDim.z + win_x] = product + free_coef; in compute_confidence_hists_kernel_many_blocks()
368 … float* coefs, float free_coef, float threshold, float *confidences) in compute_confidence_hists() argument
388 block_hists, coefs, free_coef, threshold, confidences); in compute_confidence_hists()
/external/opencv3/modules/calib3d/src/
Dcirclesgrid.cpp1248 std::vector<int> confidences; in findLongestPath() local
1267 confidences.clear(); in findLongestPath()
1285 confidences.push_back(conf); in findLongestPath()
1293 for (int i = 0; i < (int)confidences.size(); i++) in findLongestPath()
1295 if (confidences[i] > maxConf) in findLongestPath()
1297 maxConf = confidences[i]; in findLongestPath()
/external/opencv3/modules/objdetect/src/
Dhog.cpp3306 …hog->detectROI(smallerImg, (*locations)[i].locations, dets, (*locations)[i].confidences, hitThresh… in operator ()()
3327 CV_OUT std::vector<cv::Point>& foundLocations, CV_OUT std::vector<double>& confidences, in detectROI() argument
3331 confidences.clear(); in detectROI()
3372 confidences.push_back(-10.0); in detectROI()
3412 confidences.push_back(s); in detectROI()