Home
last modified time | relevance | path

Searched refs:TwoPassStabilizer (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/videostab/src/
Dstabilizer.cpp309 TwoPassStabilizer::TwoPassStabilizer() in TwoPassStabilizer() function in cv::videostab::TwoPassStabilizer
318 void TwoPassStabilizer::reset() in reset()
329 Mat TwoPassStabilizer::nextFrame() in nextFrame()
368 void TwoPassStabilizer::runPrePassIfNecessary() in runPrePassIfNecessary()
462 void TwoPassStabilizer::setUp(const Mat &firstFrame) in setUp()
486 Mat TwoPassStabilizer::estimateMotion() in estimateMotion()
492 Mat TwoPassStabilizer::estimateStabilizationMotion() in estimateStabilizationMotion()
498 Mat TwoPassStabilizer::postProcessFrame(const Mat &frame) in postProcessFrame()
/external/opencv3/modules/videostab/include/opencv2/videostab/
Dstabilizer.hpp159 class CV_EXPORTS TwoPassStabilizer : public StabilizerBase, public IFrameSource class
162 TwoPassStabilizer();
/external/opencv3/samples/cpp/
Dvideostab.cpp394 TwoPassStabilizer *twoPassStabilizer = new TwoPassStabilizer(); in main()