.gitignore
.readthedocs.yaml
LICENSE
README.md
environment.yml
pyproject.toml
.github/workflows/publish-to-pypi.yml
.github/workflows/publish-to-testpypi.yml
.github/workflows/test.yml
docs/API reference.rst
docs/Getting started.rst
docs/Make_html.cmd
docs/conf.py
docs/index.rst
docs/requirements.txt
matchpoint/__init__.py
matchpoint/_version.py
matchpoint/coordinate_transformations.py
matchpoint/core.py
matchpoint/cross_correlation.py
matchpoint/decorators.py
matchpoint/geometric_hashing.py
matchpoint/icp.py
matchpoint/kernel_correlation.py
matchpoint/point_set.py
matchpoint/point_set_simulation.py
matchpoint/polynomial.py
matchpoint/polywarp.py
matchpoint.egg-info/PKG-INFO
matchpoint.egg-info/SOURCES.txt
matchpoint.egg-info/dependency_links.txt
matchpoint.egg-info/requires.txt
matchpoint.egg-info/top_level.txt
tests/integration/test_mapping.py