1 | initial version |
You have to include the library into the project path:
Project > Properties > Java Build Path > Libraries > add JARs / Add external JARs > select the opencv-XX.jar file
add JARs if you have the .jar file into the folder project. Otherwise use addd external JARs
Later, you have to modify the parameter 'Native library location' with the folder path where is the opencv library: either opencv.dll for windows or opencv.so for linux
2 | No.2 Revision |
You have to include the library into the project path:
Project > Properties > Java Build Path > Libraries > add JARs / Add external JARs > select the opencv-XX.jar file
add JARs if you have the .jar file into the folder project. Otherwise use addd external JARs
Later, you have to modify the parameter 'Native library location' with the folder path where is the opencv library: either opencv.dll for windows or opencv.so for linuxlinux. Select the parameter and click on Edit