SettingsProcessingGroupFiltersGroupExperimentalGroupHoleFillingGroupHoleSize Property |
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.
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax public Nullable<double> HoleSize { get; set; }
Public Property HoleSize As Nullable(Of Double)
Get
Set
public:
property Nullable<double> HoleSize {
Nullable<double> get ();
void set (Nullable<double> value);
}
Property Value
Type:
NullableDoubleSee Also