TBinaryBitmap Class
Definition
Delphi
type TBinaryBitmap = class(TObject)
- Inheritance
-
TObjectTBinaryBitmap
Constructors
Properties
Methods
| GetBlackMatrix | |
| GetHeight | |
| GetWidth | |
| RotateSupported | |
| getBlackRow(Integer, IBitArray) |
Converts one row of luminance data to 1 bit data. May actually do the conversion, or return cached data. Callers should assume this method is expensive and call it as seldom as possible. This method is intended for decoding 1D barcodes and may choose to apply sharpening. |
| rotateCounterClockwise |