Click or drag to resize

SettingsProcessingGroupFiltersGroupClusterGroupRemovalGroup Class

Removal
Inheritance Hierarchy
SystemObject
  Zivid.NETSettingsProcessingGroupFiltersGroupClusterGroupRemovalGroup

Namespace:  Zivid.NET
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax
public class RemovalGroup

The SettingsProcessingGroupFiltersGroupClusterGroupRemovalGroup type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyEnabled
Enabled
Public propertyMaxNeighborDistance
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.
Public propertyMinArea
Clusters with area below this threshold are removed by the filter. The area is given in mm^2.
Top
Methods
  NameDescription
Public methodClone
Create a clone (deep copy) of the current instance
Public methodCopyWith
Create a clone (deep copy) of the current instance and invoke delegate on the clone
Public methodToString
Get string representation of the object
(Overrides ObjectToString.)
Top
See Also