meshroom.ui.reconstruction

Functions

parseSfMJsonFile(sfmJsonFile)

Parse the SfM Json file and return views, poses and intrinsics as three dicts with viewId, poseId and intrinsicId as keys.

Classes

ActiveNode(nodeType[, parent])

Hold one active node for a given NodeType.

LiveSfmManager(reconstruction)

Manage a live SfM reconstruction by creating augmentation steps in the graph over time, based on images progressively added to a watched folder.

Message(title, text[, detailedText, parent])

Simple structure wrapping a high-level message.

Reconstruction(undoStack, taskManager[, ...])

Specialization of a UIGraph designed to manage a 3D reconstruction.

ViewpointWrapper(viewpointAttribute, ...)

ViewpointWrapper is a high-level object that wraps an input image in the context of a Reconstruction.