My Project
Classes | Namespaces
Marker.h File Reference

This file implements a marker interface as well as ALVAR markers and ARToolKit markers. More...

#include "Alvar.h"
#include "Bitset.h"
#include "Camera.h"
#include "Pose.h"
#include "Util.h"
#include <algorithm>
#include <iostream>
#include <opencv2/imgproc.hpp>
#include <vector>

Go to the source code of this file.

Classes

class  Marker
 Basic 2D Marker functionality. More...
 
class  MarkerArtoolkit
 MarkerArtoolkit for using matrix markers similar with the ones used in ARToolkit. More...
 
class  MarkerData
 MarkerData contains matrix of Hamming encoded data. More...
 
class  MarkerIterator
 Iterator type for traversing templated Marker vector without the template. More...
 
class  MarkerIteratorImpl< T >
 Iterator implementation for traversing templated Marker vector without the template. More...
 

Namespaces

 alvar
 Main ALVAR namespace.
 

Detailed Description

This file implements a marker interface as well as ALVAR markers and ARToolKit markers.

Definition in file Marker.h.