Loading...
Searching...
No Matches
cv::videostab::SparsePyrLkOptFlowEstimator Class Reference
#include <opencv2/videostab/optical_flow.hpp>
Inheritance diagram for cv::videostab::SparsePyrLkOptFlowEstimator:
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 () |
| virtual void | run (InputArray frame0, InputArray frame1, InputArray points0, InputOutputArray points1, OutputArray status, OutputArray errors)=0 |
Additional Inherited Members | |
Protected Attributes inherited from cv::videostab::PyrLkOptFlowEstimatorBase | |
| int | maxLevel_ |
| Size | winSize_ |
Member Function Documentation
◆ run()
|
virtual |
Implements cv::videostab::ISparseOptFlowEstimator.
The documentation for this class was generated from the following file:
- opencv2/videostab/optical_flow.hpp
Public Member Functions inherited from
1.9.6