Configuration to access parameters of FourStateKix. More...
Inherits ReaderFourStateConfigBase.
Properties | |
lsb_position = property | |
int: Position of the 'low significant bit' of the code in the image (see cvb.barcode.FourStateLsb). More... | |
max_digits = property | |
int: Maximum number of the 4-State Kix code words. More... | |
min_digits = property | |
int: Minimum number of the 4-State Kix code words. More... | |
Configuration to access parameters of FourStateKix.
|
static |
int: Position of the 'low significant bit' of the code in the image (see cvb.barcode.FourStateLsb).
The LSB 'low significant bit' can be FourStateLsb.Left , FourStateLsb.Bottom, FourStateLsb.Right or FourStateLsb.Top. If the LSB is not correct (for example FourStateLsb.Left and FourStateLsb.Right are interchanged) the code interpretation is another. Default LSB = FourStateLsb.Left.
|
static |
int: Maximum number of the 4-State Kix code words.
The FourStateLsb.min_digits and FourStateLsb.max_digits parameters limit the number of code words for the 4-State Kix Postal Code. In general, this number is not identical to the number of coded data digits. The parameters do not take account of any start and stop digits which may have been transmitted. The size is between 6 and 18 digits.
|
static |
int: Minimum number of the 4-State Kix code words.
The FourStateLsb.min_digits and FourStateLsb.max_digits parameters limit the number of code words for the 4-State Kix Postal Code. In general, this number is not identical to the number of coded data digits. The parameters do not take account of any start and stop digits which may have been transmitted. The size is between 6 and 18 digits.