ArUco is a minimal library for Augmented Reality applications based on OpenCv. The main features of ArUco are: 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 […]
OpenCV: Open Source Computer Vision
OpenCV is released under a BSD license and hence it’s free for both academic and commercial use. It has C++, C, Python and Java interfaces and supports Windows, Linux, Mac OS, iOS and Android. OpenCV was designed for computational efficiency and with a strong focus on real-time applications. Written in optimized C/C++, the library can […]