Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.09 KB

README.md

File metadata and controls

30 lines (23 loc) · 1.09 KB

OpenCV-CPP-MarkerDetection

The Project is for Marker Detection using OpenCV C++ by EastskyKang.

The core parts is written by Mr.Yang - OpenRobotics (Korean). Please refer to Document (Korean) for the original project.


Prerequisite

  • Linux / Windows
  • OpenCV 2.4.9

Integration with IDEs

Visual Studio

  • Integrate OpenCV with VS. Please refer to this doc - opencv.org.
  • Import header files in src folder to your project.
  • Import source files in src folder to your project.
  • Develop your project.

Eclipse CDT

  • Integrate OpenCV with Eclipse. Please refer to this doc - opencv.org.
  • Import file system. (File-Import-General-File System)
  • Develop your project.

Examples

MarkerDetectionExample

  • Detect marker from your USB camera capture.