Click or drag to resize

SettingsProcessingGroupFiltersGroupExperimentalGroupHoleFillingGroup Class

Fills in removed points by interpolating remaining surrounding points.
Inheritance Hierarchy
SystemObject
  Zivid.NETSettingsProcessingGroupFiltersGroupExperimentalGroupHoleFillingGroup

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

The SettingsProcessingGroupFiltersGroupExperimentalGroupHoleFillingGroup type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyEnabled
Enabled
Public propertyHoleSize
Relative diameter of holes to fill. Increasing this will fill more points, but require more computation time. The maximum allowed hole size scales with distance, so that we allow filling larger holes at greater distances, measured in mm.
Public propertyStrictness
Level of strictness when considering if a point should be filled. A higher level of strictness requires a missing point to be surrounded by valid points on more sides in order to be filled. Increasing this will fill fewer points, but it will be less likely to fill gaps that are not circular, for example between two edges.
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