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
Syntaxpublic float SourceCoverageDiffThreshold { get; set; }Public Property SourceCoverageDiffThreshold As Single
Get
Set
public:
property float SourceCoverageDiffThreshold {
float get ();
void set (float value);
}Property Value
Type:
Single
See Also