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

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

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

Required methods

Provided methods

Implementors