Introduction#
ndfilters is an experimental library designed to parallelize the filters in
scipy.ndimage using the Numba
just-in-time compiler.
Installation#
ndfilters is published on PyPI and can be installed using:
pip install ndfilters
API Reference#
Numba-accelerated, n-dimensional filters similar to those in |