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: 928 times
Last updated: Mar 24 '13
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;