|
Open CV-HOWTO
Everybody in the class is welcome to edit this.
- Sourceforge site: http://sourceforge.net/project/showfiles.php?group_id=22870
- OpenCV for Linux, OSX, and other UNIX-based OSs:
- download under opencv-linux the opencv-1.0.0.tar.gz file
- gunzip -c opencv-1.0.0.tar.gz | tar xvf -
- go into new directory
- Ubuntu--> sudo apt-get install libgtk2.0-dev
- ./configure
- make
- sudo make install
- OpenCV for Windows (Visual C++):
- just download from the sourceforge site under opencv-win the OpenCV_1.0.exe file and instal it
- Make sure Visual C++ is installed
- set the right path variables in Visual C++ pointing to the new OepnCV libraries/ include files
- PLEASE: Anyone in the class who has come that far, add more information here what the trouble was, and how to fix it.
- Here's a link that has some advice how to get it running on XP: http://ai.stanford.edu/~dstavens/cs223b/stavens_opencv_optical_flow.pdf
- OpenCV for Windows (Cygwin):
- This requires a precompiled build that'll work on Cygwin. Will update soon...
People who use or want to use Open-CV
- Mac OS-X folks: (please add yourself)
- Linux folks: (please add yourself)
- XP/ Vista folks: (please add yourself)
http://homepages.nyu.edu/~rnp226/mocap/openvc_visualstudio_guide.txt
|