scipyndimage
scipyndimage is an open-source Python library that provides a collection of image-processing routines for N-dimensional arrays, drawing on concepts from the SciPy ndimage module. The project is intended to support NumPy-first workflows, offering image-processing functionality without requiring a specific proprietary toolchain.
Core capabilities typically include multi-dimensional filtering (smoothing and related operations), morphology operations such as dilation and
Usage of scipyndimage follows a typical array-centric workflow: an image or volume is loaded into a NumPy
Development and licensing information for scipyndimage is typically provided in its public repository and accompanying documentation.