Searched refs:_lines_nativeObj (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/java/src/ |
D | imgproc+LineSegmentDetector.java | 86 …ic native void detect_0(long nativeObj, long _image_nativeObj, long _lines_nativeObj, long width_n… in detect_0() argument 87 … private static native void detect_1(long nativeObj, long _image_nativeObj, long _lines_nativeObj); in detect_1() argument
|
D | imgproc.cpp | 56 …(JNIEnv* env, jclass , jlong self, jlong _image_nativeObj, jlong _lines_nativeObj, jlong width_nat… in Java_org_opencv_imgproc_LineSegmentDetector_detect_10() argument 63 Mat& _lines = *((Mat*)_lines_nativeObj); in Java_org_opencv_imgproc_LineSegmentDetector_detect_10() 82 (JNIEnv* env, jclass , jlong self, jlong _image_nativeObj, jlong _lines_nativeObj) in Java_org_opencv_imgproc_LineSegmentDetector_detect_11() argument 89 Mat& _lines = *((Mat*)_lines_nativeObj); in Java_org_opencv_imgproc_LineSegmentDetector_detect_11()
|