Trait opencv::prelude::Image2DTraitConst  
source · pub trait Image2DTraitConst {
    // Required method
    fn as_raw_Image2D(&self) -> *const c_void;
    // Provided method
    fn ptr(&self) -> Result<*mut c_void> { ... }
}Expand description
Constant methods for core::Image2D