You are here: Start » FIL.NET » Function Reference » Computer Vision » Datacodes » FIL.ReadSingleCode_IK_Binary
Detects and recognizes Codes in one image.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void ReadSingleCode_IK_Binary ( FilNet.Image inImage, FilNet.Rectangle2D? inRoi, FilNet.CodeInverse1D inInverse, int? inTimeout, FilNet.CodeDetectionParameters inDetectionParameters, bool inEnableCode39, FilNet.Code128Parameters? inEnableCode128, bool inEnableInterleaved2of5, FilNet.DatamatrixParameters? inEnableDatamatrix, bool inEnablePDF417, bool inEnableMicroPDF417, bool inEnableQRCode, bool inEnableUPCEAN, bool inEnableCode93, bool inEnableDotCode, bool inEnableMaxiCode, bool inEnableAztec, bool inEnableMSI, NullableRef<FilNet.CodabarParameters> inEnableCodabar, FilNet.GS1DatabarParameters? inEnableGS1Databar, INullable<FilNet.ByteBuffer> outResult, INullable<FilNet.Path> outOutline, out FilNet.CodeFormat? outCodeFormat, out float? outPPM )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inRoi | FilNet.Rectangle2D? | Region of interest. Default value: ftl::NIL. | ||
![]() | inInverse | FilNet.CodeInverse1D | |||
![]() | inTimeout | int? | Processing timeout. Default value: ftl::NIL. | ||
![]() | inDetectionParameters | FilNet.CodeDetectionParameters | |||
![]() | inEnableCode39 | bool | True | Default value: True. | |
![]() | inEnableCode128 | FilNet.Code128Parameters? | Code128Parameters ( ) | Default value: Code128Parameters ( ). | |
![]() | inEnableInterleaved2of5 | bool | True | Default value: True. | |
![]() | inEnableDatamatrix | FilNet.DatamatrixParameters? | DatamatrixParameters ( ) | Default value: DatamatrixParameters ( ). | |
![]() | inEnablePDF417 | bool | True | Default value: True. | |
![]() | inEnableMicroPDF417 | bool | False | Default value: False. | |
![]() | inEnableQRCode | bool | True | Default value: True. | |
![]() | inEnableUPCEAN | bool | True | Default value: True. | |
![]() | inEnableCode93 | bool | |||
![]() | inEnableDotCode | bool | |||
![]() | inEnableMaxiCode | bool | |||
![]() | inEnableAztec | bool | |||
![]() | inEnableMSI | bool | |||
![]() | inEnableCodabar | FilNet.NullableRef<FilNet.CodabarParameters> | |||
![]() | inEnableGS1Databar | FilNet.GS1DatabarParameters? | |||
![]() | outResult | FilNet.INullable<FilNet.ByteBuffer> | This parameter cannot be null. | ||
![]() | outOutline | FilNet.INullable<FilNet.Path> | This parameter cannot be null. | ||
![]() | outCodeFormat | FilNet.CodeFormat? | |||
![]() | outPPM | float? | Pixels per module. |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | ReadSingleCode_IK_Binary is supported only in x64 environment. |