This file implements a marker interface as well as ALVAR markers and ARToolKit markers. More...
#include "Alvar.h"#include <iostream>#include <algorithm>#include "Util.h"#include "Camera.h"#include "Pose.h"#include "Bitset.h"#include <vector>#include "ar_track_alvar/kinect_filtering.h"

Go to the source code of this file.
Classes | |
| class | alvar::Marker |
| Basic 2D Marker functionality. More... | |
| class | alvar::MarkerArtoolkit |
| MarkerArtoolkit for using matrix markers similar with the ones used in ARToolkit. More... | |
| class | alvar::MarkerData |
| MarkerData contains matrix of Hamming encoded data. More... | |
| class | alvar::MarkerIterator |
| Iterator type for traversing templated Marker vector without the template. More... | |
| class | alvar::MarkerIteratorImpl< T > |
| Iterator implementation for traversing templated Marker vector without the template. More... | |
Namespaces | |
| namespace | alvar |
Main ALVAR namespace. | |
This file implements a marker interface as well as ALVAR markers and ARToolKit markers.
Definition in file Marker.h.