[][src]Trait opencv::prelude::NullWobbleSuppressorTrait

pub trait NullWobbleSuppressorTrait: WobbleSuppressorBase {
    fn as_raw_NullWobbleSuppressor(&self) -> *const c_void;
fn as_raw_mut_NullWobbleSuppressor(&mut self) -> *mut c_void; fn suppress(
        &mut self,
        idx: i32,
        frame: &Mat,
        result: &mut Mat
    ) -> Result<()> { ... } }

Required methods

Loading content...

Provided methods

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

Loading content...

Implementors

Loading content...