MCPcopy Create free account
hub / github.com/18Gray/ProCamera / n_size_i

Method n_size_i

openCVLibrary345/src/main/java/org/opencv/core/Mat.java:1325–1325  ·  view source on GitHub ↗
(long nativeObj, int i)

Source from the content-addressed store, hash-verified

1323
1324 // C++: int Mat::size(int i)
1325 private static native int n_size_i(long nativeObj, int i);
1326
1327 // C++: size_t Mat::step1(int i = 0)
1328 private static native long n_step1(long nativeObj, int i);

Callers 1

sizeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected