Skip to content

neilmendoza/ofxAruco

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 2 commits ahead, 2 commits behind arturoc:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 

ofxAruco

openFrameworks addon for the AR library ArUco:

Much simpler than other marker based AR libraries.

It's main features:

  • Detect markers with a single line of C++ code
  • Detection of AR boards (markers composed by several markers)
  • Requires only OpenCv (>=2.1)
  • Up to to 1024 different markers
  • Trivial integration with OpenGL and OGRE
  • Fast, reliable and cross-platform because relies on OpenCv
  • Examples that will help you to get running your AR application in less than 5 minutes
  • BSD licence

Notes:

  • begin/beginBoard set openGL to use normalized cordinates from -1,1 with 0,0 in the center of the marker or board with positive y upwards

About

openFrameworks addon for marker based AR using ArUco: www.uco.es/investiga/grupos/ava/node/26

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 88.0%
  • CMake 7.4%
  • C 4.1%
  • Other 0.5%