pub fn detect_charuco_from_gray_u8(
width: u32,
height: u32,
pixels: &[u8],
chess_cfg: &ChessConfig,
params: CharucoDetectorParams,
) -> Result<CharucoDetectionResult, DetectError>pub fn detect_charuco_from_gray_u8(
width: u32,
height: u32,
pixels: &[u8],
chess_cfg: &ChessConfig,
params: CharucoDetectorParams,
) -> Result<CharucoDetectionResult, DetectError>