Similar to the filters in `scipy.ndimage` but accelerated using Numba
Project description
ndfilters
Similar to the filters in scipy.ndimage
but accelerated and parallelized using
Numba.
Installation
ndfilters
is published on PyPI and can be installed using pip
.
pip install ndfilters
Gallery
Mean filter
The mean filter calculates a multidimensional rolling mean for the given kernel shape.
Trimmed mean filter
The trimmed mean filter is like the mean filter except it ignores a given portion of the dataset before calculating the mean at each pixel.
Variance filter
The variance filter calculates the rolling variance for the given kernel shape.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ndfilters-0.3.0.tar.gz
(11.2 kB
view hashes)
Built Distribution
ndfilters-0.3.0-py3-none-any.whl
(11.8 kB
view hashes)
Close
Hashes for ndfilters-0.3.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3556ae9fbf17c885e498a1ebcfb23b2b51c8723400ceab5d84dbbcdf190e687f |
|
MD5 | 2978ef26d5019190565de1843255fff5 |
|
BLAKE2b-256 | 1a221c9f22f5dfecfdd89c2041ae62d9317973f9870a7015152d9de8049eff02 |