No implementation found for long org.opencv.core.Mat.n_Mat() error Using OpenCV

后端 未结 6 2048
闹比i
闹比i 2020-12-13 17:35

I am using OpenCV for adaptiveThreshold. My code for image processing using OpenCV is like this:

imageMat=new Mat();
Utils.bitmapToMat(bmp, imag         


        
6条回答
  •  我在风中等你
    2020-12-13 18:16

    Anyone suffering from mentioned issue over openvc4 in android try this, and comment if it was helpful please.

    some renaming operation is required to make it work.

提交回复
热议问题