My Project
Public Member Functions | List of all members
Tracker Class Referenceabstract

Pure virtual base class for tracking optical flow. More...

#include <Tracker.h>

Inheritance diagram for Tracker:
TrackerFeatures TrackerOrientation TrackerPsa TrackerStat TrackerFeaturesEC TrackerPsaRot TrackerStatRot

Public Member Functions

virtual double Track (cv::Mat &img)=0
 Pure virtual function for making the next track step. This analyses the image and updates class member variables accordingly.
 
virtual void Compensate (double *x, double *y)
 

Detailed Description

Pure virtual base class for tracking optical flow.

The idea is to make own versions of Track method which updates the class member variables accordingly

Definition at line 44 of file Tracker.h.


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