 | PostProcessingConfigurationUseSpatialAveraging Property |
Enables or disables the spatial averaging.
Namespace:
LynceeTec.InterfaceProcessingV2.Configurations
Assembly:
LynceeTec.InterfaceProcessingV2 (in LynceeTec.InterfaceProcessingV2.dll) Version: 0.0.0.0
Syntaxpublic bool UseSpatialAveraging { get; set; }
public:
property bool UseSpatialAveraging {
bool get ();
void set (bool value);
}
Property Value
Type:
Booleantrue enables the method,
false disables it.
See Also