我是opencv的新手,所以如果我的问题很愚蠢,请原谅我。我在弄乱openCV
Photo
库的几种方法,但现在却出现了一个奇怪的错误。
有人可以帮我解决此问题吗?
代码:
Mat tmp = new Mat (bitmap.getWidth(), bitmap.getHeight(), CvType.CV_8UC3);
Utils.bitmapToMat(bitmap, tmp);
Photo.stylization(tmp,tmp,11f,11f);
Utils.matToBitmap(tmp,bitmap);
错误:
A/libc: Fatal signal 11 (SIGSEGV) at 0x65a5f000 (code=1), thread 22468 (myopencvexample)