pub trait MotionEstimatorBaseConst {
    fn as_raw_MotionEstimatorBase(&self) -> *const c_void;

    fn motion_model(&self) -> Result<MotionModel> { ... }
}
Expand description

Base class for all global motion estimation methods.

Required Methods§

Provided Methods§

Returns

Motion model. See cv::videostab::MotionModel.

Implementors§