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 \return void

Object Safety§

This trait is not object safe.

Implementors§