ProjectedTextures
Prototype software for spacial augmented reality applications.
|
#include <FiducialTracker.h>
Public Attributes | |
int | id |
bool | tracked |
float | confidence |
QMatrix4x4 | pose |
information about a single marker
float Marker::confidence |
the confidence in the etimated pose
int Marker::id |
ARToolKitPlus-defined id of marker
QMatrix4x4 Marker::pose |
estimated pose in world coordinates
bool Marker::tracked |
is the marker currently tracked?