Click or drag to resize

LocalPointCloudRegistrationParameters Properties

The LocalPointCloudRegistrationParameters type exposes the following members.

Properties
  NameDescription
Public propertyConvergenceCriteria
Public propertyMaxCorrespondenceDistance
The radius around each source point in which the algorithm will look for neighbors in the target point cloud. Should be larger than the typical distance between points in the point clouds. This parameter may have a significant performance impact.
Public propertyMaxIterationCount
End iteration when reaching this number, even if convergence criteria are not yet satisfied.
Top
See Also