![]() |
My Project
|
Pure virtual base class for tracking optical flow. More...
#include <Tracker.h>
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) |
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