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: 2013-08-10 00:45:01 -0600
Seen: 332 times
Last updated: Apr 24 '14
How to detect people with android phone camera(java only)
Facial feature detection with OpenCV with eyes and mouth corners points
How to get eigenvalues in opencv java?
How to edit/reading pixels from Mat(Vec3b) using Java
templateMatch Android FATAL EXCEPTION
BOWImgDescriptorExtractor+BruteForceMatcher_GPU_base
Proper(fast) way to extract pixel data from Mat in Java