.coveragerc
.gitignore
.gitlab-ci.yml
.isort.cfg
.travis.yml
AUTHORS.rst
CHANGELOG.rst
LICENSE.txt
README.rst
justfile
setup.cfg
setup.py
update_notebooks.sh
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/license.rst
docs/tutorials.rst
docs/_static/.gitignore
docs/notebooks/rotation_example.ipynb
examples/epipolar_consistency.py
src/pystencils_reco/__init__.py
src/pystencils_reco/_assignment_collection.py
src/pystencils_reco/_crazy_decorator.py
src/pystencils_reco/_geometry.py
src/pystencils_reco/_projective_matrix.py
src/pystencils_reco/_typed_symbols.py
src/pystencils_reco/astnodes.py
src/pystencils_reco/block_matching.py
src/pystencils_reco/bm3d.py
src/pystencils_reco/bm3d_kernels.py
src/pystencils_reco/filters.py
src/pystencils_reco/finite_differences.py
src/pystencils_reco/functions.py
src/pystencils_reco/morphology.py
src/pystencils_reco/numpy_array_handler.py
src/pystencils_reco/projection.py
src/pystencils_reco/registration.py
src/pystencils_reco/resampling.py
src/pystencils_reco/stencils.py
src/pystencils_reco/unet.py
src/pystencils_reco/vesselness.py
src/pystencils_reco.egg-info/PKG-INFO
src/pystencils_reco.egg-info/SOURCES.txt
src/pystencils_reco.egg-info/dependency_links.txt
src/pystencils_reco.egg-info/not-zip-safe
src/pystencils_reco.egg-info/requires.txt
src/pystencils_reco.egg-info/top_level.txt
tests/test_block_matching.py
tests/test_bm3d.py
tests/test_filters.py
tests/test_functions.py
tests/test_import.py
tests/test_index_dimension_hack.py
tests/test_morphology.py
tests/test_projection.py
tests/test_projective_matrix.py
tests/test_pytorch.py
tests/test_registration.py
tests/test_resampling.py
tests/test_stencils.py
tests/test_tensorflow.py
tests/test_unet.py
tests/test_vesselness.py
tests/travis_install.sh
tests/test_data/lenna.png
tests/test_data/test_vessel2d_mask.png