Open CV
in
Core Library Questions
•
1 years ago
Hi,
I am really starting off with the Open CV and processing. Following are the steps which I followed:
1) Downloaded OpenCV-2.3.1-win-superpack.exe extracted.
2) Downloaded cmake; installed and exported the project to a VS 2010 project.
3) Compiled the entire project using VS 2010 in Debug and Release mode
4) Added the compiled dlls path i.e., \bin\Debug or \bin\Release to PATH variable
5) Downloaded the latest opencv library for processing and copied it to the ~\Documents\Processing\libraries\
I wrote a basic program for opencv and unable to make it work its giving me some error:
I am really starting off with the Open CV and processing. Following are the steps which I followed:
1) Downloaded OpenCV-2.3.1-win-superpack.exe extracted.
2) Downloaded cmake; installed and exported the project to a VS 2010 project.
3) Compiled the entire project using VS 2010 in Debug and Release mode
4) Added the compiled dlls path i.e., \bin\Debug or \bin\Release to PATH variable
5) Downloaded the latest opencv library for processing and copied it to the ~\Documents\Processing\libraries\
I wrote a basic program for opencv and unable to make it work its giving me some error:
!!! required library not found : ~\Documents\Processing\libraries\opencv\library\OpenCV.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
Verify that the java.library.path property is correctly set and the '\path\to\OpenCV\bin' exists in your system PATH
Exception in thread "Animation Thread" java.lang.UnsatisfiedLinkError: hypermedia.video.OpenCV.capture(III)V
at hypermedia.video.OpenCV.capture(Native Method)
at hypermedia.video.OpenCV.capture(OpenCV.java:945)
at blobs.setup(blobs.java:42)
at processing.core.PApplet.handleDraw(Unknown Source)
at processing.core.PApplet.run(Unknown Source)
at java.lang.Thread.run(Thread.java:722)
Please suggest...???
It would be great if someone can gimme the link to the OpenCV and Processing walkthrough or how to wiki.
Thanks!!!
Please suggest...???
It would be great if someone can gimme the link to the OpenCV and Processing walkthrough or how to wiki.
Thanks!!!
1