| BackgroundSubtractorKNNNSamples Property |
Gets or sets the number of data samples in the background model
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public int NSamples { get; set; }
Public Property NSamples As Integer
Get
Set
public:
property int NSamples {
int get ();
void set (int value);
}
member NSamples : int with get, set
Property Value
Type:
Int32See Also