 | ProcessingConfigurationUseRollingTemporalAveraging Property |
Sets the window size for rolling temporal averaging. Default value is 1 (which disables the averaging).
Namespace: LynceeTec.InterfaceProcessingV2.ConfigurationsAssembly: LynceeTec.InterfaceProcessingV2 (in LynceeTec.InterfaceProcessingV2.dll) Version: 0.0.0.0
Syntaxpublic bool UseRollingTemporalAveraging { get; set; }
public:
property bool UseRollingTemporalAveraging {
bool get ();
void set (bool value);
}
Property Value
Booleantrue enables rolling temporal averaging,
false disables it.
See Also