Tài liệu Setup OpenCV 3.1.0: SETUP OPENCV 3.1.0
Author: Nguyen Van Ca
Overview
Install tool for compile OpenCV
Setup Environment variables for OpenCV
Configure in Visual Studio and simple example.
Result
Install tools for compile OpenCV
Visual Studio
Download and install Visual Studio 2013 or Visual Studio 2015 (C/C++).
It’s free and choosing all default options will work fine
OpenCV 3.1.0
Goto and download the OpenCV latest version 3.1.0 for Windows. Then set "Extract to:" to your "C:\" directory.
Setup Environment variables for OpenCV]
Goto “My Computer”, click ringt mouse select “Properties”
Then chose “Advanced system setting”.
Then we chose
And edit “Path” field
Add “C:\opencv\build\x64\vc12\bin”. Because we are using Visual Studio 2013 (vc12)
Click “OK” to save.
Pull up a Command Prompt and verify the bin directory is now in PATH, then reboot
Configure in Visual Studio and simple example.
Start Visual Studio, choose File -> New -> Project.
Choose Visual C++, Empty Project, nam...
12 trang |
Chia sẻ: honghanh66 | Lượt xem: 1209 | Lượt tải: 0
Bạn đang xem nội dung tài liệu Setup OpenCV 3.1.0, để tải tài liệu về máy bạn click vào nút DOWNLOAD ở trên
SETUP OPENCV 3.1.0
Author: Nguyen Van Ca
Overview
Install tool for compile OpenCV
Setup Environment variables for OpenCV
Configure in Visual Studio and simple example.
Result
Install tools for compile OpenCV
Visual Studio
Download and install Visual Studio 2013 or Visual Studio 2015 (C/C++).
It’s free and choosing all default options will work fine
OpenCV 3.1.0
Goto and download the OpenCV latest version 3.1.0 for Windows. Then set "Extract to:" to your "C:\" directory.
Setup Environment variables for OpenCV]
Goto “My Computer”, click ringt mouse select “Properties”
Then chose “Advanced system setting”.
Then we chose
And edit “Path” field
Add “C:\opencv\build\x64\vc12\bin”. Because we are using Visual Studio 2013 (vc12)
Click “OK” to save.
Pull up a Command Prompt and verify the bin directory is now in PATH, then reboot
Configure in Visual Studio and simple example.
Start Visual Studio, choose File -> New -> Project.
Choose Visual C++, Empty Project, name as you prefer, ex “OpenCV_Test1”, set preferred location, uncheck "Create directory for solution" and "Add to source control", choose OK.
Then right click in Solution Explorer, choose Add -> New Item.
Choose "C++ File", name the C++ file as preferred, ex. "Main.cpp", choose "Add".
In the Visual Studio toolbar, verify that "Solution Configurations" is set to "Debug", then change "Solution Platforms" to "x64" (make sure not to skip this step, or 32-bit vs 64-bit errors will be encountered).
Chose “OpenCV_Test1”, click “Properties”
Chose “Configuration Manager”
Click “Win 32” in “Platofrom”
Chose “x64”, then click OK
In “VC++ Directories”, in “Include Directories ” field add “C:\opencv\build\include” and in field “Library Directories” “C:\opencv\build\x64\vc12\lib”
In “Input” field of “Linker” field.
Add “opencv_world310d.lib” in “Additional Dependencies” field.
(“opencv_world310d.lib” when Debug mode, “opencv_world310.lib” when Release mode)
So, we configured environment for Visual Studio.
Result
Project “Trace the red” use Camera.
Các file đính kèm theo tài liệu này:
- setup_opencv_nguyen_van_ca_0617.docx