Skip to content

HVisionSensing/OpenCV-Hotshots-Markless-AR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Marker-less Augmented Reality project sample

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published