detect_corners

Function detect_corners 

Source
pub fn detect_corners(img: &GrayImage, cfg: &ChessConfig) -> Vec<Corner>
Expand description

Detect ChESS corners and adapt them into calib-targets-core::Corner.