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

Method dims

opencv/src/main/java/org/opencv/core/Mat.java:223–225  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

221
222 // javadoc: Mat::dims()
223 public int dims() {
224 return n_dims(nativeObj);
225 }
226
227 //
228 // C++: int Mat::cols()

Callers 3

toStringMethod · 0.95
putMethod · 0.95
getMethod · 0.95

Calls 1

n_dimsMethod · 0.95

Tested by

no test coverage detected