cars.pipelines.parameters.advanced_parameters
CARS module containing functions to check advanced parameters configuration
Functions
|
Get the epipolar resolutions from the configuration |
|
Check the advanced parameters consistency |
Check data of the image ground truth |
Module Contents
- cars.pipelines.parameters.advanced_parameters.get_resolutions(conf)[source]
Get the epipolar resolutions from the configuration
- Parameters:
conf (dict) – configuration of advanced parameters
- Returns:
list of epipolar resolutions
- Return type:
list
- cars.pipelines.parameters.advanced_parameters.check_advanced_parameters(inputs, conf, output_dem_dir=None)[source]
Check the advanced parameters consistency
- Parameters:
inputs (dict) – configuration of inputs
conf (dict) – configuration of advanced parameters
- Returns:
overloaded configuration
- Return type:
dict