release mat
Hi,how can i release a mat with native code?
Mat is an object from the C++ API which does not need explicit release. It is done automatically. So why would you want to do this?
Asked: 2013-03-24 05:24:04 -0600
Seen: 789 times
Last updated: Mar 24 '13
Unresolved inclusion in OpenCV+Android tutorial
How the libopencv_java.so is copy to the apk when it is used the static lib type?
OpenCV4Android sample: "Type 'DetectionBasedTracker' could not be resolved"
ndk-build deletes native OpenCV library
OpenCV Paths Headaches in Eclipse
Android: Native Opencv - cvtColor segfault
Android Native Camera Focus Mode With 2.4.3 & Samsung Galaxy S2
Need help on ndk-build.cmd in Android-ndk-r4-crystax
mat.release() ?
Mat auto releases as i know, but if you use mat a; a.release// this only releases row data so i think, if you want to release by yoursellf. maybe use: a.release;a=null;