DetectorParametersAdaptiveThreshConstant Property
|
constant for adaptive thresholding before finding contours (default 7)
Namespace:
OpenCvSharp.Aruco
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic double AdaptiveThreshConstant { get; set; }
Public Property AdaptiveThreshConstant As Double
Get
Set
public:
property double AdaptiveThreshConstant {
double get ();
void set (double value);
}
member AdaptiveThreshConstant : float with get, set
function get_AdaptiveThreshConstant();
function set_AdaptiveThreshConstant(value);
Property Value
Type:
Double
See Also