THybrid Binarizer Class
Unit: ZXing.HybridBinarizer
Top
The THybridBinarizer type exposes the following members.
Show:
Name | Description | |
---|---|---|
![]() | BlackMatrix | (Overrides ZXing.Binarizer.TBinarizer.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 .) |