cv::videostab::OnePassStabilizer,
cv::videostab::TwoPassStabilizerに継承されています。
|
void |
reset
() |
|
Mat |
nextStabilizedFrame
() |
|
bool |
doOneIteration
() |
|
virtual void |
setUp
(const
Mat
&firstFrame) |
|
virtual
Mat |
estimateMotion
()=0 |
|
virtual
Mat |
estimateStabilizationMotion
()=0 |
|
void |
stabilizeFrame
() |
|
virtual
Mat |
postProcessFrame
(const
Mat
&frame) |
|
void |
logProcessingTime
() |
|
|
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_
|
|
このクラス詳解は次のファイルから抽出されました: