Property VLBackgroundSubtractor.TVLBackgroundSubtractor.Sigma
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 Sigma : Single read FSigma write SetSigma default 15;
C++ Builder:
__property float Sigma = { read=FSigma,  write=SetSigma,  default=15 };
Summary
Initial standard deviation.
Description
Initial standard deviation for the newly generated
components.
It will will influence the speed of adaptation. A good guess should be made.
A simple way is to estimate the typical standard deviation from the images.
