![]() |
My Project
|
TrackerStatRot implements a slightly extended version of TrackerStat which can also detect sideways rotation. More...
#include <TrackerStat.h>
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) |
![]() | |
TrackerStat (int binsize=8) | |
Constructor. | |
void | Reset () |
Reset. | |
Public Attributes | |
double | rotd |
Track result rotation in degrees | |
![]() | |
double | xd |
Track result x-translation in pixels | |
double | yd |
Track result y-translation in pixels | |
Additional Inherited Members | |
![]() | |
TrackerFeatures | f |
HistogramSubpixel | hist |
TrackerStatRot implements a slightly extended version of TrackerStat which can also detect sideways rotation.
Definition at line 67 of file TrackerStat.h.