![]() |
My Project
|
TrackerPsa implements a very simple PSA tracker More...
#include <TrackerPsa.h>
Public Member Functions | |
TrackerPsa (int _max_shift=50) | |
Constructor. | |
~TrackerPsa () | |
Destructor. | |
double | Track (cv::Mat &img) |
Track using PSA. | |
virtual void | Compensate (double *x, double *y) |
Public Attributes | |
double | xd |
Track result x-translation in pixels | |
double | yd |
Track result y-translation in pixels | |
Protected Attributes | |
int | max_shift |
int | x_res |
int | y_res |
long * | hor |
long * | horprev |
long * | ver |
long * | verprev |
long | framecount |
TrackerPsa implements a very simple PSA tracker
(See Drab, Stephan A. & Artner, Nicole M. "Motion Detection as Interaction Technique for Games & Applications on Mobile Devices" PERMID 2005)
Definition at line 42 of file TrackerPsa.h.