Trait opencv::gapi::ImageTrait

source ·
pub trait ImageTrait: ImageTraitConst {
    fn as_raw_mut_Image(&mut self) -> *mut c_void;

    fn set_org(&mut self, val: Point) { ... }
    fn set_img(&mut self, val: Mat) { ... }
    fn set_alpha(&mut self, val: Mat) { ... }
}

Required Methods

Provided Methods

The bottom-left corner of the image

Image to draw

Alpha channel for image to draw (same size and number of channels)

Implementors