Property VLBackgroundSubtractor.TVLBackgroundSubtractor.Sigma

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
 
(Automated Syncronization with Documentation)
Line 10: Line 10:
 
=== Delphi: ===
 
=== Delphi: ===
 
<code>
 
<code>
'''property''' Sigma : Single '''read''' FSigma '''write''' SetSigma;
+
'''property''' Sigma : Single '''read''' FSigma '''write''' SetSigma '''default''' 15;
 
</code>
 
</code>
  
 
=== C++ Builder: ===
 
=== C++ Builder: ===
 
<code>
 
<code>
'''__property''' float Sigma = { '''read'''=FSigma,  '''write'''=SetSigma };
+
'''__property''' float Sigma = { '''read'''=FSigma,  '''write'''=SetSigma,  '''default'''=15 };
 
</code>
 
</code>
  

Revision as of 20:29, 10 June 2013

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.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox