pub fn find_chess_corners_with_ml(
base: ImageView<'_>,
cfg: &ChessConfig,
) -> Vec<CornerDescriptor>Expand description
Single-call helper that runs the ML refiner pipeline.
pub fn find_chess_corners_with_ml(
base: ImageView<'_>,
cfg: &ChessConfig,
) -> Vec<CornerDescriptor>Single-call helper that runs the ML refiner pipeline.