Click or drag to resize

BackgroundSubtractorKNNDist2Threshold Property

Gets or sets the threshold on the squared distance between the pixel and the sample. The threshold on the squared distance between the pixel and the sample to decide whether a pixel is close to a data sample.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public double Dist2Threshold { get; set; }

Property Value

Type: Double
See Also