I am trying to use opencv through processing and the javacvpro library but it is not seeing opencv 2.4.2 I extracted it onto my C drive C://opencv/
When I run a sample program for javacvPro I get an error:
Highlighted line of code: opencv = new OpenCV(this); // initialise objet OpenCV à partir du parent This
Error message:
Exception in thread "Animation Thread" java.lang.UnsatisfiedLinkError: C:\Users\fxmech\AppData\Local\Temp\jniopencv_core8658060764231121267.dll: Can't find dependent librariesException in thread "Animation Thread" java.lang.UnsatisfiedLinkError: C:\Users\fxmech\AppData\Local\Temp\jniopencv_core8658060764231121267.dll: Can't find dependent libraries
Is it in the wrong directory or did I not install it correctly???