[][src]Trait opencv::hub_prelude::FromFileMotionReaderTrait

pub trait FromFileMotionReaderTrait: ImageMotionEstimatorBase {
    fn as_raw_FromFileMotionReader(&self) -> *const c_void;
fn as_raw_mut_FromFileMotionReader(&mut self) -> *mut c_void; fn estimate(
        &mut self,
        frame0: &Mat,
        frame1: &Mat,
        ok: &mut bool
    ) -> Result<Mat> { ... } }

Required methods

Loading content...

Provided methods

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

Loading content...

Implementors

Loading content...