Trait opencv::viz::WImageOverlayTraitConst[][src]

pub trait WImageOverlayTraitConst: Widget2DTraitConst {
    fn as_raw_WImageOverlay(&self) -> *const c_void;
}
Expand description

This 2D Widget represents an image overlay. :

Required methods

Implementors