Home
last modified time | relevance | path

Searched refs:roi_x (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/java/generator/src/cpp/
DMat.cpp1586 (JNIEnv* env, jclass, jlong self, jint roi_x, jint roi_y, jint roi_width, jint roi_height);
1589 (JNIEnv* env, jclass, jlong self, jint roi_x, jint roi_y, jint roi_width, jint roi_height) in Java_org_opencv_core_Mat_n_1submat() argument
1595 Rect roi(roi_x, roi_y, roi_width, roi_height); in Java_org_opencv_core_Mat_n_1submat()
/external/opencv3/modules/core/misc/java/src/java/
Dcore+Mat.java1273 …private static native long n_submat(long nativeObj, int roi_x, int roi_y, int roi_width, int roi_h… in n_submat() argument