Home
last modified time | relevance | path

Searched defs:weights_mat_nativeObj (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/java/src/
Dobjdetect+Objdetect.java49 …tic native void groupRectangles_0(long rectList_mat_nativeObj, long weights_mat_nativeObj, int gro… in groupRectangles_0()
50 …tic native void groupRectangles_1(long rectList_mat_nativeObj, long weights_mat_nativeObj, int gro… in groupRectangles_1()
Dobjdetect+HOGDescriptor.java532 …iveObj, long img_nativeObj, long foundLocations_mat_nativeObj, long weights_mat_nativeObj, double … in detect_0()
533 …long nativeObj, long img_nativeObj, long foundLocations_mat_nativeObj, long weights_mat_nativeObj); in detect_1()
Dobjdetect.cpp825 …self, jlong img_nativeObj, jlong foundLocations_mat_nativeObj, jlong weights_mat_nativeObj, jdoubl… in Java_org_opencv_objdetect_HOGDescriptor_detect_10()
857 …, jlong self, jlong img_nativeObj, jlong foundLocations_mat_nativeObj, jlong weights_mat_nativeObj) in Java_org_opencv_objdetect_HOGDescriptor_detect_11()
1397 …(JNIEnv* env, jclass , jlong rectList_mat_nativeObj, jlong weights_mat_nativeObj, jint groupThresh… in Java_org_opencv_objdetect_Objdetect_groupRectangles_10()
1423 …(JNIEnv* env, jclass , jlong rectList_mat_nativeObj, jlong weights_mat_nativeObj, jint groupThresh… in Java_org_opencv_objdetect_Objdetect_groupRectangles_11()