MCPcopy Create free account
hub / github.com/danielenapo/Rubik-s-cube-solver / n_release

Method n_release

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

Source from the content-addressed store, hash-verified

1294
1295 // C++: void Mat::release()
1296 private static native void n_release(long nativeObj);
1297
1298 // C++: Mat Mat::reshape(int cn, int rows = 0)
1299 private static native long n_reshape(long nativeObj, int cn, int rows);

Callers 1

releaseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected