Back to Aurora Vision Studio website
You are here: Start » Filter Reference » Computer Vision » Datacodes » ReadSingleCode_IK (ReadCode_IK Single)
Module: | Datacodes |
---|
Reads a single code in the input image.
Applications
An older, but the most comprehensive Zebra tool for reading all types of codes.
Name | Type | Description | |
---|---|---|---|
![]() |
inImage | Image | Input image |
![]() |
inRoi | Rectangle2D* | Region of interest |
![]() |
inInverse | CodeInverse1D | |
![]() |
inTimeout | Integer* | Processing timeout |
![]() |
inDetectionParameters | CodeDetectionParameters | |
![]() |
inEnableCode39 | Bool | |
![]() |
inEnableCode128 | Code128Parameters* | |
![]() |
inEnableInterleaved2of5 | Bool | |
![]() |
inEnableDatamatrix | DatamatrixParameters* | |
![]() |
inEnablePDF417 | Bool | |
![]() |
inEnableMicroPDF417 | Bool | |
![]() |
inEnableQRCode | Bool | |
![]() |
inEnableUPCEAN | Bool | |
![]() |
inEnableCode93 | Bool | |
![]() |
inEnableDotCode | Bool | |
![]() |
inEnableMaxiCode | Bool | |
![]() |
inEnableAztec | Bool | |
![]() |
inEnableMSI | Bool | |
![]() |
inEnableCodabar | CodabarParameters* | |
![]() |
inEnableGS1Databar | GS1DatabarParameters* | |
![]() |
outResult | String? | |
![]() |
outOutline | Path? | |
![]() |
outCodeFormat | CodeFormat? | |
![]() |
outPPM | Real? | Pixels per module |
Remarks
It is only possible to run it in one thread (Worker Task) in application.
Errors
This filter can throw an exception to report error. Read how to deal with errors in Error Handling.
List of possible exceptions:
Error type | Description |
---|---|
DomainError | ReadSingleCode_IK is supported only in x64 environment. |
Complexity Level
This filter is available on Basic Complexity Level.
Filter Group
This filter is member of ReadCode_IK filter group visible as Single.
See Also
- ReadMultipleCodes_IK – Reads multiple codes in the input image.