.readthedocs.yaml
LICENSE
MANIFEST.in
README.md
mkdocs.yml
pyproject.toml
requirements.txt
setup.py
.github/workflows/deploy-docs.yml
.github/workflows/python-publish.yml
dist/templatematchingpy-1.0.1-py3-none-any.whl
dist/templatematchingpy-1.0.1.tar.gz
docs/api_reference.md
docs/index.md
docs/requirements.txt
docs/tutorial.md
examples/advanced_alignment.py
examples/align_image_file.py
examples/basic_usage.py
templatematchingpy/__init__.py
templatematchingpy.egg-info/PKG-INFO
templatematchingpy.egg-info/SOURCES.txt
templatematchingpy.egg-info/dependency_links.txt
templatematchingpy.egg-info/not-zip-safe
templatematchingpy.egg-info/requires.txt
templatematchingpy.egg-info/top_level.txt
templatematchingpy/core/__init__.py
templatematchingpy/core/config.py
templatematchingpy/core/stack_alignment.py
templatematchingpy/core/template_matching.py
templatematchingpy/utils/__init__.py
templatematchingpy/utils/image_utils.py
tests/__init__.py
tests/test_integration.py
tests/test_stack_alignment.py
tests/test_template_matching.py