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

Method release

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

Source from the content-addressed store, hash-verified

637
638 // javadoc: Mat::release()
639 public void release()
640 {
641
642 n_release(nativeObj);
643
644 return;
645 }
646
647 //
648 // C++: Mat Mat::reshape(int cn, int rows = 0)

Callers 15

calibrateCameraMethod · 0.95
calibrateMethod · 0.95
splitMethod · 0.95
loadResourceMethod · 0.95
findContoursMethod · 0.95
getVoronoiFacetListMethod · 0.95
knnMatchMethod · 0.95
radiusMatchMethod · 0.95
detectMethod · 0.95
computeMethod · 0.95

Calls 1

n_releaseMethod · 0.95

Tested by

no test coverage detected