photogrammetry_importer.file_handlers.mve_file_handler

Module Contents

class photogrammetry_importer.file_handlers.mve_file_handler.MVEFileHandler

Class to read and write MVE workspaces.

static parse_synth_out(synth_out_ifp)

Parse the synth_0.out file in the MVE workspace.

static parse_meta(meta_ifp, width, height, camera_name, op)

Parse a meta.ini file in the MVE workspace.

static parse_views(views_idp, default_width, default_height, add_depth_maps_as_point_cloud, op=None)

Parse the views directory in the MVE workspace.

static parse_mve_workspace(workspace_idp, default_width, default_height, add_depth_maps_as_point_cloud, suppress_distortion_warnings, op=None)

Parse a MVE workspace.

static read_depth_map(depth_map_ifp)

Read a depth map.