BackgroundSubtractorMOG2NMixtures Property |
http://www.emgu.com
The number of gaussian components in the background model
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic int NMixtures { get; set; }
Public Property NMixtures As Integer
Get
Set
public:
property int NMixtures {
int get ();
void set (int value);
}
member NMixtures : int with get, set
Property Value
Type:
Int32
See Also