Trait opencv::hub_prelude::GrayworldWB[][src]

pub trait GrayworldWB: GrayworldWBConst + WhiteBalancer {
    fn as_raw_mut_GrayworldWB(&mut self) -> *mut c_void;

    fn set_saturation_threshold(&mut self, val: f32) -> Result<()> { ... }
}

Required methods

Provided methods

Maximum saturation for a pixel to be included in the gray-world assumption

See also

setSaturationThreshold getSaturationThreshold

Implementors