58         double Track(IplImage *img);
    59         virtual void Compensate(
double *x, 
double *y);
    76         double Track(IplImage *img);
    77         virtual void Compensate(
double *x, 
double *y);
 
This file implements a tracking interface. 
TrackerStatRot implements a slightly extended version of TrackerStat which can also detect sideways r...
N-dimensional Histograms calculating also the subpixel average for max bin. 
HistogramSubpixel hist_rot
Pure virtual base class for tracking optical flow. 
This file implements a feature tracker. 
TrackerFeatures tracks features using OpenCV's cvGoodFeaturesToTrack and cvCalcOpticalFlowPyrLK ...
This file implements generic utility functions and a serialization interface. 
TrackerStat deduces the optical flow based on tracked features using Seppo Valli's statistical tracki...
double rotd
Track result rotation in degrees 
double xd
Track result x-translation in pixels 
double yd
Track result y-translation in pixels