Skip to main content

LandmarkRegistrationResult

Other

Result from landmark registration operation.

Import

import ScriptingApi as api

# Access the class
# LandmarkRegistrationResult is available via api.LandmarkRegistrationResult

Properties

success

Whether the registration was successful.

Type: bool


landmark_rmse_millimeters

RMSE of the landmark points alignment in millimeters.

Type: float


global_registration_rmse_millimeters

RMSE from the optional fine-tuning global registration (if performed).

Type: float


landmark_transformation_matrix

The 4x4 transformation matrix from landmark registration (row-major order).

Type: list


global_transformation_matrix

The 4x4 transformation matrix from global registration fine-tuning (row-major order).

Type: list


See Also