DetectorParametersMinOtsuStdDev Field |
http://www.emgu.com
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:
Emgu.CV.Aruco
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic double MinOtsuStdDev
Public MinOtsuStdDev As Double
public:
double MinOtsuStdDev
val mutable MinOtsuStdDev: float
Field Value
Type:
Double
See Also