Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 752 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 752 Bytes

Marker-less Augmented Reality project sample

This is the sample project for "Marker-less Augmented Reality" chapter.

Usage

To build this app use the CMake to generate project files for your IDE. You will need to have OpenCV built with OpenGL support in order to run the demo.

How to enable OpenGL Support in OpenCV

  • Windows: Enable WITH_OPENGL=YES flag when building OpenCV to enable OpenGL support.
  • Linux: Execute "sudo apt-get install libgtkglext1 libgtkglext1-dev" first.
  • Mac: Install QT4 and then configure OpenCV with QT and OpenGL.