Click or drag to resize

LocalBinarizationMethods Enumeration

http://www.emgu.com
LocalBinarizationMethods type

Namespace:  Emgu.CV.XImgproc
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public enum LocalBinarizationMethods
Members
  Member nameValueDescription
Niblack0 Classic Niblack binarization.
Sauvola1 Sauvola's technique.
Wolf2 Wolf's technique.
NICK3 NICK's technique.
See Also