Searched defs:setMotionEstimator (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/videostab/include/opencv2/videostab/ | ||
D | wobble_suppression.hpp | 67 void setMotionEstimator(Ptr<ImageMotionEstimatorBase> val) { motionEstimator_ = val; } in setMotionEstimator() function in cv::videostab::WobbleSuppressorBase |
D | stabilizer.hpp | 80 void setMotionEstimator(Ptr<ImageMotionEstimatorBase> val) { motionEstimator_ = val; } in setMotionEstimator() function in cv::videostab::StabilizerBase |