CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
pytest.ini
setup.cfg
setup.py
spellmatch/__init__.py
spellmatch/__main__.py
spellmatch/_spellmatch.py
spellmatch/_version.py
spellmatch/assignment.py
spellmatch/hookspecs.py
spellmatch/io.py
spellmatch/plugins.py
spellmatch/utils.py
spellmatch.egg-info/PKG-INFO
spellmatch.egg-info/SOURCES.txt
spellmatch.egg-info/dependency_links.txt
spellmatch.egg-info/entry_points.txt
spellmatch.egg-info/not-zip-safe
spellmatch.egg-info/requires.txt
spellmatch.egg-info/top_level.txt
spellmatch/benchmark/__init__.py
spellmatch/benchmark/_benchmark.py
spellmatch/benchmark/metrics.py
spellmatch/benchmark/semisynthetic.py
spellmatch/matching/__init__.py
spellmatch/matching/_matching.py
spellmatch/matching/algorithms/__init__.py
spellmatch/matching/algorithms/_algorithms.py
spellmatch/matching/algorithms/icp.py
spellmatch/matching/algorithms/probreg.py
spellmatch/matching/algorithms/spellmatch.py
spellmatch/registration/__init__.py
spellmatch/registration/_registration.py
spellmatch/registration/feature_based/__init__.py
spellmatch/registration/feature_based/_feature_based.py
spellmatch/registration/intensity_based/__init__.py
spellmatch/registration/intensity_based/_intensity_based.py
spellmatch/registration/intensity_based/sitk_metrics.py
spellmatch/registration/intensity_based/sitk_optimizers.py
spellmatch/registration/interactive/__init__.py
spellmatch/registration/interactive/_interactive.py
spellmatch/registration/interactive/_qt/__init__.py
spellmatch/registration/interactive/_qt/_interactive_registration_dialog.py
spellmatch/registration/interactive/_qt/_pandas_table_model.py
tests/test_dummy.py