TGlobalHistogramBinarizer Class
Definition
Delphi
type TGlobalHistogramBinarizer = class(TBinarizer)
- Inheritance
- Derived
Types
Constants
Constructors
| Create(TLuminanceSource) | |
| Destroy | (Inherited from TBinarizer) |
Properties
| Height | (Inherited from TBinarizer) |
| Width | (Inherited from TBinarizer) |
Methods
| BlackMatrix | (Inherited from TBinarizer) |
| GetBlackRow(Integer, IBitArray) | |
| InitArrays(Integer) | |
| LuminanceSource | (Inherited from TBinarizer) |
| createBinarizer(TLuminanceSource) |
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 TBinarizer) |
| estimateBlackPoint(TBuckets, Integer) |