Click or drag to resize

LocalPointCloudRegistrationParametersConvergenceCriteriaGroup Class

Criteria for ending iteration early. Iteration will end when all criteria are satisfied.
Inheritance Hierarchy
SystemObject
  Zivid.NET.ExperimentalLocalPointCloudRegistrationParametersConvergenceCriteriaGroup

Namespace:  Zivid.NET.Experimental
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 2.17.1.0
Syntax
public class ConvergenceCriteriaGroup

The LocalPointCloudRegistrationParametersConvergenceCriteriaGroup type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyRMSEDiffThreshold
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.
Public propertySourceCoverageDiffThreshold
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.
Top
Methods
  NameDescription
Public methodClone
Create a clone (deep copy) of the current instance
Public methodCopyWith
Create a clone (deep copy) of the current instance and invoke delegate on the clone
Public methodToString
Get string representation of the object
(Overrides ObjectToString.)
Top
See Also