opencv::hub_prelude

Trait NullWobbleSuppressorTrait

source
pub trait NullWobbleSuppressorTrait: NullWobbleSuppressorTraitConst + WobbleSuppressorBaseTrait {
    // Required method
    fn as_raw_mut_NullWobbleSuppressor(&mut self) -> *mut c_void;

    // Provided method
    fn suppress(
        &mut self,
        idx: i32,
        frame: &impl MatTraitConst,
        result: &mut impl MatTrait,
    ) -> Result<()> { ... }
}
Expand description

Required Methods§

Provided Methods§

source

fn suppress( &mut self, idx: i32, frame: &impl MatTraitConst, result: &mut impl MatTrait, ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§