OpenCV 4.12.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 ( )
受保護虛擬函式

◆ estimateStabilizationMotion()

virtual Mat cv::videostab::TwoPassStabilizer::estimateStabilizationMotion ( )
受保護虛擬函式

◆ 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)
受保護虛擬函式

cv::videostab::StabilizerBase 重新實現。

◆ reset()

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

◆ runPrePassIfNecessary()

void cv::videostab::TwoPassStabilizer::runPrePassIfNecessary ( )
保護

◆ 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)
受保護虛擬函式

cv::videostab::StabilizerBase 重新實現。

◆ 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_
保護

◆ frameCount_

int cv::videostab::TwoPassStabilizer::frameCount_
保護

◆ isPrePassDone_

bool cv::videostab::TwoPassStabilizer::isPrePassDone_
保護

◆ motions2_

std::vector<Mat> cv::videostab::TwoPassStabilizer::motions2_
保護

◆ motionStabilizer_

Ptr<IMotionStabilizer> cv::videostab::TwoPassStabilizer::motionStabilizer_
保護

◆ mustEstTrimRatio_

bool cv::videostab::TwoPassStabilizer::mustEstTrimRatio_
保護

◆ suppressedFrame_

Mat cv::videostab::TwoPassStabilizer::suppressedFrame_
保護

◆ wobbleSuppressor_

Ptr<WobbleSuppressorBase> cv::videostab::TwoPassStabilizer::wobbleSuppressor_
保護

該類的文件由以下檔案生成