[][src]Trait opencv::hub_prelude::Detail_BlocksGainCompensatorTrait

pub trait Detail_BlocksGainCompensatorTrait: Detail_BlocksCompensator {
    pub fn as_raw_Detail_BlocksGainCompensator(&self) -> *const c_void;
pub fn as_raw_mut_Detail_BlocksGainCompensator(&mut self) -> *mut c_void; pub fn apply(
        &mut self,
        index: i32,
        corner: Point,
        image: &mut dyn ToInputOutputArray,
        mask: &dyn ToInputArray
    ) -> Result<()> { ... }
pub fn get_mat_gains(&mut self, umv: &mut Vector<Mat>) -> Result<()> { ... }
pub fn set_mat_gains(&mut self, umv: &mut Vector<Mat>) -> Result<()> { ... } }

Exposure compensator which tries to remove exposure related artifacts by adjusting image block intensities, see UES01 for details.

Required methods

Loading content...

Provided methods

pub fn apply(
    &mut self,
    index: i32,
    corner: Point,
    image: &mut dyn ToInputOutputArray,
    mask: &dyn ToInputArray
) -> Result<()>
[src]

pub fn get_mat_gains(&mut self, umv: &mut Vector<Mat>) -> Result<()>[src]

pub fn set_mat_gains(&mut self, umv: &mut Vector<Mat>) -> Result<()>[src]

Loading content...

Implementors

Loading content...