TGlobal Histogram Binarizer Class
ZXing.Binarizer.TBinarizer
ZXing.GlobalHistogramBinarizer.TGlobalHistogramBinarizer
ZXing.HybridBinarizer.THybridBinarizer
The TGlobalHistogramBinarizer type exposes the following members.
Name | Description | |
---|---|---|
![]() | Create | |
![]() | Create | Initializes a new instance of the Binarizer class. (Inherited from ZXing.Binarizer.TBinarizer .) |
![]() | Destroy | (Inherited from ZXing.Binarizer.TBinarizer .) |
Name | Description | |
---|---|---|
![]() | Height | (Inherited from ZXing.Binarizer.TBinarizer .) |
![]() | Width | (Inherited from ZXing.Binarizer.TBinarizer .) |
Name | Description | |
---|---|---|
![]() | BlackMatrix | (Inherited from ZXing.Binarizer.TBinarizer .) |
![]() | GetBlackRow | (Overrides 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 .) |