Home
last modified time | relevance | path

Searched defs:setMotionEstimator (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/videostab/include/opencv2/videostab/
Dwobble_suppression.hpp67 void setMotionEstimator(Ptr<ImageMotionEstimatorBase> val) { motionEstimator_ = val; } in setMotionEstimator() function in cv::videostab::WobbleSuppressorBase
Dstabilizer.hpp80 void setMotionEstimator(Ptr<ImageMotionEstimatorBase> val) { motionEstimator_ = val; } in setMotionEstimator() function in cv::videostab::StabilizerBase