SettingsProcessingGroupFiltersGroupSmoothingGroupGaussianGroupSigma Property |
Higher values result in smoother point clouds (Standard deviation of the filter coefficients)
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax public Nullable<double> Sigma { get; set; }
Public Property Sigma As Nullable(Of Double)
Get
Set
public:
property Nullable<double> Sigma {
Nullable<double> get ();
void set (Nullable<double> value);
}
Property Value
Type:
NullableDoubleSee Also