Click or drag to resize

CalibCbTypeAdaptiveThresh Field

http://www.emgu.com
Use adaptive thresholding to convert the image to black-n-white, rather than a fixed threshold level (computed from the average image brightness)

Namespace:  Emgu.CV.CvEnum
Assembly:  Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntax
public const CalibCbType AdaptiveThresh = 1

Field Value

Type: CalibCbType
See Also