cars_mesh.reconstruct_pipeline

Main Reconstruct pipeline module of cars-mesh tool.

Module Contents

Functions

run(→ cars_mesh.tools.handlers.Mesh)

Run the state machine

main(→ None)

Main function to apply cars-mesh pipeline

cars_mesh.reconstruct_pipeline.run(cars_mesh_machine: cars_mesh.state_machine.CarsMeshMachine, cfg: dict) cars_mesh.tools.handlers.Mesh[source]

Run the state machine

Parameters:
  • cars_mesh_machine (CarsMeshMachine) – CARS-MESH state machine model

  • cfg (dict) – Configuration dictionary

Returns:

mesh – Mesh object

Return type:

Mesh

cars_mesh.reconstruct_pipeline.main(cfg_path: str) None[source]

Main function to apply cars-mesh pipeline

Parameters:

cfg_path (str) – Path to the JSON configuration file