#include <stabilizer.hpp>
Additional Inherited Members | |
Protected Member Functions inherited from cv::videostab::StabilizerBase | |
StabilizerBase () | |
void | setUp (int cacheSize, const Mat &frame) |
Mat | nextStabilizedFrame () |
bool | doOneIteration () |
void | stabilizeFrame (const Mat &stabilizationMotion) |
Protected Attributes inherited from cv::videostab::StabilizerBase | |
Ptr< ILog > | log_ |
Ptr< IFrameSource > | frameSource_ |
Ptr< IGlobalMotionEstimator > | 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_ |
std::vector< Mat > | frames_ |
std::vector< Mat > | motions_ |
std::vector< float > | blurrinessRates_ |
std::vector< Mat > | stabilizedFrames_ |
std::vector< Mat > | stabilizedMasks_ |
std::vector< Mat > | stabilizationMotions_ |
cv::videostab::OnePassStabilizer::OnePassStabilizer | ( | ) |
|
inline |
|
inlinevirtual |
Implements cv::videostab::IFrameSource.
|
inlinevirtual |
Implements cv::videostab::IFrameSource.
|
inline |