| DetectorParametersAdaptiveThreshConstant Property |
constant for adaptive thresholding before finding contours (default 7)
Namespace:
OpenCvSharp.Aruco
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public 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
Property Value
Type:
DoubleSee Also