Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PDF417CodewordDecoder

author

Guenther Grau

author

creatale GmbH (christoph.schulz@creatale.de)

Hierarchy

  • PDF417CodewordDecoder

Index

Properties

Static Private RATIOS_TABLE

RATIOS_TABLE: number[][] = new Array(PDF417Common.SYMBOL_TABLE.length).map(x => x = new Array(PDF417Common.BARS_IN_MODULE))

Static Private bSymbolTableReady

bSymbolTableReady: boolean = false

Methods

Static Private getBitValue

  • getBitValue(moduleBitCount: Int32Array): int

Static Private getClosestDecodedValue

  • getClosestDecodedValue(moduleBitCount: Int32Array): int

Static Private getDecodedCodewordValue

  • getDecodedCodewordValue(moduleBitCount: Int32Array): int

Static getDecodedValue

  • getDecodedValue(moduleBitCount: Int32Array): int

Static initialize

  • initialize(): void

Static Private sampleBitCounts

  • sampleBitCounts(moduleBitCount: Int32Array): Int32Array

Generated using TypeDoc