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

Method n_size

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

Source from the content-addressed store, hash-verified

1320
1321 // C++: Size Mat::size()
1322 private static native double[] n_size(long nativeObj);
1323
1324 // C++: int Mat::size(int i)
1325 private static native int n_size_i(long nativeObj, int i);

Callers 1

sizeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected