MCPcopy Create free account
hub / github.com/danopdev/Perspective / n_size

Method n_size

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

Source from the content-addressed store, hash-verified

1795
1796 // C++: Size Mat::size()
1797 private static native double[] n_size(long nativeObj);
1798
1799 // C++: int Mat::size(int i)
1800 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