opencv + java
i have installed opencv 2.4.6 however... the code doesnt seem to find opencv_core246d.dll .. the code is basic **
opencv in java
** ... please help..!!
i have installed opencv 2.4.6 however... the code doesnt seem to find opencv_core246d.dll .. the code is basic **
opencv in java
** ... please help..!!
If you are working with Eclipse-IDE you need:
In your code call the library dll through
System.loadLibrary( Core.NATIVE_LIBRARY_NAME );
You have to do this call just once in all the program.
Asked: Aug 10 '13
Seen: 343 times
Last updated: Apr 24 '14