.coveragerc
.gitignore
.gitlab-ci.yml
.pre-commit-config.yaml
.pylintrc
.readthedocs.yml
.travis.yml
AUTHORS.md
CHANGELOG.md
CONTRIBUTING.md
Dockerfile
LICENSE
Makefile
README.md
fig_state_machine.png
pyproject.toml
pytest.ini
setup.cfg
setup.py
tox.ini
.github/ISSUE_TEMPLATE.md
.gitlab/issue_templates/Bug.md
.gitlab/issue_templates/Proposal.md
.gitlab/issue_templates/Refacto.md
.gitlab/issue_templates/Release.md
.gitlab/merge_request_templates/MR.md
cars_mesh/__init__.py
cars_mesh/cli.py
cars_mesh/cli_evaluate.py
cars_mesh/config.py
cars_mesh/evaluate_pipeline.py
cars_mesh/logging.json
cars_mesh/param.py
cars_mesh/reconstruct_pipeline.py
cars_mesh/setup_logging.py
cars_mesh/state_machine.py
cars_mesh.egg-info/PKG-INFO
cars_mesh.egg-info/SOURCES.txt
cars_mesh.egg-info/dependency_links.txt
cars_mesh.egg-info/entry_points.txt
cars_mesh.egg-info/requires.txt
cars_mesh.egg-info/top_level.txt
cars_mesh/core/__init__.py
cars_mesh/core/denoise_mesh.py
cars_mesh/core/denoise_pcd.py
cars_mesh/core/filter.py
cars_mesh/core/mesh.py
cars_mesh/core/simplify_mesh.py
cars_mesh/core/texture.py
cars_mesh/tools/__init__.py
cars_mesh/tools/handlers.py
cars_mesh/tools/mesh_io.py
cars_mesh/tools/metrics.py
cars_mesh/tools/point_cloud_io.py
cars_mesh/tools/rpc.py
docs/Makefile
docs/make.bat
docs/source/conf.py
docs/source/index.rst
docs/source/inputs_outputs.rst
docs/source/installation.rst
docs/source/CLA/.gitkeep
docs/source/CLA/CCLA-mesh_3d.doc
docs/source/CLA/ICLA-mesh_3d.doc
docs/source/_static/css/my_custom.css
docs/source/design/handlers.rst
docs/source/design/index.rst
docs/source/functions/denoise_mesh.rst
docs/source/functions/denoise_point_cloud.rst
docs/source/functions/filter.rst
docs/source/functions/index.rst
docs/source/functions/mesh.rst
docs/source/functions/simplify_mesh.rst
docs/source/functions/texture.rst
docs/source/images/fig_state_machine.png
docs/source/images/picto_transparent.png
docs/source/images/bilateral_filtering/gif_num_iterations.gif
docs/source/images/bilateral_filtering/gif_num_neighbours.gif
docs/source/images/bilateral_filtering/gif_sigma_d.gif
docs/source/images/bilateral_filtering/gif_sigma_n.gif
docs/source/usage/cars-mesh-evaluate.rst
docs/source/usage/cars-mesh.rst
example/README.md
example/config_evaluate.json
example/config_reconstruct.json
example/point_cloud.laz
example/rpc.XML
example/texture_image.tif
tests/__init__.py
tests/helpers.py
tests/test_mesh3d.py
tests/data/toulouse_test_data/config_tests.json
tests/data/toulouse_test_data/point_cloud.laz
tests/data/toulouse_test_data/rpc.XML
tests/data/toulouse_test_data/texture_image.tif