.editorconfig
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
LICENSE
Makefile
README.md
pyproject.toml
.github/workflows/python-publish.yml
docs/Makefile
docs/abbrev_long.bib
docs/conf.py
docs/index.rst
docs/make.bat
docs/references.bib
docs/_static/styles/my_theme.css
docs/_templates/copyright.html
docs/_templates/autoapi/index.rst
docs/_templates/autoapi/python/attribute.rst
docs/_templates/autoapi/python/class.rst
docs/_templates/autoapi/python/data.rst
docs/_templates/autoapi/python/exception.rst
docs/_templates/autoapi/python/function.rst
docs/_templates/autoapi/python/method.rst
docs/_templates/autoapi/python/module.rst
docs/_templates/autoapi/python/package.rst
docs/_templates/autoapi/python/property.rst
docs/explanation/distortion-rotation.rst
docs/explanation/distortion-validity.rst
docs/explanation/index.rst
docs/explanation/reprojection.rst
docs/explanation/sympy-codegen.rst
src/deltacamera/__init__.py
src/deltacamera/_version.py
src/deltacamera/coordframes.py
src/deltacamera/core.py
src/deltacamera/decorators.py
src/deltacamera/distortion.py
src/deltacamera/distortion_models.py
src/deltacamera/intrinsics.py
src/deltacamera/largest_interior_rectangle.py
src/deltacamera/maps.py
src/deltacamera/maps_impl.py
src/deltacamera/points_impl.py
src/deltacamera/precompile.py
src/deltacamera/reprojection.py
src/deltacamera/util.py
src/deltacamera/validity.py
src/deltacamera.egg-info/PKG-INFO
src/deltacamera.egg-info/SOURCES.txt
src/deltacamera.egg-info/dependency_links.txt
src/deltacamera.egg-info/requires.txt
src/deltacamera.egg-info/top_level.txt
src/deltacamera/pt/__init__.py
src/deltacamera/pt/camera.py
src/deltacamera/pt/camera_utils.py
src/deltacamera/pt/coordframes.py
src/deltacamera/pt/distortion.py
src/deltacamera/pt/maps.py
src/deltacamera/pt/reprojection.py
src/deltacamera/pt/validity.py
tests/conftest.py
tests/test_autodiff_validation.py
tests/test_camera.py
tests/test_coverage_gaps.py
tests/test_distortion.py
tests/test_distortion_validity.py
tests/test_jacobian.py
tests/test_param14_distortion.py
tests/test_pt.py
tests/test_reproject_image.py
tests/test_reprojection.py
tests/test_rotate_image.py
tests/test_rotate_image_14param.py
tests/test_validity.py
tests/test_vanishing_point.py
tests/data/dna_rendering_calibrations.npz
tests/data/egohumans_fisheye_calibrations.npz
tests/data/extract_calibrations.py
tests/data/jrdb_calibrations.npz