BackgroundSubtractorKNNKNNSamples Property |
http://www.emgu.com
The number of neighbours, the k in the kNN. K is the number of samples that need to be within dist2Threshold in order to decide that pixel is matching the kNN 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 KNNSamples { get; set; }
Public Property KNNSamples As Integer
Get
Set
public:
property int KNNSamples {
int get ();
void set (int value);
}
member KNNSamples : int with get, set
Property Value
Type:
Int32
See Also