SettingsProcessingGroupFiltersGroupSmoothingGroupGaussianGroupSigma Property  | 
 Higher values result in smoother point clouds (Standard deviation of the filter coefficients).
 
    Namespace: 
   Zivid.NET
    Assembly:
   ZividCoreNET (in ZividCoreNET.dll) Version: 2.14.2.0
Syntaxpublic 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: 
NullableDouble
See Also