Searched defs:endcol (Results 1 – 2 of 2) sorted by relevance
227 public Mat colRange(int startcol, int endcol) in colRange()1144 private static native long n_colRange(long nativeObj, int startcol, int endcol); in n_colRange()
436 (JNIEnv* env, jclass, jlong self, jint startcol, jint endcol) in Java_org_opencv_core_Mat_n_1colRange()