![]() |
My Project
|
TrackerStat deduces the optical flow based on tracked features using Seppo Valli's statistical tracking. More...
#include <TrackerStat.h>
Public Member Functions | |
| TrackerStat (int binsize=8) | |
| Constructor. | |
| void | Reset () |
| Reset. | |
| double | Track (cv::Mat &img) |
| Translation tracker (the simplest possible) | |
| 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 | |
| TrackerFeatures | f |
| HistogramSubpixel | hist |
TrackerStat deduces the optical flow based on tracked features using Seppo Valli's statistical tracking.
Definition at line 42 of file TrackerStat.h.