pub fn detect_chessboard_from_gray_u8(
width: u32,
height: u32,
pixels: &[u8],
chess_cfg: &ChessConfig,
params: ChessboardParams,
) -> Result<Option<ChessboardDetectionResult>, DetectError>pub fn detect_chessboard_from_gray_u8(
width: u32,
height: u32,
pixels: &[u8],
chess_cfg: &ChessConfig,
params: ChessboardParams,
) -> Result<Option<ChessboardDetectionResult>, DetectError>