1 / 20

OpenCV

OpenCV. TYWu. Site. http://opencv.org/. Download. Download http://120.107.171.121/~tywua/sub/PROJECTS/OpenCV-2.1.0-win32-vs2008.exe. Installation. Execute OpenCV-2.1.0-win32-vs2008.exe Install Directory G:OpenCV2.1. Site. Download Dev-C++ 4.9.9.2

amoser
Télécharger la présentation

OpenCV

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. OpenCV TYWu

  2. Site • http://opencv.org/

  3. Download • Download • http://120.107.171.121/~tywua/sub/PROJECTS/OpenCV-2.1.0-win32-vs2008.exe

  4. Installation • Execute OpenCV-2.1.0-win32-vs2008.exe • Install Directory • G:\OpenCV2.1

  5. Site • Download Dev-C++ 4.9.9.2 • http://www.math.ncu.edu.tw/~jovice/c++/boards/devcpp.htm

  6. Installation • Execute devcpp-4.9.9.2_setup

  7. Setup OpenCV for Dev-C++ • Step 1 • ToolsCompile Options • Add -L"G:\OpenCV2.1\lib" -lcxcore210 -lcv210 -lcvaux210 -lhighgui210 -lml210

  8. Setup OpenCV for Dev-C++ • Step 2 • ToolsCompile Options • Add G:\OpenCV2.1\include\opencv

  9. Setup OpenCV for Dev-C++ • Step 2 • C++ Includes

  10. Setup OpenCV for Dev-C++ • Step 3 • ToolsCompile Options • Add G:\OpenCV2.1\bin

  11. Test • Example • http://120.107.171.121/~tywua/sub/Image_Recognition.htm

  12. Test • Open normal.cpp in Dev-C++

  13. Test • Run normal program

  14. Test • Results

  15. VISUAL C++ 6.0 +OpenCV 2.1 • Setup in Visual C • ToolsOptions

  16. VISUAL C++ 6.0 +OpenCV 2.1 • Setup in Visual C • ToolsOptions

  17. VISUAL C++ 6.0 +OpenCV 2.1 • Setup in Visual C • ProjectSettings

  18. VISUAL C++ 6.0 +OpenCV 2.1 • OpenCV Libraries

  19. VISUAL C++ 6.0 +OpenCV 2.1 • Example

  20. Example • Snapshot

More Related