ZxBarcodeBinarizationMode Enumeration

CVB.Net Documentation
Binarization modes usable with the methods of the ZxBarcode static class.

Namespace:  Stemmer.Cvb.Foundation
Assembly:  Stemmer.Cvb.Foundation (in Stemmer.Cvb.Foundation.dll) Version: 14.0.0.0
Syntax

public enum ZxBarcodeBinarizationMode
Members

  Member nameValueDescription
Histogram0 Binarization mode in which a global threshold is being applied to the image. The global threshold is automatically calculated based on the area of interest's histogram. This binarization mode is not as flexible as Hybrid in that it cannot cope with inhomogeneous illumination. However the processing time of the histogram based binarization is much lower than that of the hybrid binarization mode.
Hybrid1 Binarization mode that uses a local thresholding algorithm. The Hybrid binarization mode yields much better result than the global histogram mode if the illumination in the image is not homogeneous, but it also requires more CPU time.
See Also

Reference