Home
last modified time | relevance | path

Searched defs:motionModel (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/videostab/include/opencv2/videostab/
Dglobal_motion.hpp111 virtual MotionModel motionModel() const { return motionModel_; } in motionModel() function in cv::videostab::MotionEstimatorBase
181 virtual MotionModel motionModel() const { return motionModel_; } in motionModel() function in cv::videostab::ImageMotionEstimatorBase
209 virtual MotionModel motionModel() const { return motionEstimator_->motionModel(); } in motionModel() function in cv::videostab::ToFileMotionWriter
227 virtual MotionModel motionModel() const { return motionEstimator_->motionModel(); } in motionModel() function in cv::videostab::KeypointBasedMotionEstimator
260 virtual MotionModel motionModel() const { return motionEstimator_->motionModel(); } in motionModel() function in cv::videostab::KeypointBasedMotionEstimatorGpu
Dmotion_stabilizing.hpp123 MotionModel motionModel() const { return model_; } in motionModel() function in cv::videostab::LpMotionStabilizer
Dinpainting.hpp74 virtual MotionModel motionModel() const { return motionModel_; } in motionModel() function in cv::videostab::InpainterBase
/external/opencv3/samples/cpp/
Dvideostab.cpp547 MotionModel motionModel(const string &str) in motionModel() function