Searched defs:setMotionModel (Results 1 - 4 of 4) sorted by relevance

/external/opencv3/modules/videostab/include/opencv2/videostab/
H A Dglobal_motion.hpp106 virtual void setMotionModel(MotionModel val) { motionModel_ = val; } function in class:cv::videostab::MotionEstimatorBase
123 MotionEstimatorBase(MotionModel model) { setMotionModel(model); }
180 virtual void setMotionModel(MotionModel val) { motionModel_ = val; } function in class:cv::videostab::ImageMotionEstimatorBase
186 ImageMotionEstimatorBase(MotionModel model) { setMotionModel(model); }
208 virtual void setMotionModel(MotionModel val) { motionEstimator_->setMotionModel(val); } function in class:cv::videostab::ToFileMotionWriter
226 virtual void setMotionModel(MotionModel val) { motionEstimator_->setMotionModel(val); } function in class:cv::videostab::KeypointBasedMotionEstimator
259 virtual void setMotionModel(MotionModel val) { motionEstimator_->setMotionModel(va function in class:cv::videostab::KeypointBasedMotionEstimatorGpu
[all...]
H A Dmotion_stabilizing.hpp122 void setMotionModel(MotionModel val) { model_ = val; } function in class:cv::videostab::LpMotionStabilizer
H A Dinpainting.hpp73 virtual void setMotionModel(MotionModel val) { motionModel_ = val; } function in class:cv::videostab::InpainterBase
115 virtual void setMotionModel(MotionModel val);
/external/opencv3/modules/videostab/src/
H A Dinpainting.cpp72 void InpaintingPipeline::setMotionModel(MotionModel val) function in class:cv::videostab::InpaintingPipeline
75 inpainters_[i]->setMotionModel(val);
76 InpainterBase::setMotionModel(val);

Completed in 91 milliseconds