[][src]Trait opencv::hub_prelude::WeightingDeblurerTrait

pub trait WeightingDeblurerTrait: DeblurerBase {
    pub fn as_raw_WeightingDeblurer(&self) -> *const c_void;
pub fn as_raw_mut_WeightingDeblurer(&mut self) -> *mut c_void; pub fn set_sensitivity(&mut self, val: f32) -> Result<()> { ... }
pub fn sensitivity(&self) -> Result<f32> { ... }
pub fn deblur(
        &mut self,
        idx: i32,
        frame: &mut Mat,
        range: &Range
    ) -> Result<()> { ... } }

Required methods

Loading content...

Provided methods

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

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

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

Loading content...

Implementors

impl WeightingDeblurerTrait for WeightingDeblurer[src]

Loading content...