Trait opencv::imgproc::CLAHE [] [src]

pub trait CLAHE: Algorithm {
    fn as_raw_CLAHE(&self) -> *mut c_void;
}

Required Methods

fn as_raw_CLAHE(&self) -> *mut c_void

Implementors