:py:mod:`cars.pipelines.parameters.depth_map_inputs` ==================================================== .. py:module:: cars.pipelines.parameters.depth_map_inputs .. autoapi-nested-parse:: CARS depth map inputs Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: cars.pipelines.parameters.depth_map_inputs.check_depth_maps_inputs cars.pipelines.parameters.depth_map_inputs.check_geometry_plugin cars.pipelines.parameters.depth_map_inputs.check_input_size cars.pipelines.parameters.depth_map_inputs.modify_to_absolute_path .. py:function:: check_depth_maps_inputs(conf, config_json_dir=None) Check the inputs given :param conf: configuration of inputs :type conf: dict :param config_json_dir: directory of used json, if user filled paths with relative paths :type config_json_dir: str :return: overloader inputs :rtype: dict .. py:function:: check_geometry_plugin(conf_inputs, conf_geom_plugin) Check the geometry plugin with inputs :param conf_geom_plugin: name of geometry plugin :type conf_geom_plugin: str :param conf_inputs: checked configuration of inputs :type conf_inputs: type :return: geometry plugin with dem .. py:function:: check_input_size(x_path, y_path, z_path, mask, color, classif, filling, confidence) Check x, y, z, mask, color, classif and confidence given Images must have same size :param x_path: x path :type x_path: str :param y_path: y path :type y_path: str :param z_path: z path :type z_path: str :param mask: mask path :type mask: str :param color: color path :type color: str :param classif: classif path :type classif: str :param filling: filling path :type filling: str :param confidence: confidence dict path :type confidence: dict[str] .. py:function:: modify_to_absolute_path(config_json_dir, overloaded_conf) Modify input file path to absolute path :param config_json_dir: directory of the json configuration :type config_json_dir: str :param overloaded_conf: overloaded configuration json :dict overloaded_conf: dict