Trait opencv::hub_prelude::ToFileMotionWriterTraitConst[][src]

pub trait ToFileMotionWriterTraitConst: ImageMotionEstimatorBaseConst {
    fn as_raw_ToFileMotionWriter(&self) -> *const c_void;

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

Required methods

Provided methods

Implementors