My Project
Public Member Functions | Public Attributes | Protected Attributes | List of all members
TrackerPsa Class Reference

TrackerPsa implements a very simple PSA tracker More...

#include <TrackerPsa.h>

Inheritance diagram for TrackerPsa:
Tracker TrackerPsaRot

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
 

Detailed Description

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.


The documentation for this class was generated from the following file: