Back to FabImage Library website
You are here: Start » Function Reference » Computer Vision » Datacodes » ReadMultipleCodes_IK_Binary

ReadMultipleCodes_IK_Binary
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | Datacodes |
Detects and recognizes Codes in one image.
Syntax
C++
C#
void fil::ReadMultipleCodes_IK_Binary ( const fil::Image& inImage, ftl::Optional<const fil::Rectangle2D&> inRoi, fil::CodeInverse1D::Type inInverse, ftl::Optional<int> inTimeout, const fil::CodeDetectionParameters& inDetectionParameters, const fil::ManyCodeSettings& inManyCodeSettings, bool inEnableCode39, ftl::Optional<const fil::Code128Parameters&> inEnableCode128, bool inEnableInterleaved2of5, ftl::Optional<const fil::DatamatrixParameters&> inEnableDatamatrix, bool inEnablePDF417, bool inEnableMicroPDF417, bool inEnableQRCode, bool inEnableUPCEAN, bool inEnableCode93, bool inEnableDotCode, bool inEnableMaxiCode, bool inEnableAztec, bool inEnableMSI, ftl::Optional<const fil::GS1DatabarParameters&> inEnableGS1Databar, ftl::Optional<const fil::CodabarParameters&> inEnableCodabar, ftl::Array<fil::ByteBuffer>& outResult, ftl::Array<fil::Path>& outOutline, ftl::Array<fil::CodeFormat::Type>& outCodeFormat, ftl::Array<float>& outPPM )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inImage | const Image& | Input image | |
![]() |
inRoi | Optional<const Rectangle2D&> | NIL | Region of interest |
![]() |
inInverse | CodeInverse1D::Type | ||
![]() |
inTimeout | Optional<int> | NIL | Processing timeout |
![]() |
inDetectionParameters | const CodeDetectionParameters& | ||
![]() |
inManyCodeSettings | const ManyCodeSettings& | ||
![]() |
inEnableCode39 | bool | True | |
![]() |
inEnableCode128 | Optional<const Code128Parameters&> | Code128Parameters ( ) | |
![]() |
inEnableInterleaved2of5 | bool | True | |
![]() |
inEnableDatamatrix | Optional<const DatamatrixParameters&> | DatamatrixParameters ( ) | |
![]() |
inEnablePDF417 | bool | True | |
![]() |
inEnableMicroPDF417 | bool | False | |
![]() |
inEnableQRCode | bool | True | |
![]() |
inEnableUPCEAN | bool | True | |
![]() |
inEnableCode93 | bool | ||
![]() |
inEnableDotCode | bool | ||
![]() |
inEnableMaxiCode | bool | ||
![]() |
inEnableAztec | bool | ||
![]() |
inEnableMSI | bool | ||
![]() |
inEnableGS1Databar | Optional<const GS1DatabarParameters&> | NIL | |
![]() |
inEnableCodabar | Optional<const CodabarParameters&> | NIL | |
![]() |
outResult | Array<ByteBuffer>& | ||
![]() |
outOutline | Array<Path>& | ||
![]() |
outCodeFormat | Array<CodeFormat::Type>& | ||
![]() |
outPPM | Array<float>& | Pixels per module |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | ReadMultipleCodes_IK_Binary is supported only in x64 environment. |