Searched refs:compute_0 (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/java/src/ |
D | calib3d+StereoMatcher.java | 30 compute_0(nativeObj, left.nativeObj, right.nativeObj, disparity.nativeObj); in compute() 212 …private static native void compute_0(long nativeObj, long left_nativeObj, long right_nativeObj, lo… in compute_0() method in StereoMatcher
|
D | features2d+DescriptorExtractor.java | 51 compute_0(nativeObj, image.nativeObj, keypoints_mat.nativeObj, descriptors.nativeObj); in compute() 169 …private static native void compute_0(long nativeObj, long image_nativeObj, long keypoints_mat_nati… in compute_0() method in DescriptorExtractor
|
D | objdetect+HOGDescriptor.java | 191 …compute_0(nativeObj, img.nativeObj, descriptors_mat.nativeObj, winStride.width, winStride.height, … in compute() 528 …private static native void compute_0(long nativeObj, long img_nativeObj, long descriptors_mat_nati… in compute_0() method in HOGDescriptor
|