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