TOne DReader .decode Row Method
Attempts to decode a one-dimensional barcode format given a single row of an image.
function decodeRow(const rowNumber: Integer; const row: IBitArray; const hints: TDictionary<TDecodeHintType, TObject>): TReadResult
Parameters
- rowNumber
- Type: System.Integer
row number from top of the row
- row
- Type: ZXing.Common.BitArray.IBitArray
the black/white pixel data of the row
- hints
- Type: TDictionary<TDecodeHintType, TObject>
decode hints