Click or drag to resize

BackgroundSubtractorKNNDist2Threshold Property

http://www.emgu.com
The threshold on the squared distance between the pixel and the sample to decide whether a pixel is close to a data sample.

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public double Dist2Threshold { get; set; }

Property Value

Type: Double
See Also