//! Optional `image::GrayImage` helpers for the unified corner detector.
use cratefind_chess_corners;
use crateImageView;
use crate::;
use GrayImage;
/// Detect chessboard corners from a `GrayImage`.
///
/// This is a thin wrapper over the multiscale detector that builds an
/// [`ImageView`] from `img` and dispatches to single- or multiscale
/// mode based on `cfg.multiscale.pyramid.num_levels`, returning
/// [`CornerDescriptor`] values in full-resolution pixel coordinates.