TGlobalHistogramBinarizer Class

Unit: ZXing.GlobalHistogramBinarizer
System.TObject
  ZXing.Binarizer.TBinarizer
    ZXing.GlobalHistogramBinarizer.TGlobalHistogramBinarizer
      ZXing.HybridBinarizer.THybridBinarizer
type TGlobalHistogramBinarizer = class(TBinarizer)

The TGlobalHistogramBinarizer type exposes the following members.

Show:
 NameDescription
Create

Create

Initializes a new instance of the Binarizer class. (Inherited from ZXing.Binarizer.TBinarizer .)

Destroy

(Inherited from ZXing.Binarizer.TBinarizer .)

Top
Show:
 NameDescription
Height

(Inherited from ZXing.Binarizer.TBinarizer .)

Width

(Inherited from ZXing.Binarizer.TBinarizer .)

Top
Show:
 NameDescription
BlackMatrix

(Inherited from ZXing.Binarizer.TBinarizer .)

GetBlackRow
LuminanceSource

(Inherited from ZXing.Binarizer.TBinarizer .)

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. (Inherited from ZXing.Binarizer.TBinarizer .)

Top