Trait opencv::prelude::Detail_BlocksCompensatorConst[][src]

pub trait Detail_BlocksCompensatorConst: Detail_ExposureCompensatorConst {
    fn as_raw_Detail_BlocksCompensator(&self) -> *const c_void;

    fn get_similarity_threshold(&self) -> Result<f64> { ... }
fn get_block_size(&self) -> Result<Size> { ... }
fn get_nr_gains_filtering_iterations(&self) -> Result<i32> { ... } }
Expand description

Exposure compensator which tries to remove exposure related artifacts by adjusting image blocks.

Required methods

Provided methods

Implementors