Imagelab
Imagelab http://imagelab.ing.unimore.it/imagelab/labeling.asp (Image Database) MIR FLICKR Download (25,000) (Image Database) The USC-SIPI Image Database (Image Database)...
View ArticleInstall OpenCV 2.2.0 on Windows 7
OpenCV Project page http://opencv.willowgarage.com/wiki/ Download OpenCV http://sourceforge.net/projects/opencvlibrary/files/opencv-win/2.2/
View ArticleInstall OpenCV 2.1.0 on Windows 7
OpenCV Project page http://opencv.willowgarage.com/wiki/ Download OpenCV http://sourceforge.net/projects/opencvlibrary/files/opencv-win/2.1/
View ArticleUsing OpenCV-2.1.0 with MS Visual C++ 2010 on Windows 7
ที่มา: Using OpenCV-2.1.0 with MS Visual C++ 2010 on Windows 7 หลังจากติดตั้งเสร็จ พอรัน helloworld เจอ error ดังนี้ The application was unable to start correctly (0*0150002). Click Ok to close the...
View ArticleDifference between Channels*Width*Height and WidthStep*Height?
If the image width is not an even multiple of 4, cvCreateImage() pads each row to make it an even multiple of 4. The docs say this is for efficiency (speed) during processing. ที่มา: groups.yahoo.com/
View ArticleOpenCV-2.1.0 using CMake and Visual C++ 2010
Test on Windows7 SP1 32-bit Pre-Requisites Microsoft Visual C++ 2010. CMake 2.6.4. CMake 2.8.2. CMake OpenCV 2.1.0 Download OpenCV-2.1.0-win.zip Extract to ‘C:\Program Files\’ Create new folder:...
View ArticleInstalling OpenCV on Ubuntu 12.04 LTS
1. Ubuntu 12.04 provides a package of OpenCV 2.3.1 that you can easily install by typing: sudo apt-get install libopencv-dev หรือเรียก Ubuntu Software Center แล้วเลือก package libopencv-dev Ref:...
View Articleเรื่องของการ Compile โปรแกรมที่เรียกใช้ OpenCV
ถ้า compile ด้วยคำสั่งนี้ แล้วไม่ผ่าน $ g++ -I/usr/include/opencv -lml -lcvaux -lhighgui -lcv -lcxcore hello.cpp /tmp/cchzFkVS.o: In function `main': hello.cpp:(.text+0x45): undefined reference to...
View Article