Ask Your Question

Revision history [back]

click to hide/show revision 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

image description

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

image description