pub fn detect_marker_board_from_gray_u8( width: u32, height: u32, pixels: &[u8], chess_cfg: &ChessConfig, params: MarkerBoardParams, ) -> Result<Option<MarkerBoardDetectionResult>, DetectError>