Class cv::videostab::TwoPassStabilizer#
#include <opencv2/videostab/stabilizer.hpp>Collaboration diagram for cv::videostab::TwoPassStabilizer:
Public Member Functions#
Public Member Functions inherited from cv::videostab::StabilizerBase
Return |
Name |
Description |
|---|---|---|
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
Public Member Functions inherited from cv::videostab::IFrameSource
Return |
Name |
Description |
|---|---|---|
|
Additional Inherited Members#
Protected Member Functions inherited from cv::videostab::StabilizerBase
Return |
Name |
Description |
|---|---|---|
|
||
|
||
|
||
|
||
|
Protected Attributes inherited from cv::videostab::StabilizerBase
Return |
Name |
Description |
|---|---|---|
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
Constructor & Destructor Documentation#
TwoPassStabilizer()#
cv::videostab::TwoPassStabilizer::TwoPassStabilizer()
Member Function Documentation#
motionStabilizer()#
Ptr< IMotionStabilizer > cv::videostab::TwoPassStabilizer::motionStabilizer()
mustEstimateTrimaRatio()#
bool cv::videostab::TwoPassStabilizer::mustEstimateTrimaRatio()
nextFrame()#
Mat cv::videostab::TwoPassStabilizer::nextFrame()
reset()#
void cv::videostab::TwoPassStabilizer::reset()
setEstimateTrimRatio()#
void cv::videostab::TwoPassStabilizer::setEstimateTrimRatio(bool val)
setMotionStabilizer()#
void cv::videostab::TwoPassStabilizer::setMotionStabilizer(Ptr< IMotionStabilizer > val)
setWobbleSuppressor()#
void cv::videostab::TwoPassStabilizer::setWobbleSuppressor(Ptr< WobbleSuppressorBase > val)
wobbleSuppressor()#
Ptr< WobbleSuppressorBase > cv::videostab::TwoPassStabilizer::wobbleSuppressor()
estimateMotion()#
Mat cv::videostab::TwoPassStabilizer::estimateMotion()
estimateStabilizationMotion()#
Mat cv::videostab::TwoPassStabilizer::estimateStabilizationMotion()
postProcessFrame()#
Mat cv::videostab::TwoPassStabilizer::postProcessFrame(const Mat & frame)
runPrePassIfNecessary()#
void cv::videostab::TwoPassStabilizer::runPrePassIfNecessary()
setUp()#
void cv::videostab::TwoPassStabilizer::setUp(const Mat & firstFrame)
Member Data Documentation#
doWobbleSuppression_#
bool cv::videostab::TwoPassStabilizer::doWobbleSuppression_
frameCount_#
int cv::videostab::TwoPassStabilizer::frameCount_
isPrePassDone_#
bool cv::videostab::TwoPassStabilizer::isPrePassDone_
motions2_#
std::vector< Mat > cv::videostab::TwoPassStabilizer::motions2_
motionStabilizer_#
Ptr< IMotionStabilizer > cv::videostab::TwoPassStabilizer::motionStabilizer_
mustEstTrimRatio_#
bool cv::videostab::TwoPassStabilizer::mustEstTrimRatio_
suppressedFrame_#
Mat cv::videostab::TwoPassStabilizer::suppressedFrame_
wobbleSuppressor_#
Ptr< WobbleSuppressorBase > cv::videostab::TwoPassStabilizer::wobbleSuppressor_
Source file#
The documentation for this class was generated from the following file:
opencv2/videostab/stabilizer.hpp