detect_chessboard_from_gray_u8

Function detect_chessboard_from_gray_u8 

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