This is so sad. I am interested in learning Computer Vision by using Java but I end up got an error at the beginning stage of my learning. I got the following error:
java.lang.UnsatisfiedLinkError: org.opencv.highgui.VideoCapture.VideoCapture_2(I)J
at org.opencv.highgui.VideoCapture.VideoCapture_2(Native Method)
at org.opencv.highgui.VideoCapture.<init>(VideoCapture.java:154)
Anybody knows how can I resolve this issue?