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

TrackerStatRot implements a slightly extended version of TrackerStat which can also detect sideways rotation. More...

#include <TrackerStat.h>

Inheritance diagram for TrackerStatRot:
TrackerStat Tracker

Public Member Functions

 TrackerStatRot (int binsize=8, int binsize_rot=3)
 Constructor.
 
double Track (cv::Mat &img)
 Translation + rotation tracker.
 
virtual void Compensate (double *x, double *y)
 
- Public Member Functions inherited from TrackerStat
 TrackerStat (int binsize=8)
 Constructor.
 
void Reset ()
 Reset.
 

Public Attributes

double rotd
 Track result rotation in degrees
 
- Public Attributes inherited from TrackerStat
double xd
 Track result x-translation in pixels
 
double yd
 Track result y-translation in pixels
 

Additional Inherited Members

- Protected Attributes inherited from TrackerStat
TrackerFeatures f
 
HistogramSubpixel hist
 

Detailed Description

TrackerStatRot implements a slightly extended version of TrackerStat which can also detect sideways rotation.

Definition at line 67 of file TrackerStat.h.


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