groupRectangles   754 modules/cudalegacy/src/NCV.cpp         cv::groupRectangles(rects, weights_int, groupThreshold, eps);
groupRectangles   758 modules/cudalegacy/src/NCV.cpp         cv::groupRectangles(rects, groupThreshold, eps);
groupRectangles   792 modules/cudalegacy/src/NCV.cpp         groupRectangles(rects, minNeighbors, intersectEps, &weights);
groupRectangles   796 modules/cudalegacy/src/NCV.cpp         groupRectangles(rects, minNeighbors, intersectEps, NULL);
groupRectangles   121 modules/cudaobjdetect/perf/perf_objdetect.cpp         cv::groupRectangles(gpu_rects, 3, 0.2);
groupRectangles   159 modules/cudaobjdetect/perf/perf_objdetect.cpp         cv::groupRectangles(gpu_rects, 3, 0.2);
groupRectangles   434 modules/cudaobjdetect/src/hog.cpp             groupRectangles(found_locations, group_threshold_, 0.2/*magic number copied from CPU version*/);
groupRectangles   151 modules/objdetect/include/opencv2/objdetect.hpp CV_EXPORTS   void groupRectangles(std::vector<Rect>& rectList, int groupThreshold, double eps = 0.2);
groupRectangles   153 modules/objdetect/include/opencv2/objdetect.hpp CV_EXPORTS_W void groupRectangles(CV_IN_OUT std::vector<Rect>& rectList, CV_OUT std::vector<int>& weights,
groupRectangles   156 modules/objdetect/include/opencv2/objdetect.hpp CV_EXPORTS   void groupRectangles(std::vector<Rect>& rectList, int groupThreshold,
groupRectangles   159 modules/objdetect/include/opencv2/objdetect.hpp CV_EXPORTS   void groupRectangles(std::vector<Rect>& rectList, std::vector<int>& rejectLevels,
groupRectangles   453 modules/objdetect/include/opencv2/objdetect.hpp     void groupRectangles(std::vector<cv::Rect>& rectList, std::vector<double>& weights, int groupThreshold, double eps) const;
groupRectangles   362 modules/objdetect/src/cascadedetect.cpp     groupRectangles(rectList, groupThreshold, eps, 0, 0);
groupRectangles   367 modules/objdetect/src/cascadedetect.cpp     groupRectangles(rectList, groupThreshold, eps, &weights, 0);
groupRectangles   373 modules/objdetect/src/cascadedetect.cpp     groupRectangles(rectList, groupThreshold, eps, &rejectLevels, &levelWeights);
groupRectangles  1339 modules/objdetect/src/cascadedetect.cpp             groupRectangles( objects, rejectLevels, levelWeights, minNeighbors, GROUP_EPS );
groupRectangles  1343 modules/objdetect/src/cascadedetect.cpp             groupRectangles( objects, minNeighbors, GROUP_EPS );
groupRectangles  1383 modules/objdetect/src/cascadedetect.cpp         groupRectangles( objects, numDetections, minNeighbors, GROUP_EPS );
groupRectangles  1729 modules/objdetect/src/haar.cpp                 groupRectangles(rectList, std::max(minNeighbors, 1), GROUP_EPS);
groupRectangles  1768 modules/objdetect/src/haar.cpp             groupRectangles(rectList, rejectLevels, levelWeights, minNeighbors, GROUP_EPS );
groupRectangles  1772 modules/objdetect/src/haar.cpp             groupRectangles(rectList, rweights, std::max(minNeighbors, 1), GROUP_EPS);
groupRectangles  1827 modules/objdetect/src/hog.cpp     groupRectangles(found_locations, (int)group_threshold, 0.2);
groupRectangles  1884 modules/objdetect/src/hog.cpp         groupRectangles(foundLocations, foundWeights, (int)finalThreshold, 0.2);
groupRectangles  3432 modules/objdetect/src/hog.cpp     cv::groupRectangles(foundLocations, groupThreshold, 0.2);