Click or drag to resize

BackgroundSubtractorMOG2BackgroundRatio Property

http://www.emgu.com
If a foreground pixel keeps semi-constant value for about backgroundRatio * history frames, it's considered background and added to the model as a center of a new component. It corresponds to TB parameter in the paper.

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public double BackgroundRatio { get; set; }

Property Value

Type: Double
See Also