Rigid Fit
Rigidly fits the Mesh to Target. Updates (optional) landmarks.

Parameter
Description
Iterations
integer
Number of rigid fitting iterations to perform. Higher values may improve accuracy.
OutlierWeight
float
Weight assigned to outliers during fitting, controlling their influence.
Regularization
float
Regularization strength to stabilize the transformation and prevent overfitting.
bUseRotation
boolean
Whether to allow rotation in the rigid fit.
bUseScale
boolean
Whether to allow scaling in the rigid fit.
bNormalize
boolean
Whether to normalize input data before fitting.
Last updated
Was this helpful?