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.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic double BackgroundRatio { get; set; }
Public Property BackgroundRatio As Double
Get
Set
public:
property double BackgroundRatio {
double get ();
void set (double value);
}
member BackgroundRatio : float with get, set
Property Value
Type:
Double
See Also