openlifu.nav.photoscan.load_data_from_filepaths¶
- openlifu.nav.photoscan.load_data_from_filepaths(model_abspath: str, texture_abspath: str | None) → Tuple[vtkPolyData, vtkImageData | None][source]¶
This function returns the data directly from the model and texture filepaths without requiring a photoscan object. param model_abspath: absolute filepath to model data
texture abspath: absolute filepath to texture data
Returns: Photoscan data as (model_vtkpolydata, texture_vtkimagedata)