Trait opencv::cudaarithm::prelude::LookUpTableConst [−][src]
pub trait LookUpTableConst: AlgorithmTraitConst {
fn as_raw_LookUpTable(&self) -> *const c_void;
}
Expand description
Base class for transform using lookup table.