[][src]Trait opencv::videostab::prelude::MoreAccurateMotionWobbleSuppressorGpuTrait

pub trait MoreAccurateMotionWobbleSuppressorGpuTrait: MoreAccurateMotionWobbleSuppressorBase {
    pub fn as_raw_MoreAccurateMotionWobbleSuppressorGpu(&self) -> *const c_void;
pub fn as_raw_mut_MoreAccurateMotionWobbleSuppressorGpu(
        &mut self
    ) -> *mut c_void; pub fn suppress(
        &mut self,
        idx: i32,
        frame: &GpuMat,
        result: &mut GpuMat
    ) -> Result<()> { ... }
pub fn suppress_1(
        &mut self,
        idx: i32,
        frame: &Mat,
        result: &mut Mat
    ) -> Result<()> { ... } }

Required methods

Loading content...

Provided methods

pub fn suppress(
    &mut self,
    idx: i32,
    frame: &GpuMat,
    result: &mut GpuMat
) -> Result<()>
[src]

pub fn suppress_1(
    &mut self,
    idx: i32,
    frame: &Mat,
    result: &mut Mat
) -> Result<()>
[src]

Loading content...

Implementors

Loading content...