pub fn detect_marker_board( img: &GrayImage, chess_cfg: &ChessConfig, params: MarkerBoardParams, ) -> Option<MarkerBoardDetectionResult>
Run the checkerboard+circles marker board detector end-to-end.