|
OpenCV 4.5.3(日本語機械翻訳)
|
cv::videostab::StabilizerBase, cv::videostab::IFrameSourceを継承しています。
公開メンバ関数 |
|
| void | setMotionFilter (Ptr< MotionFilterBase > val) |
| Ptr< MotionFilterBase > | motionFilter () 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 |
限定公開メンバ関数 |
|
| 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< MotionFilterBase > | motionFilter_ |
基底クラス
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_ |
|
protected virtual |
|
protected virtual |
|
inline virtual |
cv::videostab::IFrameSourceを実装します。
|
protected virtual |
cv::videostab::StabilizerBaseを再実装します。
|
virtual |
cv::videostab::IFrameSourceを実装します。
|
protected virtual |
cv::videostab::StabilizerBaseを再実装します。