BackgroundSubtractorKNNDist2Threshold Property
|
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
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
function get_Dist2Threshold();
function set_Dist2Threshold(value);
Property Value
Type:
Double
See Also