Home
last modified time | relevance | path

Searched defs:groupThreshold (Results 1 – 6 of 6) sorted by relevance

/external/opencv3/modules/java/src/
Dobjdetect+Objdetect.java26 …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()
Dobjdetect.cpp1397 …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/
Dlbp.cu132 …__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/
Dcascadedetect.cpp63 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()
Dhog.cpp3527 …les(std::vector<cv::Rect>& rectList, std::vector<double>& weights, int groupThreshold, double eps)… in groupRectangles()
/external/opencv3/modules/cudalegacy/src/
DNCV.cpp738 static void groupRectangles(std::vector<NcvRect32u> &hypotheses, int groupThreshold, double eps, st… in groupRectangles()