Property VLBackgroundSubtractor.TVLBackgroundSubtractor.ComplexityReductionPrior
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 ComplexityReductionPrior : Single read FComplexityReductionPrior write SetComplexityReductionPrior;
C++ Builder:
__property float ComplexityReductionPrior = { read=FComplexityReductionPrior, write=SetComplexityReductionPrior };
Summary
Complexity reduction prior.
Description
Complexity reduction prior this is related to the number of
samples needed to accept that a component actually exists. We
use ComplexityReductionPrior=0.05 of all the samples. By
setting ComplexityReductionPrior=0 you get the standard
Stauffer&Grimson algorithm.