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 "filter/kinect_filtering.h"#include <Eigen/StdVector>

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 | |
| alvar | |
| Main ALVAR namespace. | |
This file implements a marker interface as well as ALVAR markers and ARToolKit markers.
Definition in file Marker.h.