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

TrackerStat deduces the optical flow based on tracked features using Seppo Valli's statistical tracking. More...

#include <TrackerStat.h>

Inheritance diagram for TrackerStat:
Tracker TrackerStatRot

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
 

Detailed Description

TrackerStat deduces the optical flow based on tracked features using Seppo Valli's statistical tracking.

Definition at line 42 of file TrackerStat.h.


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