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

pub trait ColorAverageInpainterTrait: InpainterBase {
    pub fn as_raw_ColorAverageInpainter(&self) -> *const c_void;
pub fn as_raw_mut_ColorAverageInpainter(&mut self) -> *mut c_void; pub fn inpaint(
        &mut self,
        idx: i32,
        frame: &mut Mat,
        mask: &mut Mat
    ) -> Result<()> { ... } }

Required methods

Loading content...

Provided methods

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

Loading content...

Implementors

Loading content...