cars.applications.application
This module contains class application factory.
Classes
Application factory: |
Module Contents
- class cars.applications.application.Application[source]
Application factory: A class designed for registered all available Cars application and instantiate when needed.
- available_applications
- classmethod create_app(name: str, cfg: cars.conf.input_parameters.ConfigType, scaling_coeff: float = 1)[source]
Factory command to create the application Return the instance of application associated with the application name given as parameter
- Parameters:
app_name (str) – name of the application.
cfg (dictionary) – configuration {‘matching_cost_method’: value}
scaling_coeff (float) – scaling factor for resolution