Property VLBackgroundSubtractor.TVLBackgroundSubtractor.ThresholdDescribed
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 ThresholdDescribed : Single read FThresholdDescribed write SetThresholdDescribed;
C++ Builder:
__property float ThresholdDescribed = { read=FThresholdDescribed, write=SetThresholdDescribed };
Summary
Well described background threshold.
Description
Use this property to specify the threshold on the squared
Mahalan distance to decide if it is well described by the
background model or not. This does not influence the update
of the background. A typical value could be 4 sigma and that
is ThresholdDescribed=4*4=16;