Click or drag to resize

LocalPointCloudRegistrationResult Properties

The LocalPointCloudRegistrationResult type exposes the following members.

Properties
  NameDescription
Public propertyConverged
A boolean indicating whether the convergence criteria were satisfied before reaching the iteration limit
Public propertyIsDisposed
Check if the object is disposed
Public propertyRootMeanSquareError
The root mean squared distance between corresponding points in the source and target point cloud after transformation
Public propertySourceCoverage
The fraction of points in the source point cloud that has a correspondence in the target point cloud after transformation
Public propertyTransform
The transform that must be applied to the source point cloud for it to align with the target point cloud
Top
See Also