cars.applications.sparse_matching.methods.pandora2d_sparse_method
This module contains the PANDORA2D sparse matching method implementation.
Attributes
Classes
Implementation of Pandora2d as a sparse matching method. |
Functions
|
Check if a value is positive. |
Module Contents
- cars.applications.sparse_matching.methods.pandora2d_sparse_method.AbstractSparseMatchingMethod[source]
- cars.applications.sparse_matching.methods.pandora2d_sparse_method.is_positive(value)[source]
Check if a value is positive.
- Parameters:
value (int or float) – value to check
- Returns:
True if value is positive, False otherwise
- Return type:
bool
- class cars.applications.sparse_matching.methods.pandora2d_sparse_method.Pandora2DSparseMethod(conf)[source]
Bases:
AbstractSparseMatchingMethodImplementation of Pandora2d as a sparse matching method.
- schema
- loader = None
- used_config
- method
- conf_to_use
- step
- loader_conf
- used_band
- tile_width
- tile_height
- threshold_disp_range_to_borders
- get_required_bands()[source]
Get bands required by this method.
- Returns:
required bands for left and right image
- Return type:
dict
- check_conf(conf)[source]
Merge user configuration with default values and validate schema. Extra keys in conf are preserved and ignored during schema validation.