cv::videostab::StabilizerBase,
cv::videostab::IFrameSourceを継承しています。
|
Ptr<
IMotionStabilizer
> |
motionStabilizer_
|
|
Ptr<
WobbleSuppressorBase
> |
wobbleSuppressor_
|
|
bool |
mustEstTrimRatio_
|
|
int |
frameCount_
|
|
bool |
isPrePassDone_
|
|
bool |
doWobbleSuppression_
|
|
std::vector<
Mat
> |
motions2_
|
|
Mat |
suppressedFrame_
|
|
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
|
◆
estimateStabilizationMotion()
virtual
Mat
cv::videostab::TwoPassStabilizer::estimateStabilizationMotion
|
( |
|
) |
|
|
protected
virtual
|
◆
nextFrame()
virtual
Mat
cv::videostab::TwoPassStabilizer::nextFrame
|
( |
|
) |
|
|
virtual
|
◆
postProcessFrame()
virtual
Mat
cv::videostab::TwoPassStabilizer::postProcessFrame
|
( |
const
Mat
& |
frame
|
) |
|
|
protected
virtual
|
◆
reset()
virtual void cv::videostab::TwoPassStabilizer::reset
|
( |
|
) |
|
|
virtual
|
◆
setUp()
virtual void cv::videostab::TwoPassStabilizer::setUp
|
( |
const
Mat
& |
firstFrame
|
) |
|
|
protected
virtual
|
このクラス詳解は次のファイルから抽出されました: