Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
toString
Method · 0.95
put
Method · 0.95
get
Method · 0.95
Calls
1
n_dims
Method · 0.95
Tested by
no test coverage detected