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

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

Required methods

Loading content...

Provided methods

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

Loading content...

Implementors

Loading content...