[][src]Trait opencv::prelude::ToFileMotionWriterTrait

pub trait ToFileMotionWriterTrait: ImageMotionEstimatorBase {
    pub fn as_raw_ToFileMotionWriter(&self) -> *const c_void;
pub fn as_raw_mut_ToFileMotionWriter(&mut self) -> *mut c_void; pub fn set_motion_model(&mut self, val: MotionModel) -> Result<()> { ... }
pub fn motion_model(&self) -> Result<MotionModel> { ... }
pub fn set_frame_mask(&mut self, mask: &dyn ToInputArray) -> Result<()> { ... }
pub fn estimate(
        &mut self,
        frame0: &Mat,
        frame1: &Mat,
        ok: &mut bool
    ) -> Result<Mat> { ... } }

Required methods

Loading content...

Provided methods

pub fn set_motion_model(&mut self, val: MotionModel) -> Result<()>[src]

pub fn motion_model(&self) -> Result<MotionModel>[src]

pub fn set_frame_mask(&mut self, mask: &dyn ToInputArray) -> Result<()>[src]

pub fn estimate(
    &mut self,
    frame0: &Mat,
    frame1: &Mat,
    ok: &mut bool
) -> Result<Mat>
[src]

Loading content...

Implementors

Loading content...