intTypePromotion=1
zunia.vn Tuyển sinh 2024 dành cho Gen-Z zunia.vn zunia.vn
ADSENSE

Setup OpenCV 3.1.0

Chia sẻ: Alec Su | Ngày: | Loại File: DOCX | Số trang:12

56
lượt xem
9
download
 
  Download Vui lòng tải xuống để xem tài liệu đầy đủ

Install tool for compile OpenCV, Setup Environment variables for OpenCV, Configure in Visual Studio and simple example, Result As the main contents of the document "Setup Opencv 3.1.0". Invite you to consult.

Chủ đề:
Lưu

Nội dung Text: Setup OpenCV 3.1.0

  1. SETUP OPENCV 3.1.0 Author: Nguyen Van Ca
  2. Overview 1. Install tool for compile OpenCV 2. Setup Environment variables for OpenCV 3. Configure in Visual Studio and simple example. 4. Result 
  3. I. Install tools for compile OpenCV 1. 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 2. OpenCV 3.1.0 Goto http://opencv.org/ and download the OpenCV latest version  3.1.0 for  Windows. Then set "Extract to:" to your "C:\" directory. II. Setup Environment variables for OpenCV] Goto “My Computer”, click ringt mouse select “Properties” Then chose “Advanced system setting”.
  4. Then we chose And edit “Path” field 
  5. 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
  6. III. 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”
  7. Chose “Configuration Manager”
  8. Click “Win 32” in “Platofrom” Chose “x64”, then click OK
  9. 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.
  10. (“opencv_world310d.lib” when Debug mode, “opencv_world310.lib” when Release mode)
  11. So, we configured environment for Visual Studio.
  12. IV. Result  Project “Trace the red” use Camera.
ADSENSE

CÓ THỂ BẠN MUỐN DOWNLOAD

 

Đồng bộ tài khoản
2=>2