detect_chessboard

Function detect_chessboard 

Source
pub fn detect_chessboard(
    img: &GrayImage,
    chess_cfg: &ChessConfig,
    params: ChessboardParams,
) -> Option<ChessboardDetectionResult>
Expand description

Run the chessboard detector end-to-end: ChESS corners -> chessboard grid.