opencv::prelude

Trait TwoPassStabilizerTrait

Source
pub trait TwoPassStabilizerTrait:
    IFrameSourceTrait
    + StabilizerBaseTrait
    + TwoPassStabilizerTraitConst {
    // Required method
    fn as_raw_mut_TwoPassStabilizer(&mut self) -> *mut c_void;

    // Provided methods
    fn set_motion_stabilizer(
        &mut self,
        val: Ptr<IMotionStabilizer>,
    ) -> Result<()> { ... }
    fn set_wobble_suppressor(
        &mut self,
        val: Ptr<WobbleSuppressorBase>,
    ) -> Result<()> { ... }
    fn set_estimate_trim_ratio(&mut self, val: bool) -> Result<()> { ... }
    fn reset(&mut self) -> Result<()> { ... }
    fn next_frame(&mut self) -> Result<Mat> { ... }
}
Expand description

Required Methods§

Provided Methods§

Implementors§