Skip to main content

GlobalRegistrationSurfaceAlgorithm

Other

Surface registration algorithms for global registration.

Import

import ScriptingApi as api

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

Enumeration Values

Enumeration Algorithm from GlobalRegistrationSurfaceAlgorithm

ValueDescription
GlobalRegistrationSurfaceAlgorithm.PointMatchingPointMatching option
GlobalRegistrationSurfaceAlgorithm.FeatureMatchingFeatureMatching option
GlobalRegistrationSurfaceAlgorithm.PointPlusFeatureMatchingPointPlusFeatureMatching option

Usage Example

import ScriptingApi as api

# Access enumeration values
value = api.GlobalRegistrationSurfaceAlgorithm.PointMatching

See Also