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
Syntaxpublic float MaxCorrespondenceDistance { get; set; }Public Property MaxCorrespondenceDistance As Single
Get
Set
public:
property float MaxCorrespondenceDistance {
float get ();
void set (float value);
}Property Value
Type:
Single
See Also