Trait MCC_CCheckerDrawTrait

Source
pub trait MCC_CCheckerDrawTrait: MCC_CCheckerDrawTraitConst {
    // Required method
    fn as_raw_mut_MCC_CCheckerDraw(&mut self) -> *mut c_void;

    // Provided method
    fn draw(&mut self, img: &mut impl ToInputOutputArray) -> Result<()> { ... }
}
Expand description

Mutable methods for crate::mcc::MCC_CCheckerDraw

Required Methods§

Provided Methods§

Source

fn draw(&mut self, img: &mut impl ToInputOutputArray) -> Result<()>

\brief Draws the checker to the given image. \param img image in color space BGR

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§