pub trait ImageTraitConst {
// Required method
fn as_raw_Image(&self) -> *const c_void;
// Provided methods
fn org(&self) -> Point { ... }
fn img(&self) -> Mat { ... }
fn alpha(&self) -> Mat { ... }
}
Expand description
Constant methods for crate::gapi::Image