[][src]Trait opencv::videostab::NullInpainterTrait

pub trait NullInpainterTrait: InpainterBase {
    pub fn as_raw_NullInpainter(&self) -> *const c_void;
pub fn as_raw_mut_NullInpainter(&mut self) -> *mut c_void; pub fn inpaint(
        &mut self,
        unnamed: i32,
        unnamed_1: &mut Mat,
        unnamed_2: &mut Mat
    ) -> Result<()> { ... } }

Required methods

Loading content...

Provided methods

pub fn inpaint(
    &mut self,
    unnamed: i32,
    unnamed_1: &mut Mat,
    unnamed_2: &mut Mat
) -> Result<()>
[src]

Loading content...

Implementors

impl NullInpainterTrait for NullInpainter[src]

Loading content...