|  | OpenCV
    4.1.0
    Open Source Computer Vision | 
#include <opencv2/videostab/optical_flow.hpp>
 
  
 | Public Member Functions | |
| virtual void | run (InputArray frame0, InputArray frame1, InputArray points0, InputOutputArray points1, OutputArray status, OutputArray errors) CV_OVERRIDE | 
|  Public Member Functions inherited from cv::videostab::PyrLkOptFlowEstimatorBase | |
| PyrLkOptFlowEstimatorBase () | |
| virtual | ~PyrLkOptFlowEstimatorBase () | 
| virtual int | maxLevel () const | 
| virtual void | setMaxLevel (int val) | 
| virtual void | setWinSize (Size val) | 
| virtual Size | winSize () const | 
|  Public Member Functions inherited from cv::videostab::ISparseOptFlowEstimator | |
| virtual | ~ISparseOptFlowEstimator () | 
| Additional Inherited Members | |
|  Protected Attributes inherited from cv::videostab::PyrLkOptFlowEstimatorBase | |
| int | maxLevel_ | 
| Size | winSize_ | 
| 
 | virtual | 
Implements cv::videostab::ISparseOptFlowEstimator.
 1.8.3
 1.8.3