TrackerStat deduces the optical flow based on tracked features using Seppo Valli's statistical tracking. More...
#include <TrackerStat.h>
Public Member Functions | |
| virtual void | Compensate (double *x, double *y) |
| void | Reset () |
| Reset. More... | |
| double | Track (IplImage *img) |
| Translation tracker (the simplest possible) More... | |
| TrackerStat (int binsize=8) | |
| Constructor. More... | |
Public Member Functions inherited from alvar::Tracker | |
| Tracker () | |
Public Attributes | |
| double | xd |
| Track result x-translation in pixels More... | |
| double | yd |
| Track result y-translation in pixels More... | |
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.
| alvar::TrackerStat::TrackerStat | ( | int | binsize = 8 | ) |
Constructor.
Definition at line 31 of file TrackerStat.cpp.
|
virtual |
Reimplemented from alvar::Tracker.
Reimplemented in alvar::TrackerStatRot.
Definition at line 57 of file TrackerStat.cpp.
| void alvar::TrackerStat::Reset | ( | ) |
Reset.
Definition at line 36 of file TrackerStat.cpp.
|
virtual |
Translation tracker (the simplest possible)
Implements alvar::Tracker.
Reimplemented in alvar::TrackerStatRot.
Definition at line 40 of file TrackerStat.cpp.
|
protected |
Definition at line 44 of file TrackerStat.h.
|
protected |
Definition at line 45 of file TrackerStat.h.
| double alvar::TrackerStat::xd |
Track result x-translation in pixels
Definition at line 48 of file TrackerStat.h.
| double alvar::TrackerStat::yd |
Track result y-translation in pixels
Definition at line 50 of file TrackerStat.h.