优化 opencv内存泄漏问题
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user