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.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic double Dist2Threshold { get; set; }
Public Property Dist2Threshold As Double
Get
Set
public:
property double Dist2Threshold {
double get ();
void set (double value);
}
member Dist2Threshold : float with get, set
Property Value
Type:
Double
See Also