openlifu.photoscan.run_reconstruction¶
- openlifu.photoscan.run_reconstruction(images: list[Path], pipeline: Path | None = None) Tuple[Photoscan, Path][source]¶
Run Meshroom with the given images and pipeline. :param images: List of image file paths. :type images: list[Path] :param pipeline: Path to the Meshroom pipeline file. :type pipeline: Path
- Returns:
The Photoscan of the reconstructed images. data_dir (Path): The directory containing the underlying data files whose names are given in the Photoscan.
- Return type:
photoscan