Click or drag to resize

LocalPointCloudRegistrationParametersConvergenceCriteriaGroupRMSEDiffThreshold Property

Stop iteration when the absolute change in root mean square error (RMSE) from previous iteration is less than this threshold. RMSE is defined as the square root of the average squared distance between corresponding points in the source and target point clouds.

Namespace:  Zivid.NET.Experimental
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 2.17.1.0
Syntax
public float RMSEDiffThreshold { get; set; }

Property Value

Type: Single
See Also