pub trait MCC_CCheckerDetectorConst: AlgorithmTraitConst {
    fn as_raw_MCC_CCheckerDetector(&self) -> *const c_void;
}
Expand description

A class to find the positions of the ColorCharts in the image.

Required Methods

Implementors