44#ifndef ARTRACKERVIDEO_H
45#define ARTRACKERVIDEO_H
59 bool start() {
return false; };
60 bool update() {
return false; };
double ARdouble
Definition: ar.h:99
Definition: ARTracker.h:60
Definition: ARTrackerVideo.h:49
virtual bool update(AR2VideoBufferT *buff)=0
virtual bool update(AR2VideoBufferT *buff0, AR2VideoBufferT *buff1)=0
ARTrackerVideo()
Definition: ARTrackerVideo.h:51
virtual ~ARTrackerVideo()
Definition: ARTrackerVideo.h:52
virtual bool start(ARParamLT *paramLT0, AR_PIXEL_FORMAT pixelFormat0, ARParamLT *paramLT1, AR_PIXEL_FORMAT pixelFormat1, const ARdouble transL2R[3][4])=0
virtual bool start(ARParamLT *paramLT, AR_PIXEL_FORMAT pixelFormat)=0
A structure which carries information about a video frame retrieved by the video library.
Definition: ar.h:148
Structure holding camera parameters, in lookup table form.
Definition: param.h:151