How to run OpenCV code without OpenCv Manager

前端 未结 3 1621
旧巷少年郎
旧巷少年郎 2020-11-27 16:14

I am using OpenCV4Android version 2.4.10 and i test my code on Samsung Galayx GT-I9300. the problem i have is, that i must download Opencv Manager from play store so that my

3条回答
  •  一向
    一向 (楼主)
    2020-11-27 16:44

    The correct way to load the native library is:

    System.loadLibrary("opencv_java3");
    

提交回复
热议问题