| BackgroundSubtractorMOGNMixtures Property |
[Missing <summary> documentation for "P:OpenCvSharp.BackgroundSubtractorMOG.NMixtures"]
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public 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:
Int32See Also