Trait opencv::videostab::prelude::ImageMotionEstimatorBase[][src]

pub trait ImageMotionEstimatorBase: ImageMotionEstimatorBaseConst {
    fn as_raw_mut_ImageMotionEstimatorBase(&mut self) -> *mut c_void;

    fn set_motion_model(&mut self, val: MotionModel) -> Result<()> { ... }
fn set_frame_mask(&mut self, mask: &dyn ToInputArray) -> Result<()> { ... }
fn estimate(
        &mut self,
        frame0: &Mat,
        frame1: &Mat,
        ok: &mut bool
    ) -> Result<Mat> { ... } }

Required methods

Provided methods

Implementors