detect_charuco

Function detect_charuco 

Source
pub fn detect_charuco(
    img: &GrayImage,
    chess_cfg: &ChessConfig,
    params: CharucoDetectorParams,
) -> Result<CharucoDetectionResult, DetectError>
Expand description

Run the ChArUco detector end-to-end: ChESS corners -> grid -> markers -> alignment -> IDs.