Skip to main content

GlobalRegistrationResultRow

Other

Represents a single row in the registration RMSE table.

Import

import ScriptingApi as api

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

Properties

movable_surface

Name of the movable (source) surface.

Type: str


fixed_target

Name of the fixed (target) surface or mask.

Type: str


rmse_millimeters

Root Mean Square Error in millimeters.

Type: float


See Also