[][src]Trait opencv::prelude::ColorInpainterTrait

pub trait ColorInpainterTrait: InpainterBase {
    pub fn as_raw_ColorInpainter(&self) -> *const c_void;
pub fn as_raw_mut_ColorInpainter(&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

impl ColorInpainterTrait for ColorInpainter[src]

Loading content...