OpenCV
4.10.0-dev
Open Source Computer Vision
|
#include <opencv2/videostab/wobble_suppression.hpp>
Public Member Functions | |
virtual int | period () const |
virtual void | setPeriod (int val) |
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 |
virtual void | suppress (int idx, const Mat &frame, Mat &result)=0 |
Protected Member Functions | |
MoreAccurateMotionWobbleSuppressorBase () | |
Protected Attributes | |
int | period_ |
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_ |
|
inlineprotected |
|
inlinevirtual |
|
inlinevirtual |
|
protected |