#include <stabilizer.hpp>
Inherits cv::videostab::StabilizerBase, and cv::videostab::IFrameSource.
cv::videostab::OnePassStabilizer::OnePassStabilizer |
( |
| ) |
|
virtual void cv::videostab::OnePassStabilizer::reset |
( |
| ) |
|
|
virtual |
virtual Mat cv::videostab::OnePassStabilizer::nextFrame |
( |
| ) |
|
|
virtual |
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::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::setUp |
( |
int |
cacheSize, |
|
|
const Mat & |
frame |
|
) |
| |
|
protectedinherited |
Mat cv::videostab::StabilizerBase::nextStabilizedFrame |
( |
| ) |
|
|
protectedinherited |
bool cv::videostab::StabilizerBase::doOneIteration |
( |
| ) |
|
|
protectedinherited |
void cv::videostab::StabilizerBase::stabilizeFrame |
( |
const Mat & |
stabilizationMotion | ) |
|
|
protectedinherited |
Ptr<ILog> cv::videostab::StabilizerBase::log_ |
|
protectedinherited |
int cv::videostab::StabilizerBase::radius_ |
|
protectedinherited |
float cv::videostab::StabilizerBase::trimRatio_ |
|
protectedinherited |
bool cv::videostab::StabilizerBase::doCorrectionForInclusion_ |
|
protectedinherited |
int cv::videostab::StabilizerBase::borderMode_ |
|
protectedinherited |
Size cv::videostab::StabilizerBase::frameSize_ |
|
protectedinherited |
Mat cv::videostab::StabilizerBase::frameMask_ |
|
protectedinherited |
int cv::videostab::StabilizerBase::curPos_ |
|
protectedinherited |
int cv::videostab::StabilizerBase::curStabilizedPos_ |
|
protectedinherited |
bool cv::videostab::StabilizerBase::doDeblurring_ |
|
protectedinherited |
Mat cv::videostab::StabilizerBase::preProcessedFrame_ |
|
protectedinherited |
bool cv::videostab::StabilizerBase::doInpainting_ |
|
protectedinherited |
Mat cv::videostab::StabilizerBase::inpaintingMask_ |
|
protectedinherited |
std::vector<Mat> cv::videostab::StabilizerBase::frames_ |
|
protectedinherited |
std::vector<Mat> cv::videostab::StabilizerBase::motions_ |
|
protectedinherited |
std::vector<float> cv::videostab::StabilizerBase::blurrinessRates_ |
|
protectedinherited |
std::vector<Mat> cv::videostab::StabilizerBase::stabilizedFrames_ |
|
protectedinherited |
std::vector<Mat> cv::videostab::StabilizerBase::stabilizedMasks_ |
|
protectedinherited |
std::vector<Mat> cv::videostab::StabilizerBase::stabilizationMotions_ |
|
protectedinherited |
The documentation for this class was generated from the following file: