photogrammetry_importer.file_handlers.mve_file_handler
Module Contents
- class photogrammetry_importer.file_handlers.mve_file_handler.MVEFileHandler
Class to read and write
MVEworkspaces.- static parse_synth_out(synth_out_ifp)
Parse the
synth_0.outfile in theMVEworkspace.
- static parse_meta(meta_ifp, width, height, camera_name, op)
Parse a
meta.inifile in theMVEworkspace.
- static parse_views(views_idp, default_width, default_height, add_depth_maps_as_point_cloud, op=None)
Parse the
viewsdirectory in theMVEworkspace.
- static parse_mve_workspace(workspace_idp, default_width, default_height, add_depth_maps_as_point_cloud, suppress_distortion_warnings, op=None)
Parse a
MVEworkspace.
- static read_depth_map(depth_map_ifp)
Read a depth map.