MCPcopy 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

toStringMethod · 0.95
rgbaMethod · 0.95

Calls 1

n_dataAddrMethod · 0.95

Tested by

no test coverage detected