![]() |
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) |
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 |
TrackerStatRot implements a slightly extended version of TrackerStat which can also detect sideways rotation.
Definition at line 67 of file TrackerStat.h.