Back to FabImage Studio website

You are here: Start » Filter Reference » Computer Vision » Datacodes » ReadSingleCode_IK

ReadSingleCode_IK


Module: Datacodes

Detects and recognizes Codes in one image.

Name Type Description
Input value inImage Image Input image
Input value inRoi Rectangle2D* Region of interest
Input value inInverse CodeInverse1D
Input value inTimeout Integer* Processing timeout
Input value inDetectionParameters CodeDetectionParameters
Input value inEnableCode39 Bool
Input value inEnableCode128 Code128Parameters*
Input value inEnableInterleaved2of5 Bool
Input value inEnableDatamatrix DatamatrixParameters*
Input value inEnablePDF417 Bool
Input value inEnableQRCode Bool
Input value inEnableUPCEAN Bool
Input value inEnableCode93 Bool
Input value inEnableDotCode Bool
Input value inEnableMaxiCode Bool
Input value inEnableAztec Bool
Input value inEnableMSI Bool
Input value inEnableCodabar CodabarParameters*
Input value inEnableGS1Databar GS1DatabarParameters*
Output value outResult String?
Output value outOutline Path?
Output value outCodeFormat CodeFormat?
Output value 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.

See Also