Trait opencv::prelude::TwoPassStabilizerTraitConst[][src]

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

    fn motion_stabilizer(&self) -> Result<Ptr<dyn IMotionStabilizer>> { ... }
fn wobble_suppressor(&self) -> Result<Ptr<dyn WobbleSuppressorBase>> { ... }
fn must_estimate_trima_ratio(&self) -> Result<bool> { ... } }

Required methods

Provided methods

Implementors