adding openCV to java buildpath in eclipse

前端 未结 6 1119
滥情空心
滥情空心 2020-12-20 13:35

I have problems adding openCV to the buildpath of my eclipse-project. I have followed the instructions in the tutorial on this site: http://docs.opencv.org/2.4.4-beta/doc/tu

6条回答
  •  轮回少年
    2020-12-20 14:20

    Change the code to System.loadLibrary("opencv_java244") hope you would set the native path to correct folder and opencv jar has set in build path

提交回复
热议问题