Searched defs:motionModel (Results 1 – 3 of 3) sorted by relevance
111 virtual MotionModel motionModel() const { return motionModel_; } in motionModel() function in cv::videostab::MotionEstimatorBase181 virtual MotionModel motionModel() const { return motionModel_; } in motionModel() function in cv::videostab::ImageMotionEstimatorBase209 virtual MotionModel motionModel() const CV_OVERRIDE { return motionEstimator_->motionModel(); } in motionModel() function in cv::videostab::ToFileMotionWriter227 virtual MotionModel motionModel() const CV_OVERRIDE { return motionEstimator_->motionModel(); } in motionModel() function in cv::videostab::KeypointBasedMotionEstimator261 virtual MotionModel motionModel() const CV_OVERRIDE { return motionEstimator_->motionModel(); } in motionModel() function in cv::videostab::KeypointBasedMotionEstimatorGpu
123 MotionModel motionModel() const { return model_; } in motionModel() function in cv::videostab::LpMotionStabilizer
74 virtual MotionModel motionModel() const { return motionModel_; } in motionModel() function in cv::videostab::InpainterBase