|  | OpenCV
    4.1.0
    Open Source Computer Vision | 
#include <opencv2/videostab/wobble_suppression.hpp>
 
  
 | Public Member Functions | |
| virtual void | suppress (int idx, const Mat &frame, Mat &result) CV_OVERRIDE | 
|  Public Member Functions inherited from cv::videostab::WobbleSuppressorBase | |
| WobbleSuppressorBase () | |
| virtual | ~WobbleSuppressorBase () | 
| virtual int | frameCount () const | 
| Ptr< ImageMotionEstimatorBase > | motionEstimator () const | 
| virtual const std::vector< Mat > & | motions () const | 
| virtual const std::vector< Mat > & | motions2 () const | 
| virtual void | setFrameCount (int val) | 
| void | setMotionEstimator (Ptr< ImageMotionEstimatorBase > val) | 
| virtual void | setMotions (const std::vector< Mat > &val) | 
| virtual void | setMotions2 (const std::vector< Mat > &val) | 
| virtual void | setStabilizationMotions (const std::vector< Mat > &val) | 
| virtual const std::vector< Mat > & | stabilizationMotions () const | 
| Additional Inherited Members | |
|  Protected Attributes inherited from cv::videostab::WobbleSuppressorBase | |
| int | frameCount_ | 
| Ptr< ImageMotionEstimatorBase > | motionEstimator_ | 
| const std::vector< Mat > * | motions2_ | 
| const std::vector< Mat > * | motions_ | 
| const std::vector< Mat > * | stabilizationMotions_ | 
| 
 | virtual | 
Implements cv::videostab::WobbleSuppressorBase.
 1.8.3
 1.8.3