Click or drag to resize

ProcessingConfigurationUseRollingTemporalAveraging Property

Sets the window size for rolling temporal averaging. Default value is 1 (which disables the averaging).

Namespace: LynceeTec.InterfaceProcessingV2.Configurations
Assembly: LynceeTec.InterfaceProcessingV2 (in LynceeTec.InterfaceProcessingV2.dll) Version: 0.0.0.0
Syntax
public bool UseRollingTemporalAveraging { get; set; }

Property Value

Boolean
true enables rolling temporal averaging, false disables it.
See Also