Click or drag to resize

LocalPointCloudRegistrationParametersMaxCorrespondenceDistance Property

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.

Namespace:  Zivid.NET.Experimental
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 2.17.1.0
Syntax
public float MaxCorrespondenceDistance { get; set; }

Property Value

Type: Single
See Also