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

Method n_dataAddr

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

Source from the content-addressed store, hash-verified

1701
1702 // C++: long Mat::dataAddr()
1703 private static native long n_dataAddr(long nativeObj);
1704
1705 // C++: int Mat::depth()
1706 private static native int n_depth(long nativeObj);

Callers 1

dataAddrMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected