SettingsProcessingGroupFiltersGroupClusterGroupRemovalGroupMaxNeighborDistance Property  | 
 Maximum normalized distance between neighboring points that are still classified as
belonging to the same cluster. The default value is optimal for most scenes. On messy
scenes turning this setting down helps removing more bad points.
 
    Namespace: 
   Zivid.NET
    Assembly:
   ZividCoreNET (in ZividCoreNET.dll) Version: 2.15.0.0
Syntaxpublic Nullable<double> MaxNeighborDistance { get; set; }Public Property MaxNeighborDistance As Nullable(Of Double)
	Get
	Set
public:
property Nullable<double> MaxNeighborDistance {
	Nullable<double> get ();
	void set (Nullable<double> value);
}Property Value
Type: 
NullableDouble
See Also