Searched refs:detect_1 (Results 1 - 3 of 3) sorted by relevance

/external/opencv3/modules/java/src/
H A Dimgproc+LineSegmentDetector.java35 detect_1(nativeObj, _image.nativeObj, _lines.nativeObj);
87 private static native void detect_1(long nativeObj, long _image_nativeObj, long _lines_nativeObj); method in class:LineSegmentDetector
H A Dfeatures2d+FeatureDetector.java96 detect_1(nativeObj, image.nativeObj, keypoints_mat.nativeObj);
195 private static native void detect_1(long nativeObj, long image_nativeObj, long keypoints_mat_nativeObj); method in class:FeatureDetector
H A Dobjdetect+HOGDescriptor.java226 detect_1(nativeObj, img.nativeObj, foundLocations_mat.nativeObj, weights_mat.nativeObj);
533 private static native void detect_1(long nativeObj, long img_nativeObj, long foundLocations_mat_nativeObj, long weights_mat_nativeObj); method in class:HOGDescriptor

Completed in 257 milliseconds