优化 opencv内存泄漏问题

This commit is contained in:
hyb1996
2018-10-24 20:39:51 +08:00
parent dbcb0257a2
commit 8864e78af6
14 changed files with 304 additions and 27 deletions

View File

@@ -283,7 +283,7 @@ module.exports = function (__runtime__, scope) {
}
function newMat() {
return new org.opencv.core.Mat();
return new com.stardust.autojs.core.opencv.Mat();
}
function matToImage(mat) {