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

Method n_dims

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

Source from the content-addressed store, hash-verified

1666
1667 // C++: int Mat::dims()
1668 private static native int n_dims(long nativeObj);
1669
1670 // C++: int Mat::cols()
1671 private static native int n_cols(long nativeObj);

Callers 1

dimsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected