Skip to main content

SurfaceRegistrationParams

Other

Parameters for surface-based global registration (applies to masks, surfaces, volume meshes, primitives).

Import

import ScriptingApi as api

# Create parameter instance
params = api.SurfaceRegistrationParams()

Properties

point_matching

Parameters for point matching algorithm (used when algorithm is PointMatching). Use api.PointMatchingParams().

Type: PointMatchingParams


feature_matching

Parameters for feature matching algorithm (used when algorithm is FeatureMatching). Use api.FeatureMatchingParams().

Type: FeatureMatchingParams


point_plus_feature_matching

Parameters for combined algorithm (used when algorithm is PointPlusFeatureMatching). Use api.PointPlusFeatureMatchingParams().

Type: PointPlusFeatureMatchingParams


See Also