.bumpversion.cfg
.coveragerc
.editorconfig
.flake8
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
CHANGES.rst
LICENSE
MANIFEST.in
README.rst
conda-env.yml
mypy.ini
pyproject.toml
pytest.ini
setup.cfg
setup.py
tox.ini
./CHANGES.rst
./README.rst
./docs/examples.rst
./docs/history.rst
./docs/index.rst
./docs/install_from_source.rst
./docs/known_build_issue.rst
.github/dependabot.yml
.github/workflows/build-pye3d.yml
docs/conf.py
docs/examples.rst
docs/history.rst
docs/index.rst
docs/install_from_source.rst
docs/known_build_issue.rst
examples/process_eye_video.py
pye3d/__init__.py
pye3d/camera.py
pye3d/constants.py
pye3d/detector_3d.py
pye3d/kalman.py
pye3d/observation.py
pye3d/refraction.py
pye3d.egg-info/PKG-INFO
pye3d.egg-info/SOURCES.txt
pye3d.egg-info/dependency_links.txt
pye3d.egg-info/requires.txt
pye3d.egg-info/top_level.txt
pye3d/cpp/CMakeLists.txt
pye3d/cpp/__init__.py
pye3d/cpp/common_types.pxd
pye3d/cpp/projections.pyx
pye3d/cpp/pupil_detection_3d.pyx
pye3d/cpp/refraction_correction.pyx
pye3d/cpp/refraction_correction_cpp.h
pye3d/cpp/search_on_sphere.h
pye3d/cpp/unproject_conicoid.h
pye3d/eye_model/__init__.py
pye3d/eye_model/abstract.py
pye3d/eye_model/asynchronous.py
pye3d/eye_model/background_helper.py
pye3d/eye_model/base.py
pye3d/geometry/__init__.py
pye3d/geometry/intersections.py
pye3d/geometry/primitives.py
pye3d/geometry/projections.py
pye3d/geometry/utilities.py
pye3d/refraction_models/default_refraction_model_gaze_vector_degree_3.msgpack
pye3d/refraction_models/default_refraction_model_pupil_circle_degree_3.msgpack
pye3d/refraction_models/default_refraction_model_radius_degree_3.msgpack
pye3d/refraction_models/default_refraction_model_sphere_center_degree_3.msgpack
scripts/convert_legacy_models_to_msgpack.py
scripts/generate_ground_truth.py
scripts/repair_wheels_windows.py
scripts/update_models.py
tests/conftest.py
tests/test_package.py
tests/integration/__init__.py
tests/integration/test_synthetic_metrics.py
tests/integration/utils.py
tests/integration/input/.gitkeep
tests/integration/output/.gitkeep