Home
last modified time | relevance | path

Searched refs:wobbleSuppressor_ (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/videostab/src/
Dstabilizer.cpp374 WobbleSuppressorBase *wobble = wobbleSuppressor_.get(); in runPrePassIfNecessary()
393 Mat M = wobbleSuppressor_->motionEstimator()->estimate(prevFrame, frame, &ok2); in runPrePassIfNecessary()
472 WobbleSuppressorBase *wobble = wobbleSuppressor_.get(); in setUp()
476 wobbleSuppressor_->setFrameCount(frameCount_); in setUp()
477 wobbleSuppressor_->setMotions(motions_); in setUp()
478 wobbleSuppressor_->setMotions2(motions2_); in setUp()
479 wobbleSuppressor_->setStabilizationMotions(stabilizationMotions_); in setUp()
500 wobbleSuppressor_->suppress(curStabilizedPos_, frame, suppressedFrame_); in postProcessFrame()
/external/opencv3/modules/videostab/include/opencv2/videostab/
Dstabilizer.hpp167 void setWobbleSuppressor(Ptr<WobbleSuppressorBase> val) { wobbleSuppressor_ = val; } in setWobbleSuppressor()
168 Ptr<WobbleSuppressorBase> wobbleSuppressor() const { return wobbleSuppressor_; } in wobbleSuppressor()
185 Ptr<WobbleSuppressorBase> wobbleSuppressor_; member in cv::videostab::TwoPassStabilizer