Skip to main content

FeatureMatchingParams

Other

Parameters for feature matching surface registration algorithm.

Import

import ScriptingApi as api

# Create parameter instance
params = api.FeatureMatchingParams()

Properties

global_iterations

Number of global iterations for the feature matching algorithm.

Type: int


overlap_radius

Optimization radius in mm. Surfaces farther than this distance may not align.

Type: float


curvature_threshold

Curvature threshold. Smaller values yield higher accuracy.

Type: float


See Also