OpenCV
4.10.0
Open Source Computer Vision
|
#include <opencv2/videostab/stabilizer.hpp>
Protected Member Functions | |
virtual Mat | estimateMotion () CV_OVERRIDE |
virtual Mat | estimateStabilizationMotion () CV_OVERRIDE |
virtual Mat | postProcessFrame (const Mat &frame) CV_OVERRIDE |
virtual void | setUp (const Mat &firstFrame) CV_OVERRIDE |
Protected Member Functions inherited from cv::videostab::StabilizerBase | |
StabilizerBase () | |
bool | doOneIteration () |
void | logProcessingTime () |
Mat | nextStabilizedFrame () |
void | reset () |
void | stabilizeFrame () |
Protected Attributes | |
Ptr< MotionFilterBase > | motionFilter_ |
Protected Attributes inherited from cv::videostab::StabilizerBase | |
std::vector< float > | blurrinessRates_ |
int | borderMode_ |
int | curPos_ |
int | curStabilizedPos_ |
Ptr< DeblurerBase > | deblurer_ |
bool | doCorrectionForInclusion_ |
bool | doDeblurring_ |
bool | doInpainting_ |
Mat | finalFrame_ |
Mat | frameMask_ |
std::vector< Mat > | frames_ |
Size | frameSize_ |
Ptr< IFrameSource > | frameSource_ |
Ptr< InpainterBase > | inpainter_ |
Mat | inpaintingMask_ |
Ptr< ILog > | log_ |
Ptr< IFrameSource > | maskSource_ |
Ptr< ImageMotionEstimatorBase > | motionEstimator_ |
std::vector< Mat > | motions_ |
Mat | preProcessedFrame_ |
clock_t | processingStartTime_ |
int | radius_ |
std::vector< Mat > | stabilizationMotions_ |
std::vector< Mat > | stabilizedFrames_ |
std::vector< Mat > | stabilizedMasks_ |
float | trimRatio_ |
cv::videostab::OnePassStabilizer::OnePassStabilizer | ( | ) |
|
protectedvirtual |
Implements cv::videostab::StabilizerBase.
|
protectedvirtual |
Implements cv::videostab::StabilizerBase.
|
inline |
|
inlinevirtual |
Implements cv::videostab::IFrameSource.
|
protectedvirtual |
Reimplemented from cv::videostab::StabilizerBase.
|
virtual |
Implements cv::videostab::IFrameSource.
|
inline |
|
protectedvirtual |
Reimplemented from cv::videostab::StabilizerBase.
|
protected |