Trait opencv::hub_prelude::TonemapReinhardConst[][src]

pub trait TonemapReinhardConst: TonemapConst {
    fn as_raw_TonemapReinhard(&self) -> *const c_void;

    fn get_intensity(&self) -> Result<f32> { ... }
fn get_light_adaptation(&self) -> Result<f32> { ... }
fn get_color_adaptation(&self) -> Result<f32> { ... } }
Expand description

This is a global tonemapping operator that models human visual system.

Mapping function is controlled by adaptation parameter, that is computed using light adaptation and color adaptation.

For more information see RD05 .

Required methods

Provided methods

Implementors