OpenCV 4.11.0
开源计算机视觉
加载中…
搜索中…
无匹配项
cv::videostab::TwoPassStabilizer 类参考

#include <opencv2/videostab/stabilizer.hpp>

cv::videostab::TwoPassStabilizer 的协作图

公有成员函数

 TwoPassStabilizer ()
 
Ptr< IMotionStabilizermotionStabilizer () const
 
bool mustEstimateTrimaRatio () const
 
virtual Mat nextFrame () CV_OVERRIDE
 
virtual void reset () CV_OVERRIDE
 
void setEstimateTrimRatio (bool val)
 
void setMotionStabilizer (Ptr< IMotionStabilizer > val)
 
void setWobbleSuppressor (Ptr< WobbleSuppressorBase > val)
 
Ptr< WobbleSuppressorBasewobbleSuppressor () const
 
- 继承自 cv::videostab::StabilizerBase 的公有成员函数
virtual ~StabilizerBase ()
 
int borderMode () const
 
Ptr< DeblurerBasedeblurrer () const
 
bool doCorrectionForInclusion () const
 
Ptr< IFrameSourceframeSource () const
 
Ptr< InpainterBaseinpainter () const
 
Ptr< ILoglog () const
 
Ptr< IFrameSourcemaskSource () const
 
Ptr< ImageMotionEstimatorBasemotionEstimator () const
 
int radius () const
 
void setBorderMode (int val)
 
void setCorrectionForInclusion (bool val)
 
void setDeblurer (Ptr< DeblurerBase > val)
 
void setFrameSource (Ptr< IFrameSource > val)
 
void setInpainter (Ptr< InpainterBase > val)
 
void setLog (Ptr< ILog > ilog)
 
void setMaskSource (const Ptr< IFrameSource > &val)
 
void setMotionEstimator (Ptr< ImageMotionEstimatorBase > val)
 
void setRadius (int val)
 
void setTrimRatio (float val)
 
float trimRatio () const
 
- 继承自 cv::videostab::IFrameSource 的公有成员函数
virtual ~IFrameSource ()
 

保护成员函数

virtual Mat estimateMotion () CV_OVERRIDE
 
virtual Mat estimateStabilizationMotion () CV_OVERRIDE
 
virtual Mat postProcessFrame (const Mat &frame) CV_OVERRIDE
 
void runPrePassIfNecessary ()
 
virtual void setUp (const Mat &firstFrame) CV_OVERRIDE
 
- 继承自 cv::videostab::StabilizerBase 的保护成员函数
 StabilizerBase ()
 
bool doOneIteration ()
 
void logProcessingTime ()
 
Mat nextStabilizedFrame ()
 
void reset ()
 
void stabilizeFrame ()
 

保护成员属性

bool doWobbleSuppression_
 
int frameCount_
 
bool isPrePassDone_
 
std::vector< Matmotions2_
 
Ptr< IMotionStabilizermotionStabilizer_
 
bool mustEstTrimRatio_
 
Mat suppressedFrame_
 
Ptr< WobbleSuppressorBasewobbleSuppressor_
 
- 继承自 cv::videostab::StabilizerBase 的保护成员属性
std::vector< float > blurrinessRates_
 
int borderMode_
 
int curPos_
 
int curStabilizedPos_
 
Ptr< DeblurerBasedeblurer_
 
bool doCorrectionForInclusion_
 
bool doDeblurring_
 
bool doInpainting_
 
Mat finalFrame_
 
Mat frameMask_
 
std::vector< Matframes_
 
Size frameSize_
 
Ptr< IFrameSourceframeSource_
 
Ptr< InpainterBaseinpainter_
 
Mat inpaintingMask_
 
Ptr< ILoglog_
 
Ptr< IFrameSourcemaskSource_
 
Ptr< ImageMotionEstimatorBasemotionEstimator_
 
std::vector< Matmotions_
 
Mat preProcessedFrame_
 
clock_t processingStartTime_
 
int radius_
 
std::vector< MatstabilizationMotions_
 
std::vector< MatstabilizedFrames_
 
std::vector< MatstabilizedMasks_
 
float trimRatio_
 

构造函数和析构函数文档

◆ TwoPassStabilizer()

cv::videostab::TwoPassStabilizer::TwoPassStabilizer ( )

成员函数文档

◆ estimateMotion()

virtual Mat cv::videostab::TwoPassStabilizer::estimateMotion ( )
protectedvirtual

◆ estimateStabilizationMotion()

virtual Mat cv::videostab::TwoPassStabilizer::estimateStabilizationMotion ( )
protectedvirtual

◆ motionStabilizer()

Ptr< IMotionStabilizer > cv::videostab::TwoPassStabilizer::motionStabilizer ( ) const
inline

◆ mustEstimateTrimaRatio()

bool cv::videostab::TwoPassStabilizer::mustEstimateTrimaRatio ( ) const
inline

◆ nextFrame()

virtual Mat cv::videostab::TwoPassStabilizer::nextFrame ( )
virtual

◆ postProcessFrame()

virtual Mat cv::videostab::TwoPassStabilizer::postProcessFrame ( const Mat & frame)
protectedvirtual

◆ reset()

virtual void cv::videostab::TwoPassStabilizer::reset ( )
virtual

◆ runPrePassIfNecessary()

void cv::videostab::TwoPassStabilizer::runPrePassIfNecessary ( )
protected

◆ setEstimateTrimRatio()

void cv::videostab::TwoPassStabilizer::setEstimateTrimRatio ( bool val)
inline

◆ setMotionStabilizer()

void cv::videostab::TwoPassStabilizer::setMotionStabilizer ( Ptr< IMotionStabilizer > val)
inline

◆ setUp()

virtual void cv::videostab::TwoPassStabilizer::setUp ( const Mat & firstFrame)
protectedvirtual

◆ setWobbleSuppressor()

void cv::videostab::TwoPassStabilizer::setWobbleSuppressor ( Ptr< WobbleSuppressorBase > val)
inline

◆ wobbleSuppressor()

Ptr< WobbleSuppressorBase > cv::videostab::TwoPassStabilizer::wobbleSuppressor ( ) const
inline

成员数据文档

◆ doWobbleSuppression_

bool cv::videostab::TwoPassStabilizer::doWobbleSuppression_
protected

◆ frameCount_

int cv::videostab::TwoPassStabilizer::frameCount_
protected

◆ isPrePassDone_

bool cv::videostab::TwoPassStabilizer::isPrePassDone_
protected

◆ motions2_

std::vector<Mat> cv::videostab::TwoPassStabilizer::motions2_
protected

◆ motionStabilizer_

Ptr<IMotionStabilizer> cv::videostab::TwoPassStabilizer::motionStabilizer_
protected

◆ mustEstTrimRatio_

bool cv::videostab::TwoPassStabilizer::mustEstTrimRatio_
protected

◆ suppressedFrame_

Mat cv::videostab::TwoPassStabilizer::suppressedFrame_
protected

◆ wobbleSuppressor_

Ptr<WobbleSuppressorBase> cv::videostab::TwoPassStabilizer::wobbleSuppressor_
protected

此类的文档是从以下文件生成的