Property VLBackgroundSubtractor.TVLBackgroundSubtractor.ThresholdClose

From Mitov Wiki Doc
Revision as of 00:11, 26 June 2013 by David Alm (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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 ThresholdClose : Single read FThresholdClose write SetThresholdClose default 9;

C++ Builder:

__property float ThresholdClose = { read=FThresholdClose, write=SetThresholdClose, default=9 };

Summary

The sample is close to the existing components threshold.

Description

Threshold on the squared Mahalan distance to decide when a sample is close to the existing components. If it is not close to any a new component will be generated. I use 3 sigma => ThresholdClose=3*3=9.

Smaller ThresholdClose leads to more generated components and higher ThresholdClose might make lead to small number of components but they can grow too large.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox