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
Syntaxpublic const CalibCbType AdaptiveThresh = 1
Public Const AdaptiveThresh As CalibCbType = 1
public:
literal CalibCbType^ AdaptiveThresh = 1
static val mutable AdaptiveThresh: CalibCbType
Field Value
Type:
CalibCbType
See Also