Click or drag to resize

LocalPointCloudRegistrationParametersConvergenceCriteriaGroupSourceCoverageDiffThreshold Property

Stop iteration when the absolute change in coverage from previous iteration is less than this threshold. Coverage is defined as the fraction of points in the source point cloud that found a correspondence in the target point cloud.

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

Property Value

Type: Single
See Also