Table of Contents

Property KNNSamples

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

KNNSamples

Returns 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 that pixel is matching the kNN background model.

public int KNNSamples { get; set; }

Property Value

int