HomeSort by relevance Sort by last modified time
    Searched defs:TwoPassStabilizer (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/videostab/src/
stabilizer.cpp 309 TwoPassStabilizer::TwoPassStabilizer()
318 void TwoPassStabilizer::reset()
329 Mat TwoPassStabilizer::nextFrame()
368 void TwoPassStabilizer::runPrePassIfNecessary()
462 void TwoPassStabilizer::setUp(const Mat &firstFrame)
486 Mat TwoPassStabilizer::estimateMotion()
492 Mat TwoPassStabilizer::estimateStabilizationMotion()
498 Mat TwoPassStabilizer::postProcessFrame(const Mat &frame)
  /external/opencv3/modules/videostab/include/opencv2/videostab/
stabilizer.hpp 159 class CV_EXPORTS TwoPassStabilizer : public StabilizerBase, public IFrameSource
162 TwoPassStabilizer();

Completed in 1104 milliseconds