LocalPointCloudRegistrationParametersConvergenceCriteriaGroup Class |
Namespace: Zivid.NET.Experimental
The LocalPointCloudRegistrationParametersConvergenceCriteriaGroup type exposes the following members.
| Name | Description | |
|---|---|---|
| LocalPointCloudRegistrationParametersConvergenceCriteriaGroup | Constructor |
| Name | Description | |
|---|---|---|
| RMSEDiffThreshold | 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.
| |
| SourceCoverageDiffThreshold | 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.
|
| Name | Description | |
|---|---|---|
| Clone | Create a clone (deep copy) of the current instance | |
| CopyWith | Create a clone (deep copy) of the current instance and invoke delegate on the clone | |
| ToString | Get string representation of the object (Overrides ObjectToString.) |