370 likes | 505 Views
OpenCV : Setting up your environment. Presented by hankkuo. Tools for development. An integrated development environment Visual studio .Net 2010 C++ Express Eclipse Vim, etc… A computer vision library OpenCV EmguCV Aforge .Net. Computer vision library -- OpenCV.
E N D
OpenCV: Setting up your environment Presented by hankkuo
Tools for development • An integrated development environment • Visual studio .Net2010 C++ Express • Eclipse • Vim, etc… • A computer vision library • OpenCV • EmguCV • Aforge.Net
Computer vision library -- OpenCV • You can find OpenCV 2.2 here: • http://sourceforge.net/projects/opencvlibrary/files/
Install VS .Net C++ 2010 Express • Download free here:http://www.microsoft.com/express/Downloads/
Compile OpenCV (Ex. MacOSX) Get the latest tar ball of the source code Extract the tar ball
Generate Makefile by CMake Fill in other library’s path if you want the functions, such as OpenNI, PrimeSense
Add libraries to linker settings opencv_calib3d220d.lib opencv_contrib220d.lib opencv_core220d.lib opencv_features2d220d.lib opencv_ffmpeg220d.lib opencv_flann220d.lib opencv_gpu220d.lib opencv_highgui220d.lib opencv_imgproc220d.lib opencv_legacy220d.lib opencv_ml220d.lib opencv_objdetect220d.lib opencv_video220d.lib
Recommended References & Forums • Open Computer Vision Library (Sourceforge) • http://sourceforge.net/projects/opencvlibrary/ • OpenCV Official Forum • http://tech.groups.yahoo.com/group/OpenCV/ • OpenCV Wiki • http://opencv.willowgarage.com/wiki/ • OpenCV中文網站 • http://www.opencv.org.cn/index.php/ • 優質OpenCV教學網 • http://yester-place.blogspot.com/ • Learning OpenCV: Computer Vision with the OpenCV Library (Paperback) • http://www.amazon.com/Learning-OpenCV-Computer-Vision-Library/dp/0596516134