cars_mesh.reconstruct_pipeline ============================== .. py:module:: cars_mesh.reconstruct_pipeline .. autoapi-nested-parse:: Main Reconstruct pipeline module of cars-mesh tool. Functions --------- .. autoapisummary:: cars_mesh.reconstruct_pipeline.run cars_mesh.reconstruct_pipeline.main Module Contents --------------- .. py:function:: run(cars_mesh_machine: cars_mesh.state_machine.CarsMeshMachine, cfg: dict) -> cars_mesh.tools.handlers.Mesh Run the state machine :param cars_mesh_machine: CARS-MESH state machine model :type cars_mesh_machine: CarsMeshMachine :param cfg: Configuration dictionary :type cfg: dict :returns: **mesh** -- Mesh object :rtype: Mesh .. py:function:: main(cfg_path: str) -> None Main function to apply cars-mesh pipeline :param cfg_path: Path to the JSON configuration file :type cfg_path: str