[][src]Trait opencv::videostab::ConsistentMosaicInpainterTrait

pub trait ConsistentMosaicInpainterTrait: InpainterBase {
    pub fn as_raw_ConsistentMosaicInpainter(&self) -> *const c_void;
pub fn as_raw_mut_ConsistentMosaicInpainter(&mut self) -> *mut c_void; pub fn set_stdev_thresh(&mut self, val: f32) -> Result<()> { ... }
pub fn stdev_thresh(&self) -> Result<f32> { ... }
pub fn inpaint(
        &mut self,
        idx: i32,
        frame: &mut Mat,
        mask: &mut Mat
    ) -> Result<()> { ... } }

Required methods

Loading content...

Provided methods

pub fn set_stdev_thresh(&mut self, val: f32) -> Result<()>[src]

pub fn stdev_thresh(&self) -> Result<f32>[src]

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

Loading content...

Implementors

Loading content...