Property VLBackgroundSubtractor.TVLBackgroundSubtractor.Alpha
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TVLBackgroundSubtractor
Contents |
Syntax
Delphi:
property Alpha : Single read FAlpha write SetAlpha;
C++ Builder:
__property float Alpha = { read=FAlpha, write=SetAlpha };
Summary
Speed of update.
Description
Set this property to specify the speed of update.
If the time interval you want to average over is T set alpha=1/T. It is also useful at start to make T slowly increase from 1 until the desired T.