//! Feature detection module
//!
//! This module provides functions for detecting features in n-dimensional arrays,
//! including edge detection, corner detection, and other local feature detection methods.
// Re-export submodule components
pub use ;
pub use ;
// Machine learning-based detection
pub use ;