Cant load a picture with java open cv
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I tried putting all libraries in my project (it was describet like solution of this problem ) but there is still same problem. Mat m = Highgui.imread("Koala.jpg"); Exception in thread "main" java.lang.UnsatisfiedLinkError: org.opencv.highgui.Highgui.imread_1(Ljava/lang/String;)J at org.opencv.highgui.Highgui.imread_1(Native Method) at org.opencv.highgui.Highgui.imread(Highgui.java:352) at Open.main(Open.java:26) 回答1: I got the same error and the below line worked for me. System.loadLibrary(Core.NATIVE_LIBRARY_NAME); 回答2: Java can't currently