Trait opencv::prelude::OnePassStabilizerTraitConst[][src]

pub trait OnePassStabilizerTraitConst: IFrameSourceConst + StabilizerBaseConst {
    fn as_raw_OnePassStabilizer(&self) -> *const c_void;

    fn motion_filter(&self) -> Result<Ptr<dyn MotionFilterBase>> { ... }
}

Required methods

Provided methods

Implementors