#include <stabilizer.hpp>
Inherits cv::videostab::StabilizerBase, and cv::videostab::IFrameSource.
| bool cv::videostab::TwoPassStabilizer::mustEstimateTrimaRatio | ( | ) | const |
| virtual void cv::videostab::TwoPassStabilizer::reset | ( | ) | [virtual] |
Implements cv::videostab::IFrameSource.
| virtual Mat cv::videostab::TwoPassStabilizer::nextFrame | ( | ) | [virtual] |
Implements cv::videostab::IFrameSource.
| std::vector<Mat> cv::videostab::TwoPassStabilizer::motions | ( | ) | const |
| void cv::videostab::StabilizerBase::setLog | ( | Ptr< ILog > | _log | ) | [inherited] |
| Ptr<ILog> cv::videostab::StabilizerBase::log | ( | ) | const [inherited] |
| void cv::videostab::StabilizerBase::setRadius | ( | int | val | ) | [inherited] |
| int cv::videostab::StabilizerBase::radius | ( | ) | const [inherited] |
| void cv::videostab::StabilizerBase::setFrameSource | ( | Ptr< IFrameSource > | val | ) | [inherited] |
| Ptr<IFrameSource> cv::videostab::StabilizerBase::frameSource | ( | ) | const [inherited] |
| void cv::videostab::StabilizerBase::setMotionEstimator | ( | Ptr< IGlobalMotionEstimator > | val | ) | [inherited] |
| Ptr<IGlobalMotionEstimator> cv::videostab::StabilizerBase::motionEstimator | ( | ) | const [inherited] |
| void cv::videostab::StabilizerBase::setDeblurer | ( | Ptr< DeblurerBase > | val | ) | [inherited] |
| Ptr<DeblurerBase> cv::videostab::StabilizerBase::deblurrer | ( | ) | const [inherited] |
| void cv::videostab::StabilizerBase::setTrimRatio | ( | float | val | ) | [inherited] |
| float cv::videostab::StabilizerBase::trimRatio | ( | ) | const [inherited] |
| void cv::videostab::StabilizerBase::setCorrectionForInclusion | ( | bool | val | ) | [inherited] |
| bool cv::videostab::StabilizerBase::doCorrectionForInclusion | ( | ) | const [inherited] |
| void cv::videostab::StabilizerBase::setBorderMode | ( | int | val | ) | [inherited] |
| int cv::videostab::StabilizerBase::borderMode | ( | ) | const [inherited] |
| void cv::videostab::StabilizerBase::setInpainter | ( | Ptr< InpainterBase > | val | ) | [inherited] |
| Ptr<InpainterBase> cv::videostab::StabilizerBase::inpainter | ( | ) | const [inherited] |
| void cv::videostab::StabilizerBase::setUp | ( | int | cacheSize, |
| const Mat & | frame | ||
| ) | [protected, inherited] |
| Mat cv::videostab::StabilizerBase::nextStabilizedFrame | ( | ) | [protected, inherited] |
| bool cv::videostab::StabilizerBase::doOneIteration | ( | ) | [protected, inherited] |
| void cv::videostab::StabilizerBase::stabilizeFrame | ( | const Mat & | stabilizationMotion | ) | [protected, inherited] |
Ptr<ILog> cv::videostab::StabilizerBase::log_ [protected, inherited] |
Ptr<IFrameSource> cv::videostab::StabilizerBase::frameSource_ [protected, inherited] |
Ptr<IGlobalMotionEstimator> cv::videostab::StabilizerBase::motionEstimator_ [protected, inherited] |
Ptr<DeblurerBase> cv::videostab::StabilizerBase::deblurer_ [protected, inherited] |
Ptr<InpainterBase> cv::videostab::StabilizerBase::inpainter_ [protected, inherited] |
int cv::videostab::StabilizerBase::radius_ [protected, inherited] |
float cv::videostab::StabilizerBase::trimRatio_ [protected, inherited] |
bool cv::videostab::StabilizerBase::doCorrectionForInclusion_ [protected, inherited] |
int cv::videostab::StabilizerBase::borderMode_ [protected, inherited] |
Size cv::videostab::StabilizerBase::frameSize_ [protected, inherited] |
Mat cv::videostab::StabilizerBase::frameMask_ [protected, inherited] |
int cv::videostab::StabilizerBase::curPos_ [protected, inherited] |
int cv::videostab::StabilizerBase::curStabilizedPos_ [protected, inherited] |
bool cv::videostab::StabilizerBase::doDeblurring_ [protected, inherited] |
Mat cv::videostab::StabilizerBase::preProcessedFrame_ [protected, inherited] |
bool cv::videostab::StabilizerBase::doInpainting_ [protected, inherited] |
Mat cv::videostab::StabilizerBase::inpaintingMask_ [protected, inherited] |
std::vector<Mat> cv::videostab::StabilizerBase::frames_ [protected, inherited] |
std::vector<Mat> cv::videostab::StabilizerBase::motions_ [protected, inherited] |
std::vector<float> cv::videostab::StabilizerBase::blurrinessRates_ [protected, inherited] |
std::vector<Mat> cv::videostab::StabilizerBase::stabilizedFrames_ [protected, inherited] |
std::vector<Mat> cv::videostab::StabilizerBase::stabilizedMasks_ [protected, inherited] |
std::vector<Mat> cv::videostab::StabilizerBase::stabilizationMotions_ [protected, inherited] |