.coveragerc
.gitignore
.pre-commit-config.yaml
.pylintrc
.readthedocs.yaml
AUTHORS.md
CHANGELOG.md
CONTRIBUTING.md
Dockerfile
LICENSE
MANIFEST.in
Makefile
NOTICE
README.md
pyproject.toml
pytest.ini
setup.cfg
setup.py
sonar-project.properties
.github/workflows/cars-ci.yml
.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/__init__.py
cars/cars.py
cars/extractroi.py
cars/starter.py
cars.egg-info/PKG-INFO
cars.egg-info/SOURCES.txt
cars.egg-info/dependency_links.txt
cars.egg-info/entry_points.txt
cars.egg-info/requires.txt
cars.egg-info/top_level.txt
cars/applications/__init__.py
cars/applications/application.py
cars/applications/application_constants.py
cars/applications/application_template.py
cars/applications/dem_generation/__init__.py
cars/applications/dem_generation/dem_generation.py
cars/applications/dem_generation/dem_generation_constants.py
cars/applications/dem_generation/dem_generation_tools.py
cars/applications/dem_generation/dichotomic_generation.py
cars/applications/dense_match_filling/__init__.py
cars/applications/dense_match_filling/dense_match_filling.py
cars/applications/dense_match_filling/fill_disp_constants.py
cars/applications/dense_match_filling/fill_disp_tools.py
cars/applications/dense_match_filling/plane.py
cars/applications/dense_match_filling/zero_padding.py
cars/applications/dense_matching/__init__.py
cars/applications/dense_matching/census_mccnn_sgm.py
cars/applications/dense_matching/dense_matching.py
cars/applications/dense_matching/dense_matching_constants.py
cars/applications/dense_matching/dense_matching_tools.py
cars/applications/dense_matching/loaders/__init__.py
cars/applications/dense_matching/loaders/config_census_sgm.json
cars/applications/dense_matching/loaders/config_mccnn.json
cars/applications/dense_matching/loaders/pandora_loader.py
cars/applications/dsm_filling/__init__.py
cars/applications/dsm_filling/bulldozer_filling.py
cars/applications/dsm_filling/dsm_filling.py
cars/applications/dsm_filling/dsm_filling_tools.py
cars/applications/dsm_filling/bulldozer_config/base_config.yaml
cars/applications/grid_generation/__init__.py
cars/applications/grid_generation/epipolar_grid_generation.py
cars/applications/grid_generation/grid_constants.py
cars/applications/grid_generation/grid_correction.py
cars/applications/grid_generation/grid_generation.py
cars/applications/grid_generation/grids.py
cars/applications/hole_detection/__init__.py
cars/applications/hole_detection/cloud_to_bbox.py
cars/applications/hole_detection/hole_detection.py
cars/applications/hole_detection/hole_detection_tools.py
cars/applications/point_cloud_denoising/__init__.py
cars/applications/point_cloud_denoising/point_cloud_denoising.py
cars/applications/point_cloud_fusion/__init__.py
cars/applications/point_cloud_fusion/cloud_fusion_constants.py
cars/applications/point_cloud_fusion/mapping_to_terrain_tiles.py
cars/applications/point_cloud_fusion/pc_tif_tools.py
cars/applications/point_cloud_fusion/point_cloud_fusion.py
cars/applications/point_cloud_fusion/point_cloud_tools.py
cars/applications/point_cloud_outlier_removal/__init__.py
cars/applications/point_cloud_outlier_removal/outlier_removal_tools.py
cars/applications/point_cloud_outlier_removal/pc_out_removal.py
cars/applications/point_cloud_outlier_removal/point_removal_constants.py
cars/applications/point_cloud_outlier_removal/small_components.py
cars/applications/point_cloud_outlier_removal/statistical.py
cars/applications/rasterization/__init__.py
cars/applications/rasterization/point_cloud_rasterization.py
cars/applications/rasterization/rasterization_constants.py
cars/applications/rasterization/rasterization_tools.py
cars/applications/rasterization/simple_gaussian.py
cars/applications/resampling/__init__.py
cars/applications/resampling/bicubic_resampling.py
cars/applications/resampling/resampling.py
cars/applications/resampling/resampling_constants.py
cars/applications/resampling/resampling_tools.py
cars/applications/sparse_matching/__init__.py
cars/applications/sparse_matching/sift.py
cars/applications/sparse_matching/sparse_matching.py
cars/applications/sparse_matching/sparse_matching_constants.py
cars/applications/sparse_matching/sparse_matching_tools.py
cars/applications/triangulation/__init__.py
cars/applications/triangulation/line_of_sight_intersection.py
cars/applications/triangulation/triangulation.py
cars/applications/triangulation/triangulation_constants.py
cars/applications/triangulation/triangulation_tools.py
cars/conf/__init__.py
cars/conf/input_parameters.py
cars/conf/mask_cst.py
cars/conf/geoid/egm96.grd
cars/conf/geoid/egm96.grd.hdr
cars/core/__init__.py
cars/core/cars_logging.py
cars/core/constants.py
cars/core/constants_disparity.py
cars/core/datasets.py
cars/core/inputs.py
cars/core/outputs.py
cars/core/preprocessing.py
cars/core/projection.py
cars/core/roi_tools.py
cars/core/tiling.py
cars/core/utils.py
cars/core/geometry/__init__.py
cars/core/geometry/abstract_geometry.py
cars/core/geometry/shareloc_geometry.py
cars/data_structures/__init__.py
cars/data_structures/cars_dataset.py
cars/data_structures/cars_dict.py
cars/data_structures/corresponding_tiles_tools.py
cars/data_structures/dataframe_converter.py
cars/data_structures/format_transformation.py
cars/orchestrator/__init__.py
cars/orchestrator/achievement_tracker.py
cars/orchestrator/orchestrator.py
cars/orchestrator/orchestrator_constants.py
cars/orchestrator/tiles_profiler.py
cars/orchestrator/cluster/__init__.py
cars/orchestrator/cluster/abstract_cluster.py
cars/orchestrator/cluster/abstract_dask_cluster.py
cars/orchestrator/cluster/dask_cluster_tools.py
cars/orchestrator/cluster/dask_jobqueue_utils.py
cars/orchestrator/cluster/local_dask_cluster.py
cars/orchestrator/cluster/log_wrapper.py
cars/orchestrator/cluster/pbs_dask_cluster.py
cars/orchestrator/cluster/sequential_cluster.py
cars/orchestrator/cluster/slurm_dask_cluster.py
cars/orchestrator/cluster/dask_config/README.md
cars/orchestrator/cluster/dask_config/dask.yaml
cars/orchestrator/cluster/dask_config/distributed.yaml
cars/orchestrator/cluster/dask_config/jobqueue.yaml
cars/orchestrator/cluster/dask_config/reference_confs/dask-schema.yaml
cars/orchestrator/cluster/dask_config/reference_confs/dask.yaml
cars/orchestrator/cluster/dask_config/reference_confs/distributed-schema.yaml
cars/orchestrator/cluster/dask_config/reference_confs/distributed.yaml
cars/orchestrator/cluster/dask_config/reference_confs/jobqueue.yaml
cars/orchestrator/cluster/mp_cluster/__init__.py
cars/orchestrator/cluster/mp_cluster/mp_factorizer.py
cars/orchestrator/cluster/mp_cluster/mp_objects.py
cars/orchestrator/cluster/mp_cluster/mp_tools.py
cars/orchestrator/cluster/mp_cluster/mp_wrapper.py
cars/orchestrator/cluster/mp_cluster/multiprocessing_cluster.py
cars/orchestrator/registry/__init__.py
cars/orchestrator/registry/abstract_registry.py
cars/orchestrator/registry/compute_registry.py
cars/orchestrator/registry/id_generator.py
cars/orchestrator/registry/replacer_registry.py
cars/orchestrator/registry/saver_registry.py
cars/orchestrator/registry/unseen_registry.py
cars/pipelines/__init__.py
cars/pipelines/pipeline.py
cars/pipelines/pipeline_constants.py
cars/pipelines/pipeline_template.py
cars/pipelines/default/__init__.py
cars/pipelines/default/default_pipeline.py
cars/pipelines/parameters/__init__.py
cars/pipelines/parameters/advanced_parameters.py
cars/pipelines/parameters/advanced_parameters_constants.py
cars/pipelines/parameters/depth_map_inputs.py
cars/pipelines/parameters/depth_map_inputs_constants.py
cars/pipelines/parameters/output_constants.py
cars/pipelines/parameters/output_parameters.py
cars/pipelines/parameters/sensor_inputs.py
cars/pipelines/parameters/sensor_inputs_constants.py