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

Method release

opencv/src/main/java/org/opencv/core/Mat.java:536–538  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

534
535 // javadoc: Mat::release()
536 public void release() {
537 n_release(nativeObj);
538 }
539
540 //
541 // C++: Mat Mat::reshape(int cn, int rows = 0)

Callers 15

solveP3PMethod · 0.95
solvePnPGenericMethod · 0.95
calibrateCameraMethod · 0.95
calibrateCameraROMethod · 0.95
fisheye_calibrateMethod · 0.95
splitMethod · 0.95
loadResourceMethod · 0.95
imreadmultiMethod · 0.95
findContoursMethod · 0.95

Calls 1

n_releaseMethod · 0.95

Tested by

no test coverage detected