Trait opencv::hub_prelude::ColorCorrectionModelTraitConst[][src]

pub trait ColorCorrectionModelTraitConst {
    fn as_raw_ColorCorrectionModel(&self) -> *const c_void;

    fn get_ccm(&self) -> Result<Mat> { ... }
fn get_loss(&self) -> Result<f64> { ... }
fn get_src_rgbl(&self) -> Result<Mat> { ... }
fn get_dst_rgbl(&self) -> Result<Mat> { ... }
fn get_mask(&self) -> Result<Mat> { ... }
fn get_weights(&self) -> Result<Mat> { ... } }
Expand description

Core class of ccm model

Produce a ColorCorrectionModel instance for inference

Required methods

Provided methods

Implementors