.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.3-py3-none-any.whl
dist/templatematchingpy-1.0.3.tar.gz
docs/index.md
docs/requirements.txt
docs/api-reference/configuration.md
docs/api-reference/core-functions.md
docs/api-reference/stack-aligner.md
docs/api-reference/template-engine.md
docs/api-reference/utilities.md
docs/examples/advanced-examples.md
docs/examples/basic-examples.md
docs/getting-started/installation.md
docs/getting-started/quick-start.md
docs/guides/configuration-guide.md
docs/guides/performance-tuning.md
docs/guides/template-matching-basics.md
docs/images/benchmark_plot1.png
docs/images/benchmark_plot2.png
docs/images/comparison.gif
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