OpenCV  4.10.0
开源计算机视觉
加载中...
搜索中...
无匹配
公共成员函数 | 保护成员函数 | 保护属性 | 所有成员列表
cv::videostab::StabilizerBase 类参考抽象

#include <opencv2/videostab/stabilizer.hpp>

cv::videostab::StabilizerBase 的协作图

公共成员函数

虚函数~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 设置半径 (int val)
 
void 设置裁剪比率 (float val)
 
float裁剪比率 () const
 

保护成员函数

 StabilizerBase ()
 
bool 进行一次迭代 ()
 
虚拟 Mat估计运动 ()=0
 
虚拟 Mat估计稳定运动 ()=0
 
void 记录处理时间 ()
 
Mat下一个稳定帧 ()
 
虚拟 MatpostProcessFrame (const Mat &frame)
 
void 重置 ()
 
虚拟 voidsetUp (const Mat &firstFrame)
 
void 稳定帧 ()
 

保护属性

std::vector< float >blurrinessRates_
 
int borderMode_
 
int curPos_
 
int curStabilizedPos_
 
Ptr< DeblurerBasedeblurer_
 
bool doCorrectionForInclusion_
 
bool doDeblurring_
 
bool doInpainting_
 
MatfinalFrame_
 
MatframeMask_
 
std::vector< Mat >frames_
 
SizeframeSize_
 
Ptr< IFrameSourceframeSource_
 
Ptr< InpainterBaseinpainter_
 
MatinpaintingMask_
 
Ptr< ILoglog_
 
Ptr< IFrameSourcemaskSource_
 
Ptr< ImageMotionEstimatorBasemotionEstimator_
 
std::vector< Mat >motions_
 
MatpreProcessedFrame_
 
clock_tprocessingStartTime_
 
int radius_
 
std::vector< Mat >stabilizationMotions_
 
std::vector< Mat >stabilizedFrames_
 
std::vector< Mat >stabilizedMasks_
 
floattrimRatio_
 

构造函数与析构函数文档

◆ ~StabilizerBase()

cv::videostab::StabilizerBase::~StabilizerBase ( )
inlinevirtual

◆ StabilizerBase()

cv::videostab::StabilizerBase::StabilizerBase ( )
protected

成员函数文档

◆ borderMode()

int cv::videostab::StabilizerBase::borderMode ( ) const
inline

◆ deblurrer()

Ptr< DeblurerBase > cv::videostab::StabilizerBase::deblurrer ( ) const
inline

◆ doCorrectionForInclusion()

bool cv::videostab::StabilizerBase::doCorrectionForInclusion ( ) const
inline

◆ doOneIteration()

bool cv::videostab::StabilizerBase::doOneIteration ( )
protected

◆ estimateMotion()

virtual Mat cv::videostab::StabilizerBase::estimateMotion ( )
protectedpure virtual

◆ estimateStabilizationMotion()

virtual Mat cv::videostab::StabilizerBase::estimateStabilizationMotion ( )
protectedpure virtual

◆ frameSource()

Ptr< IFrameSource > cv::videostab::StabilizerBase::frameSource ( ) const
inline

◆ inpainter()

Ptr< InpainterBase > cv::videostab::StabilizerBase::inpainter ( ) const
inline

◆ log()

Ptr< ILog > cv::videostab::StabilizerBase::log ( ) const
inline

◆ logProcessingTime()

void cv::videostab::StabilizerBase::logProcessingTime ( )
protected

◆ maskSource()

Ptr< IFrameSource > cv::videostab::StabilizerBase::maskSource ( ) const
inline

◆ motionEstimator()

Ptr< ImageMotionEstimatorBase > cv::videostab::StabilizerBase::motionEstimator ( ) const
inline

◆ nextStabilizedFrame()

Mat cv::videostab::StabilizerBase::nextStabilizedFrame ( )
protected

◆ postProcessFrame()

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

在 cv::videostab::OnePassStabilizer 中重实现,以及在 cv::videostab::TwoPassStabilizer 中重实现。

◆ radius()

int cv::videostab::StabilizerBase::radius ( ) const
inline

◆ reset()

void cv::videostab::StabilizerBase::reset ( )
protected

◆ setBorderMode()

void cv::videostab::StabilizerBase::setBorderMode ( int  val)
inline

◆ setCorrectionForInclusion()

void cv::videostab::StabilizerBase::setCorrectionForInclusion ( bool  val)
inline

◆ setDeblurer()

void cv::videostab::StabilizerBase::setDeblurer ( Ptr< DeblurerBase val)
inline

◆ setFrameSource()

void cv::videostab::StabilizerBase::setFrameSource ( Ptr< IFrameSource val)
inline

◆ setInpainter()

void cv::videostab::StabilizerBase::setInpainter ( Ptr< InpainterBase val)
inline

◆ setLog()

void cv::videostab::StabilizerBase::setLog ( Ptr< ILog ilog)
inline

◆ setMaskSource()

void cv::videostab::StabilizerBase::setMaskSource ( const Ptr< IFrameSource > &  val)
inline

◆ setMotionEstimator()

void cv::videostab::StabilizerBase::setMotionEstimator ( Ptr< ImageMotionEstimatorBase val)
inline

◆ setRadius()

void cv::videostab::StabilizerBase::setRadius ( int  val)
inline

◆ setTrimRatio()

void cv::videostab::StabilizerBase::setTrimRatio ( float val)
inline

◆ setUp()

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

在 cv::videostab::OnePassStabilizer 中重实现,以及在 cv::videostab::TwoPassStabilizer 中重实现。

◆ stabilizeFrame()

void cv::videostab::StabilizerBase::stabilizeFrame ( )
protected

◆ trimRatio()

float cv::videostab::StabilizerBase::trimRatio ( ) const
inline

成员数据文档

◆ blurrinessRates_

std::vector<float> cv::videostab::StabilizerBase::blurrinessRates_
protected

◆ borderMode_

int cv::videostab::StabilizerBase::borderMode_
protected

◆ curPos_

int cv::videostab::StabilizerBase::curPos_
protected

◆ curStabilizedPos_

int cv::videostab::StabilizerBase::curStabilizedPos_
protected

◆ deblurer_

Ptr<DeblurerBase> cv::videostab::StabilizerBase::deblurer_
protected

◆ doCorrectionForInclusion_

bool cv::videostab::StabilizerBase::doCorrectionForInclusion_
protected

◆ doDeblurring_

bool cv::videostab::StabilizerBase::doDeblurring_
protected

◆ doInpainting_

bool cv::videostab::StabilizerBase::doInpainting_
protected

◆ finalFrame_

Mat cv::videostab::StabilizerBase::finalFrame_
protected

◆ frameMask_

Mat cv::videostab::StabilizerBase::frameMask_
protected

◆ frames_

std::vector<Mat> cv::videostab::StabilizerBase::frames_
protected

◆ frameSize_

Size cv::videostab::StabilizerBase::frameSize_
protected

◆ frameSource_

Ptr<IFrameSource> cv::videostab::StabilizerBase::frameSource_
protected

◆ inpainter_

Ptr<InpainterBase> cv::videostab::StabilizerBase::inpainter_
protected

◆ inpaintingMask_

Mat cv::videostab::StabilizerBase::inpaintingMask_
protected

◆ log_

Ptr<ILog> cv::videostab::StabilizerBase::log_
protected

◆ maskSource_

Ptr<IFrameSource> cv::videostab::StabilizerBase::maskSource_
protected

◆ motionEstimator_

Ptr<ImageMotionEstimatorBase> cv::videostab::StabilizerBase::motionEstimator_
protected

◆ motions_

std::vector<Mat> cv::videostab::StabilizerBase::motions_
protected

◆ preProcessedFrame_

Mat cv::videostab::StabilizerBase::preProcessedFrame_
protected

◆ processingStartTime_

clock_t cv::videostab::StabilizerBase::processingStartTime_
protected

◆ radius_

int cv::videostab::StabilizerBase::radius_
protected

◆ stabilizationMotions_

std::vector<Mat> cv::videostab::StabilizerBase::stabilizationMotions_
protected

◆ stabilizedFrames_

std::vector<Mat> cv::videostab::StabilizerBase::stabilizedFrames_
protected

◆ stabilizedMasks_

std::vector<Mat> cv::videostab::StabilizerBase::stabilizedMasks_
protected

◆ trimRatio_

float cv::videostab::StabilizerBase::trimRatio_
protected

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