MCPcopy Create free account
hub / github.com/Rohithkvsp/Form-N-Fun / n_release

Method n_release

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

Source from the content-addressed store, hash-verified

1232
1233 // C++: void Mat::release()
1234 private static native void n_release(long nativeObj);
1235
1236 // C++: Mat Mat::reshape(int cn, int rows = 0)
1237 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