Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danopdev/Perspective
/ dataAddr
Method
dataAddr
opencv/src/main/java/org/opencv/core/Mat.java:324–326 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
322
323
// javadoc: Mat::dataAddr()
324
public
long dataAddr() {
325
return
n_dataAddr(nativeObj);
326
}
327
328
//
329
// C++: int Mat::depth()
Callers
2
toString
Method · 0.95
rgba
Method · 0.95
Calls
1
n_dataAddr
Method · 0.95
Tested by
no test coverage detected