THybridBinarizer Class

Unit: ZXing.HybridBinarizer
type THybridBinarizer = class(TGlobalHistogramBinarizer)

The THybridBinarizer type exposes the following members.

Show:
 NameDescription
Create

Top
Show:
 NameDescription
BlackMatrix
createBinarizer

Creates a new object with the same type as this Binarizer implementation, but with pristine state. This is needed because Binarizer implementations may be stateful, e.g. keeping a cache of 1 bit data. See Effective Java for why we can't use Java's clone() method. (Overrides ZXing.Binarizer.TBinarizer.createBinarizer .)

Top