.gitmodules
CMakeLists.txt
LICENSE
MANIFEST.in
README.md
requirements.txt
setup.py
tox.ini
lib/DronePoseLib/.travis.yml
lib/DronePoseLib/CMakeLists.txt
lib/DronePoseLib/LICENSE
lib/DronePoseLib/README.md
lib/DronePoseLib/build.sh
lib/DronePoseLib/example.cpp
lib/DronePoseLib/cmake_modules/CodeCoverage.cmake
lib/DronePoseLib/includes/DronePoseLib/get_valtonenornhag_arxiv_2021.hpp
lib/DronePoseLib/includes/DronePoseLib/relpose.hpp
lib/DronePoseLib/matlab/compile_mex.m
lib/DronePoseLib/matlab/test_noise_sensitivity_realistic.m
lib/DronePoseLib/matlab/test_numerical_stability_our_fEf_no_rot_3pt.m
lib/DronePoseLib/matlab/test_numerical_stability_our_frEfr_no_rot_4pt.m
lib/DronePoseLib/matlab/helpers/compare_to_gt.m
lib/DronePoseLib/matlab/helpers/generate_points_realistic.m
lib/DronePoseLib/matlab/helpers/normalise2dpts.m
lib/DronePoseLib/matlab/helpers/pflat.m
lib/DronePoseLib/matlab/helpers/radialdistort.m
lib/DronePoseLib/matlab/helpers/radialundistort.m
lib/DronePoseLib/matlab/helpers/rotm.m
lib/DronePoseLib/matlab/helpers/skew.m
lib/DronePoseLib/matlab/src/get_valtonenornhag_arxiv_2021_fEf_mex.cpp
lib/DronePoseLib/matlab/src/get_valtonenornhag_arxiv_2021_frEfr_mex.cpp
lib/DronePoseLib/src/helpers/charpoly.h
lib/DronePoseLib/src/helpers/normalize2dpts.cpp
lib/DronePoseLib/src/helpers/normalize2dpts.hpp
lib/DronePoseLib/src/helpers/quartic.cpp
lib/DronePoseLib/src/helpers/quartic.hpp
lib/DronePoseLib/src/helpers/radial.cpp
lib/DronePoseLib/src/helpers/radial.hpp
lib/DronePoseLib/src/helpers/sturm.h
lib/DronePoseLib/src/solvers/valtonenornhag_arxiv_2021/fEf/get_fEf.cpp
lib/DronePoseLib/src/solvers/valtonenornhag_arxiv_2021/frEfr/coeffs_frEfr.cpp
lib/DronePoseLib/src/solvers/valtonenornhag_arxiv_2021/frEfr/coeffs_frEfr.hpp
lib/DronePoseLib/src/solvers/valtonenornhag_arxiv_2021/frEfr/get_frEfr.cpp
lib/DronePoseLib/src/solvers/valtonenornhag_arxiv_2021/frEfr/solver_frEfr.cpp
lib/DronePoseLib/src/solvers/valtonenornhag_arxiv_2021/frEfr/solver_frEfr.hpp
lib/DronePoseLib/tests/test_main.cpp
lib/DronePoseLib/tests/test_valtonenornhag_arxiv_2021.cpp
lib/DronePoseLib/tests/catch2/catch.hpp
lib/pybind11/.appveyor.yml
lib/pybind11/.clang-tidy
lib/pybind11/.cmake-format.yaml
lib/pybind11/.pre-commit-config.yaml
lib/pybind11/.readthedocs.yml
lib/pybind11/CMakeLists.txt
lib/pybind11/LICENSE
lib/pybind11/MANIFEST.in
lib/pybind11/README.rst
lib/pybind11/pyproject.toml
lib/pybind11/setup.py
lib/pybind11/.github/CONTRIBUTING.md
lib/pybind11/.github/dependabot.yml
lib/pybind11/.github/labeler.yml
lib/pybind11/.github/labeler_merged.yml
lib/pybind11/.github/pull_request_template.md
lib/pybind11/.github/ISSUE_TEMPLATE/bug-report.md
lib/pybind11/.github/ISSUE_TEMPLATE/config.yml
lib/pybind11/.github/ISSUE_TEMPLATE/feature-request.md
lib/pybind11/.github/ISSUE_TEMPLATE/question.md
lib/pybind11/.github/workflows/ci.yml
lib/pybind11/.github/workflows/configure.yml
lib/pybind11/.github/workflows/format.yml
lib/pybind11/.github/workflows/labeler.yml
lib/pybind11/.github/workflows/pip.yml
lib/pybind11/docs/Doxyfile
lib/pybind11/docs/Makefile
lib/pybind11/docs/basics.rst
lib/pybind11/docs/benchmark.py
lib/pybind11/docs/benchmark.rst
lib/pybind11/docs/changelog.rst
lib/pybind11/docs/classes.rst
lib/pybind11/docs/compiling.rst
lib/pybind11/docs/conf.py
lib/pybind11/docs/faq.rst
lib/pybind11/docs/index.rst
lib/pybind11/docs/installing.rst
lib/pybind11/docs/limitations.rst
lib/pybind11/docs/pybind11-logo.png
lib/pybind11/docs/pybind11_vs_boost_python1.png
lib/pybind11/docs/pybind11_vs_boost_python1.svg
lib/pybind11/docs/pybind11_vs_boost_python2.png
lib/pybind11/docs/pybind11_vs_boost_python2.svg
lib/pybind11/docs/reference.rst
lib/pybind11/docs/release.rst
lib/pybind11/docs/requirements.txt
lib/pybind11/docs/upgrade.rst
lib/pybind11/docs/_static/theme_overrides.css
lib/pybind11/docs/advanced/classes.rst
lib/pybind11/docs/advanced/embedding.rst
lib/pybind11/docs/advanced/exceptions.rst
lib/pybind11/docs/advanced/functions.rst
lib/pybind11/docs/advanced/misc.rst
lib/pybind11/docs/advanced/smart_ptrs.rst
lib/pybind11/docs/advanced/cast/chrono.rst
lib/pybind11/docs/advanced/cast/custom.rst
lib/pybind11/docs/advanced/cast/eigen.rst
lib/pybind11/docs/advanced/cast/functional.rst
lib/pybind11/docs/advanced/cast/index.rst
lib/pybind11/docs/advanced/cast/overview.rst
lib/pybind11/docs/advanced/cast/stl.rst
lib/pybind11/docs/advanced/cast/strings.rst
lib/pybind11/docs/advanced/pycpp/index.rst
lib/pybind11/docs/advanced/pycpp/numpy.rst
lib/pybind11/docs/advanced/pycpp/object.rst
lib/pybind11/docs/advanced/pycpp/utilities.rst
lib/pybind11/docs/cmake/index.rst
lib/pybind11/include/pybind11/attr.h
lib/pybind11/include/pybind11/buffer_info.h
lib/pybind11/include/pybind11/cast.h
lib/pybind11/include/pybind11/chrono.h
lib/pybind11/include/pybind11/common.h
lib/pybind11/include/pybind11/complex.h
lib/pybind11/include/pybind11/eigen.h
lib/pybind11/include/pybind11/embed.h
lib/pybind11/include/pybind11/eval.h
lib/pybind11/include/pybind11/functional.h
lib/pybind11/include/pybind11/gil.h
lib/pybind11/include/pybind11/iostream.h
lib/pybind11/include/pybind11/numpy.h
lib/pybind11/include/pybind11/operators.h
lib/pybind11/include/pybind11/options.h
lib/pybind11/include/pybind11/pybind11.h
lib/pybind11/include/pybind11/pytypes.h
lib/pybind11/include/pybind11/stl.h
lib/pybind11/include/pybind11/stl_bind.h
lib/pybind11/include/pybind11/detail/class.h
lib/pybind11/include/pybind11/detail/common.h
lib/pybind11/include/pybind11/detail/descr.h
lib/pybind11/include/pybind11/detail/init.h
lib/pybind11/include/pybind11/detail/internals.h
lib/pybind11/include/pybind11/detail/type_caster_base.h
lib/pybind11/include/pybind11/detail/typeid.h
lib/pybind11/pybind11/__init__.py
lib/pybind11/pybind11/__main__.py
lib/pybind11/pybind11/_version.py
lib/pybind11/pybind11/commands.py
lib/pybind11/pybind11/setup_helpers.py
lib/pybind11/tests/CMakeLists.txt
lib/pybind11/tests/conftest.py
lib/pybind11/tests/constructor_stats.h
lib/pybind11/tests/cross_module_gil_utils.cpp
lib/pybind11/tests/env.py
lib/pybind11/tests/local_bindings.h
lib/pybind11/tests/object.h
lib/pybind11/tests/pybind11_cross_module_tests.cpp
lib/pybind11/tests/pybind11_tests.cpp
lib/pybind11/tests/pybind11_tests.h
lib/pybind11/tests/pytest.ini
lib/pybind11/tests/requirements.txt
lib/pybind11/tests/test_async.cpp
lib/pybind11/tests/test_async.py
lib/pybind11/tests/test_buffers.cpp
lib/pybind11/tests/test_buffers.py
lib/pybind11/tests/test_builtin_casters.cpp
lib/pybind11/tests/test_builtin_casters.py
lib/pybind11/tests/test_call_policies.cpp
lib/pybind11/tests/test_call_policies.py
lib/pybind11/tests/test_callbacks.cpp
lib/pybind11/tests/test_callbacks.py
lib/pybind11/tests/test_chrono.cpp
lib/pybind11/tests/test_chrono.py
lib/pybind11/tests/test_class.cpp
lib/pybind11/tests/test_class.py
lib/pybind11/tests/test_constants_and_functions.cpp
lib/pybind11/tests/test_constants_and_functions.py
lib/pybind11/tests/test_copy_move.cpp
lib/pybind11/tests/test_copy_move.py
lib/pybind11/tests/test_custom_type_casters.cpp
lib/pybind11/tests/test_custom_type_casters.py
lib/pybind11/tests/test_docstring_options.cpp
lib/pybind11/tests/test_docstring_options.py
lib/pybind11/tests/test_eigen.cpp
lib/pybind11/tests/test_eigen.py
lib/pybind11/tests/test_enum.cpp
lib/pybind11/tests/test_enum.py
lib/pybind11/tests/test_eval.cpp
lib/pybind11/tests/test_eval.py
lib/pybind11/tests/test_eval_call.py
lib/pybind11/tests/test_exceptions.cpp
lib/pybind11/tests/test_exceptions.py
lib/pybind11/tests/test_factory_constructors.cpp
lib/pybind11/tests/test_factory_constructors.py
lib/pybind11/tests/test_gil_scoped.cpp
lib/pybind11/tests/test_gil_scoped.py
lib/pybind11/tests/test_iostream.cpp
lib/pybind11/tests/test_iostream.py
lib/pybind11/tests/test_kwargs_and_defaults.cpp
lib/pybind11/tests/test_kwargs_and_defaults.py
lib/pybind11/tests/test_local_bindings.cpp
lib/pybind11/tests/test_local_bindings.py
lib/pybind11/tests/test_methods_and_attributes.cpp
lib/pybind11/tests/test_methods_and_attributes.py
lib/pybind11/tests/test_modules.cpp
lib/pybind11/tests/test_modules.py
lib/pybind11/tests/test_multiple_inheritance.cpp
lib/pybind11/tests/test_multiple_inheritance.py
lib/pybind11/tests/test_numpy_array.cpp
lib/pybind11/tests/test_numpy_array.py
lib/pybind11/tests/test_numpy_dtypes.cpp
lib/pybind11/tests/test_numpy_dtypes.py
lib/pybind11/tests/test_numpy_vectorize.cpp
lib/pybind11/tests/test_numpy_vectorize.py
lib/pybind11/tests/test_opaque_types.cpp
lib/pybind11/tests/test_opaque_types.py
lib/pybind11/tests/test_operator_overloading.cpp
lib/pybind11/tests/test_operator_overloading.py
lib/pybind11/tests/test_pickling.cpp
lib/pybind11/tests/test_pickling.py
lib/pybind11/tests/test_pytypes.cpp
lib/pybind11/tests/test_pytypes.py
lib/pybind11/tests/test_sequences_and_iterators.cpp
lib/pybind11/tests/test_sequences_and_iterators.py
lib/pybind11/tests/test_smart_ptr.cpp
lib/pybind11/tests/test_smart_ptr.py
lib/pybind11/tests/test_stl.cpp
lib/pybind11/tests/test_stl.py
lib/pybind11/tests/test_stl_binders.cpp
lib/pybind11/tests/test_stl_binders.py
lib/pybind11/tests/test_tagbased_polymorphic.cpp
lib/pybind11/tests/test_tagbased_polymorphic.py
lib/pybind11/tests/test_union.cpp
lib/pybind11/tests/test_union.py
lib/pybind11/tests/test_virtual_functions.cpp
lib/pybind11/tests/test_virtual_functions.py
lib/pybind11/tests/extra_python_package/pytest.ini
lib/pybind11/tests/extra_python_package/test_files.py
lib/pybind11/tests/extra_setuptools/pytest.ini
lib/pybind11/tests/extra_setuptools/test_setuphelper.py
lib/pybind11/tests/test_cmake_build/CMakeLists.txt
lib/pybind11/tests/test_cmake_build/embed.cpp
lib/pybind11/tests/test_cmake_build/main.cpp
lib/pybind11/tests/test_cmake_build/test.py
lib/pybind11/tests/test_cmake_build/installed_embed/CMakeLists.txt
lib/pybind11/tests/test_cmake_build/installed_function/CMakeLists.txt
lib/pybind11/tests/test_cmake_build/installed_target/CMakeLists.txt
lib/pybind11/tests/test_cmake_build/subdirectory_embed/CMakeLists.txt
lib/pybind11/tests/test_cmake_build/subdirectory_function/CMakeLists.txt
lib/pybind11/tests/test_cmake_build/subdirectory_target/CMakeLists.txt
lib/pybind11/tests/test_embed/CMakeLists.txt
lib/pybind11/tests/test_embed/catch.cpp
lib/pybind11/tests/test_embed/external_module.cpp
lib/pybind11/tests/test_embed/test_interpreter.cpp
lib/pybind11/tests/test_embed/test_interpreter.py
lib/pybind11/tools/FindCatch.cmake
lib/pybind11/tools/FindEigen3.cmake
lib/pybind11/tools/FindPythonLibsNew.cmake
lib/pybind11/tools/check-style.sh
lib/pybind11/tools/cmake_uninstall.cmake.in
lib/pybind11/tools/libsize.py
lib/pybind11/tools/make_changelog.py
lib/pybind11/tools/pybind11Common.cmake
lib/pybind11/tools/pybind11Config.cmake.in
lib/pybind11/tools/pybind11NewTools.cmake
lib/pybind11/tools/pybind11Tools.cmake
lib/pybind11/tools/pyproject.toml
lib/pybind11/tools/setup_global.py.in
lib/pybind11/tools/setup_main.py.in
src/__init__.py
src/bindings.cpp
src/droneposelib.egg-info/PKG-INFO
src/droneposelib.egg-info/SOURCES.txt
src/droneposelib.egg-info/dependency_links.txt
src/droneposelib.egg-info/not-zip-safe
src/droneposelib.egg-info/requires.txt
src/droneposelib.egg-info/top_level.txt
tests/__init__.py
tests/approvaltests_config.json
tests/helpers.py
tests/test_valtonenornhag_arxiv_2021.py
tests/approved_files/ValtonenOrnhagArxiv2021fEfTestCase.test_valtonenornhag_arxiv_2021_fEf_sol0.approved.txt
tests/approved_files/ValtonenOrnhagArxiv2021fEfTestCase.test_valtonenornhag_arxiv_2021_fEf_sol1.approved.txt
tests/approved_files/ValtonenOrnhagArxiv2021fEfTestCase.test_valtonenornhag_arxiv_2021_fEf_sol2.approved.txt
tests/approved_files/ValtonenOrnhagArxiv2021fEfTestCase.test_valtonenornhag_arxiv_2021_fEf_sol3.approved.txt
tests/approved_files/ValtonenOrnhagArxiv2021frEfrTestCase.test_valtonenornhag_arxiv_2021_frEfr_sol0.approved.txt
tests/approved_files/ValtonenOrnhagArxiv2021frEfrTestCase.test_valtonenornhag_arxiv_2021_frEfr_sol1.approved.txt
tests/approved_files/ValtonenOrnhagArxiv2021frEfrTestCase.test_valtonenornhag_arxiv_2021_frEfr_sol2.approved.txt
tests/approved_files/ValtonenOrnhagArxiv2021frEfrTestCase.test_valtonenornhag_arxiv_2021_frEfr_sol3.approved.txt
tests/approved_files/ValtonenOrnhagArxiv2021frEfrTestCase.test_valtonenornhag_arxiv_2021_frEfr_sol4.approved.txt
tests/approved_files/ValtonenOrnhagArxiv2021frEfrTestCase.test_valtonenornhag_arxiv_2021_frEfr_sol5.approved.txt
tests/approved_files/ValtonenOrnhagArxiv2021frEfrTestCase.test_valtonenornhag_arxiv_2021_frEfr_sol6.approved.txt
tests/approved_files/ValtonenOrnhagArxiv2021frEfrTestCase.test_valtonenornhag_arxiv_2021_frEfr_sol7.approved.txt
tests/approved_files/ValtonenOrnhagArxiv2021frEfrTestCase.test_valtonenornhag_arxiv_2021_frEfr_sol8.approved.txt