Searched defs:groupThreshold (Results 1 – 6 of 6) sorted by relevance
/external/opencv3/modules/java/src/ |
D | objdetect+Objdetect.java | 26 …public static void groupRectangles(MatOfRect rectList, MatOfInt weights, int groupThreshold, doubl… in groupRectangles() 36 public static void groupRectangles(MatOfRect rectList, MatOfInt weights, int groupThreshold) in groupRectangles() 49 …tangles_0(long rectList_mat_nativeObj, long weights_mat_nativeObj, int groupThreshold, double eps); in groupRectangles_0() 50 …oid groupRectangles_1(long rectList_mat_nativeObj, long weights_mat_nativeObj, int groupThreshold); in groupRectangles_1()
|
D | objdetect.cpp | 1397 …class , jlong rectList_mat_nativeObj, jlong weights_mat_nativeObj, jint groupThreshold, jdouble ep… in Java_org_opencv_objdetect_Objdetect_groupRectangles_10() 1423 …IEnv* env, jclass , jlong rectList_mat_nativeObj, jlong weights_mat_nativeObj, jint groupThreshold) in Java_org_opencv_objdetect_Objdetect_groupRectangles_11()
|
/external/opencv3/modules/cudaobjdetect/src/cuda/ |
D | lbp.cu | 132 …__global__ void disjoin(int4* candidates, int4* objects, unsigned int n, int groupThreshold, float… in disjoin() 186 …StepSz<int4> candidates, int ncandidates, PtrStepSz<int4> objects, int groupThreshold, float group… in connectedConmonents()
|
/external/opencv3/modules/objdetect/src/ |
D | cascadedetect.cpp | 63 void groupRectangles(std::vector<Rect>& rectList, int groupThreshold, double eps, in groupRectangles() 364 void groupRectangles(std::vector<Rect>& rectList, int groupThreshold, double eps) in groupRectangles() 369 void groupRectangles(std::vector<Rect>& rectList, std::vector<int>& weights, int groupThreshold, do… in groupRectangles() 375 std::vector<double>& levelWeights, int groupThreshold, double eps) in groupRectangles()
|
D | hog.cpp | 3527 …les(std::vector<cv::Rect>& rectList, std::vector<double>& weights, int groupThreshold, double eps)… in groupRectangles()
|
/external/opencv3/modules/cudalegacy/src/ |
D | NCV.cpp | 738 static void groupRectangles(std::vector<NcvRect32u> &hypotheses, int groupThreshold, double eps, st… in groupRectangles()
|