.coveragerc
.gitignore
.pre-commit-config.yaml
.pylintrc
.readthedocs.yml
CHANGELOG.md
CONTRIBUTING.md
Dockerfile
LICENSE
MANIFEST.in
NOTICE
README.md
mypy.ini
pytest.ini
setup.py
sonar-project.properties
.github/workflows/pandora_ci.yml
.gitlab/issue_templates/Bug.md
.gitlab/issue_templates/Proposition.md
.gitlab/merge_request_templates/MR.md
data_samples/images/README.md
data_samples/images/cones.zip
data_samples/json_conf_files/README.md
data_samples/json_conf_files/a_local_block_matching.json
data_samples/json_conf_files/a_semi_global_matching.json
data_samples/json_conf_files/a_semi_global_matching_with_mccnn_similarity_measure.json
doc/Makefile
doc/make.bat
doc/sources/conf.py
doc/sources/developer_guide.rst
doc/sources/getting_started.rst
doc/sources/index.rst
doc/sources/userguide.rst
doc/sources/CLA/.gitkeep
doc/sources/CLA/CCLA_PANDORA.doc
doc/sources/CLA/ICLA_PANDORA.doc
doc/sources/Images/Directions_interpolation_sgm.png
doc/sources/Images/Directions_mc_cnn.png
doc/sources/Images/Machine_state_diagram.png
doc/sources/Images/Quadratic.png
doc/sources/Images/Vfit.png
doc/sources/Images/arrow.png
doc/sources/Images/disparity3D_with_projected_dispartiry_color.gif
doc/sources/Images/doc_sources_Images_schema_readme.png
doc/sources/Images/logo_co3D_cnes.jpg
doc/sources/Images/machine_state_example1.gif
doc/sources/Images/machine_state_example2.gif
doc/sources/Images/machine_state_example3.gif
doc/sources/Images/machine_state_example4.gif
doc/sources/Images/main_diagram_images_stereo.png
doc/sources/Images/main_diagram_output.png
doc/sources/Images/main_diagram_step_cost_aggregation.png
doc/sources/Images/main_diagram_step_cost_volume_confidence.png
doc/sources/Images/main_diagram_step_disparity.png
doc/sources/Images/main_diagram_step_filter.png
doc/sources/Images/main_diagram_step_matching_cost.png
doc/sources/Images/main_diagram_step_multiscale.png
doc/sources/Images/main_diagram_step_optimization.png
doc/sources/Images/main_diagram_step_refinement.png
doc/sources/Images/main_diagram_step_validation.png
doc/sources/Images/mc_cnn_architectures.svg
doc/sources/Images/memory_consumption.png
doc/sources/Images/pandora_first_step_terminal.gif
doc/sources/Images/piecewise_optimization_segments.png
doc/sources/Images/schema_readme.png
doc/sources/Images/white_arrow.png
doc/sources/Images/white_box.png
doc/sources/Images/logo/logo_rose.svg
doc/sources/Images/logo/logo_rose_large.png
doc/sources/Images/logo/logo_rose_medium.png
doc/sources/Images/logo/logo_rose_small.png
doc/sources/Images/logo/logo_typo.svg
doc/sources/Images/logo/logo_typo_large.png
doc/sources/Images/logo/logo_typo_medium.png
doc/sources/Images/logo/logo_typo_small.png
doc/sources/Images/logo/logo_typo_very_small.png
doc/sources/_static/css/my_custom.css
doc/sources/developer_guide/before_coding.rst
doc/sources/developer_guide/your_plugin.rst
doc/sources/userguide/as_an_api.rst
doc/sources/userguide/input.rst
doc/sources/userguide/output.rst
doc/sources/userguide/overview.rst
doc/sources/userguide/plugin.rst
doc/sources/userguide/sequencing.rst
doc/sources/userguide/step_by_step.rst
doc/sources/userguide/plugins/plugin_libsgm.rst
doc/sources/userguide/plugins/plugin_mccnn.rst
doc/sources/userguide/step_by_step/aggregation.rst
doc/sources/userguide/step_by_step/cost_volume_confidence.rst
doc/sources/userguide/step_by_step/disparity.rst
doc/sources/userguide/step_by_step/filtering.rst
doc/sources/userguide/step_by_step/matching_cost.rst
doc/sources/userguide/step_by_step/multiscale.rst
doc/sources/userguide/step_by_step/optimization.rst
doc/sources/userguide/step_by_step/refinement.rst
doc/sources/userguide/step_by_step/validation.rst
notebooks/introduction_and_basic_usage.ipynb
notebooks/notebook_requirements.txt
notebooks/statistical_and_visual_analysis.ipynb
notebooks/usage_with_multiscale.ipynb
notebooks/advanced_examples/cost_profile_analysis.ipynb
notebooks/data/Cones_LEFT.tif
notebooks/data/Cones_LEFT_GT.tif
notebooks/data/Cones_RIGHT.tif
notebooks/data/Cones_stereo_param.json
notebooks/data/Occlusion_LEFT.png
notebooks/img/3_scale_pyramid.png
notebooks/img/logo-cnes-triangulaire.jpg
notebooks/img/logo_diagram.png
notebooks/img/ms_multiscale_diagram.png
notebooks/img/schema_complet.png
notebooks/img/state_machine.png
notebooks/snippets/utils.py
pandora/Pandora.py
pandora/__init__.py
pandora/check_json.py
pandora/common.py
pandora/constants.py
pandora/img_tools.py
pandora/marge.py
pandora/output_tree_design.py
pandora/state_machine.py
pandora.egg-info/PKG-INFO
pandora.egg-info/SOURCES.txt
pandora.egg-info/dependency_links.txt
pandora.egg-info/entry_points.txt
pandora.egg-info/requires.txt
pandora.egg-info/top_level.txt
pandora/aggregation/__init__.py
pandora/aggregation/aggregation.py
pandora/aggregation/cbca.py
pandora/cost_volume_confidence/__init__.py
pandora/cost_volume_confidence/ambiguity.py
pandora/cost_volume_confidence/cost_volume_confidence.py
pandora/cost_volume_confidence/risk.py
pandora/cost_volume_confidence/std_intensity.py
pandora/disparity/__init__.py
pandora/disparity/disparity.py
pandora/filter/__init__.py
pandora/filter/bilateral.py
pandora/filter/filter.py
pandora/filter/median.py
pandora/matching_cost/__init__.py
pandora/matching_cost/census.py
pandora/matching_cost/matching_cost.py
pandora/matching_cost/sad_ssd.py
pandora/matching_cost/zncc.py
pandora/multiscale/__init__.py
pandora/multiscale/fixed_zoom_pyramid.py
pandora/multiscale/multiscale.py
pandora/optimization/__init__.py
pandora/optimization/optimization.py
pandora/refinement/__init__.py
pandora/refinement/quadratic.py
pandora/refinement/refinement.py
pandora/refinement/vfit.py
pandora/validation/__init__.py
pandora/validation/interpolated_disparity.py
pandora/validation/validation.py
tests/__init__.py
tests/common.py
tests/test_aggregation.py
tests/test_confidence.py
tests/test_config.py
tests/test_disparity.py
tests/test_filter.py
tests/test_marge.py
tests/test_matching_cost.py
tests/test_multiscale.py
tests/test_notebooks.py
tests/test_pandora.py
tests/test_pandora_image.py
tests/test_refinement.py
tests/test_validation.py
tests/image/left_img.tif
tests/image/left_img_nan.tif
tests/image/mask_left.tif
tests/pandora/disp_left.tif
tests/pandora/disp_max_grid.tif
tests/pandora/disp_min_grid.tif
tests/pandora/disp_right.tif
tests/pandora/left.png
tests/pandora/occlusion.png
tests/pandora/right.png
tests/pandora/right_disp_max_grid.tif
tests/pandora/right_disp_min_grid.tif