DetectorParametersMinOtsuStdDev Property
|
minimun standard deviation in pixels values during the decodification step to
apply Otsu thresholding(otherwise, all the bits are set to 0 or 1 depending on mean higher than 128 or not) (default 5.0)
Namespace:
OpenCvSharp.Aruco
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic double MinOtsuStdDev { get; set; }
Public Property MinOtsuStdDev As Double
Get
Set
public:
property double MinOtsuStdDev {
double get ();
void set (double value);
}
member MinOtsuStdDev : float with get, set
function get_MinOtsuStdDev();
function set_MinOtsuStdDev(value);
Property Value
Type:
Double
See Also