OpenCV 4.5.3(日本語機械翻訳)
公開メンバ関数 | 限定公開メンバ関数 | 限定公開変数類 | 全メンバ一覧
cv::videostab::TwoPassStabilizer クラス

cv::videostab::StabilizerBase, cv::videostab::IFrameSourceを継承しています。

公開メンバ関数

void setMotionStabilizer (Ptr< IMotionStabilizer > val)
Ptr< IMotionStabilizer > motionStabilizer () const
void setWobbleSuppressor (Ptr< WobbleSuppressorBase > val)
Ptr< WobbleSuppressorBase > wobbleSuppressor () const
void setEstimateTrimRatio (bool val)
bool mustEstimateTrimaRatio () const
virtual void reset () CV_OVERRIDE
virtual Mat nextFrame () CV_OVERRIDE
- 基底クラス cv::videostab::StabilizerBase に属する継承公開メンバ関数
void setLog (Ptr< ILog > ilog)
Ptr< ILog > log () const
void setRadius (int val)
int radius () const
void setFrameSource (Ptr< IFrameSource > val)
Ptr< IFrameSource > frameSource () const
void setMaskSource (const Ptr< IFrameSource > &val)
Ptr< IFrameSource > maskSource () const
void setMotionEstimator (Ptr< ImageMotionEstimatorBase > val)
Ptr< ImageMotionEstimatorBase > motionEstimator () const
void setDeblurer (Ptr< DeblurerBase > val)
Ptr< DeblurerBase > deblurrer () const
void setTrimRatio (float val)
float trimRatio () const
void setCorrectionForInclusion (bool val)
bool doCorrectionForInclusion () const
void setBorderMode (int val)
int borderMode () const
void setInpainter (Ptr< InpainterBase > val)
Ptr< InpainterBase > inpainter () const

限定公開メンバ関数

void runPrePassIfNecessary ()
virtual void setUp (const Mat &firstFrame) CV_OVERRIDE
virtual Mat estimateMotion () CV_OVERRIDE
virtual Mat estimateStabilizationMotion () CV_OVERRIDE
virtual Mat postProcessFrame (const Mat &frame) CV_OVERRIDE
- 基底クラス cv::videostab::StabilizerBase に属する継承限定公開メンバ関数
void reset ()
Mat nextStabilizedFrame ()
bool doOneIteration ()
void stabilizeFrame ()
void logProcessingTime ()

限定公開変数類

Ptr< IMotionStabilizer > motionStabilizer_
Ptr< WobbleSuppressorBase > wobbleSuppressor_
bool mustEstTrimRatio_
int frameCount_
bool isPrePassDone_
bool doWobbleSuppression_
std::vector< Mat > motions2_
Mat suppressedFrame_
- 基底クラス cv::videostab::StabilizerBase に属する継承限定公開変数類
Ptr< ILog > log_
Ptr< IFrameSource > frameSource_
Ptr< IFrameSource > maskSource_
Ptr< ImageMotionEstimatorBase > motionEstimator_
Ptr< DeblurerBase > deblurer_
Ptr< InpainterBase > inpainter_
int radius_
float trimRatio_
bool doCorrectionForInclusion_
int borderMode_
Size frameSize_
Mat frameMask_
int curPos_
int curStabilizedPos_
bool doDeblurring_
Mat preProcessedFrame_
bool doInpainting_
Mat inpaintingMask_
Mat finalFrame_
std::vector< Mat > frames_
std::vector< Mat > motions_
std::vector< float > blurrinessRates_
std::vector< Mat > stabilizedFrames_
std::vector< Mat > stabilizedMasks_
std::vector< Mat > stabilizationMotions_
clock_t processingStartTime_

関数詳解

estimateMotion()

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

cv::videostab::StabilizerBaseを実装します。

estimateStabilizationMotion()

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

cv::videostab::StabilizerBaseを実装します。

nextFrame()

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

cv::videostab::IFrameSourceを実装します。

postProcessFrame()

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

cv::videostab::StabilizerBaseを再実装します。

reset()

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

cv::videostab::IFrameSourceを実装します。

setUp()

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

cv::videostab::StabilizerBaseを再実装します。


このクラス詳解は次のファイルから抽出されました: