#include <stabilizer.hpp>
Inherited by cv::videostab::OnePassStabilizer, and cv::videostab::TwoPassStabilizer.
| virtual cv::videostab::StabilizerBase::~StabilizerBase | ( | ) | [virtual] |
| cv::videostab::StabilizerBase::StabilizerBase | ( | ) | [protected] |
| void cv::videostab::StabilizerBase::setLog | ( | Ptr< ILog > | _log | ) |
| Ptr<ILog> cv::videostab::StabilizerBase::log | ( | ) | const |
| void cv::videostab::StabilizerBase::setRadius | ( | int | val | ) |
| int cv::videostab::StabilizerBase::radius | ( | ) | const |
| void cv::videostab::StabilizerBase::setTrimRatio | ( | float | val | ) |
| float cv::videostab::StabilizerBase::trimRatio | ( | ) | const |
| bool cv::videostab::StabilizerBase::doCorrectionForInclusion | ( | ) | const |
| void cv::videostab::StabilizerBase::setBorderMode | ( | int | val | ) |
| int cv::videostab::StabilizerBase::borderMode | ( | ) | const |
| void cv::videostab::StabilizerBase::setUp | ( | int | cacheSize, |
| const Mat & | frame | ||
| ) | [protected] |
| Mat cv::videostab::StabilizerBase::nextStabilizedFrame | ( | ) | [protected] |
| bool cv::videostab::StabilizerBase::doOneIteration | ( | ) | [protected] |
| void cv::videostab::StabilizerBase::stabilizeFrame | ( | const Mat & | stabilizationMotion | ) | [protected] |
| virtual void cv::videostab::StabilizerBase::setUp | ( | Mat & | firstFrame | ) | [protected, pure virtual] |
| virtual void cv::videostab::StabilizerBase::stabilizeFrame | ( | ) | [protected, pure virtual] |
| virtual void cv::videostab::StabilizerBase::estimateMotion | ( | ) | [protected, pure virtual] |
Ptr<ILog> cv::videostab::StabilizerBase::log_ [protected] |
Ptr<IFrameSource> cv::videostab::StabilizerBase::frameSource_ [protected] |
Ptr<DeblurerBase> cv::videostab::StabilizerBase::deblurer_ [protected] |
Ptr<InpainterBase> cv::videostab::StabilizerBase::inpainter_ [protected] |
int cv::videostab::StabilizerBase::radius_ [protected] |
float cv::videostab::StabilizerBase::trimRatio_ [protected] |
bool cv::videostab::StabilizerBase::doCorrectionForInclusion_ [protected] |
int cv::videostab::StabilizerBase::borderMode_ [protected] |
Size cv::videostab::StabilizerBase::frameSize_ [protected] |
Mat cv::videostab::StabilizerBase::frameMask_ [protected] |
int cv::videostab::StabilizerBase::curPos_ [protected] |
int cv::videostab::StabilizerBase::curStabilizedPos_ [protected] |
bool cv::videostab::StabilizerBase::doDeblurring_ [protected] |
Mat cv::videostab::StabilizerBase::preProcessedFrame_ [protected] |
bool cv::videostab::StabilizerBase::doInpainting_ [protected] |
Mat cv::videostab::StabilizerBase::inpaintingMask_ [protected] |
std::vector<Mat> cv::videostab::StabilizerBase::frames_ [protected] |
std::vector<Mat> cv::videostab::StabilizerBase::motions_ [protected] |
std::vector<float> cv::videostab::StabilizerBase::blurrinessRates_ [protected] |
std::vector<Mat> cv::videostab::StabilizerBase::stabilizedFrames_ [protected] |
std::vector<Mat> cv::videostab::StabilizerBase::stabilizedMasks_ [protected] |
std::vector<Mat> cv::videostab::StabilizerBase::stabilizationMotions_ [protected] |