Trait opencv::prelude::WImageOverlayTrait  
source · pub trait WImageOverlayTrait: WImageOverlayTraitConst + Widget2DTrait {
    // Required method
    fn as_raw_mut_WImageOverlay(&mut self) -> *mut c_void;
    // Provided method
    fn set_image(&mut self, image: &impl ToInputArray) -> Result<()> { ... }
}Expand description
Mutable methods for crate::viz::WImageOverlay
Required Methods§
fn as_raw_mut_WImageOverlay(&mut self) -> *mut c_void
Provided Methods§
Object Safety§
This trait is not object safe.