Trait opencv::prelude::GrayworldWBTraitConst
source · pub trait GrayworldWBTraitConst: WhiteBalancerTraitConst {
// Required method
fn as_raw_GrayworldWB(&self) -> *const c_void;
// Provided method
fn get_saturation_threshold(&self) -> Result<f32> { ... }
}Expand description
Constant methods for crate::xphoto::GrayworldWB
Required Methods§
fn as_raw_GrayworldWB(&self) -> *const c_void
Provided Methods§
sourcefn get_saturation_threshold(&self) -> Result<f32>
fn get_saturation_threshold(&self) -> Result<f32>
Maximum saturation for a pixel to be included in the gray-world assumption
See also
setSaturationThreshold