HomeSort by relevance Sort by last modified time
    Searched defs:n_Mat (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/core/misc/java/src/java/
core+Mat.java 24 nativeObj = n_Mat();
37 nativeObj = n_Mat(rows, cols, type);
50 nativeObj = n_Mat(size.width, size.height, type);
63 nativeObj = n_Mat(rows, cols, type, s.val[0], s.val[1], s.val[2], s.val[3]);
76 nativeObj = n_Mat(size.width, size.height, type, s.val[0], s.val[1], s.val[2], s.val[3]);
89 nativeObj = n_Mat(m.nativeObj, rowRange.start, rowRange.end, colRange.start, colRange.end);
98 nativeObj = n_Mat(m.nativeObj, rowRange.start, rowRange.end);
111 nativeObj = n_Mat(m.nativeObj, roi.y, roi.y + roi.height, roi.x, roi.x + roi.width);
1099 private static native long n_Mat();
1102 private static native long n_Mat(int rows, int cols, int type)
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 123 milliseconds