Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1008 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 1008 Bytes

torch-fourier-filter

License PyPI Python Version CI codecov

Fourier space filters for image and volumes in pyTorch

Install via source using

pip install -e .

And for development and testing use

pip install -e ".[dev,test]"

Make sure to run tests before any commits:

python -m pytest