35 #include <opencv2/core.hpp>
51 virtual double Track(cv::Mat &img) = 0;
54 Compensate(
double *x,
double *y)
This file defines library export definitions, version numbers and build information.
Pure virtual base class for tracking optical flow.
virtual double Track(cv::Mat &img)=0
Pure virtual function for making the next track step. This analyses the image and updates class membe...