pub fn find_chess_corners_with_refiner(
base: ImageView<'_>,
cfg: &ChessConfig,
refiner: &RefinerKind,
) -> Vec<CornerDescriptor>Expand description
Single-call helper that lets callers pick the refiner.
pub fn find_chess_corners_with_refiner(
base: ImageView<'_>,
cfg: &ChessConfig,
refiner: &RefinerKind,
) -> Vec<CornerDescriptor>Single-call helper that lets callers pick the refiner.