//! Fundamental types, image views, geometry, gradient computation, and NMS.
//!//! This module provides the stable foundation that all algorithm modules
//! depend on. It must remain small and free of algorithm-specific logic.
pub(crate)modblur;pubmodcircle_fit;pubmodcoords;pubmoderror;pubmodgeometry;pubmodgradient;pubmodhomography;pubmodimage_view;#[cfg(feature ="image-io")]pubmodio;pubmodnms;pubmodpolarity;pubmodpyramid;pubmodscalar;