BackgroundSubtractorMOGNMixtures Property
|
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
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
function get_NMixtures();
function set_NMixtures(value);
Property Value
Type:
Int32
See Also