laurentgauthier / fiducial-marker-lab

Experiments in designing fiducial markers and marker tracking software using OpenCV 3.x

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fiducial Marker Experiments

This code was created in the beginning of 2016 as a mean to refresh my knowledge of OpenCV by making something.

You will find here a design for fiducial markers and software that can successfully detect them.

The code as it stands today has been built and run with OpenCV 3.1.0, and it is known to not compile with OpenCV 2.x.

About

Experiments in designing fiducial markers and marker tracking software using OpenCV 3.x

License:GNU General Public License v3.0


Languages

Language:C++ 71.8%Language:Python 26.7%Language:Makefile 0.9%Language:CMake 0.6%