| 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; }
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:
DoubleSee Also