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.
pub fn detect_chessboard(
img: &GrayImage,
chess_cfg: &ChessConfig,
params: ChessboardParams,
) -> Option<ChessboardDetectionResult>Run the chessboard detector end-to-end: ChESS corners -> chessboard grid.