You are here: Start » AVL.NET » Function Reference » Computer Vision » Datacodes » AVL.ReadSingleCode_IK
Detects and recognizes Codes in one image.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void ReadSingleCode_IK ( AvlNet.Image inImage, AvlNet.CodeInverse1D inInverse, AvlNet.CodeDetectionParameters inDetectionParameters, bool inEnableCode39, bool inEnableCode128, bool inEnableInterleaved2of5, bool inEnablePDF417, bool inEnableQRCode, bool inEnableUPCEAN, bool inEnableCode93, bool inEnableDotCode, bool inEnableMaxiCode, bool inEnableAztec, bool inEnableMSI, INullable<string> outResult, INullable<AvlNet.Path> outOutline, out AvlNet.CodeFormat? outCodeFormat )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inImage | AvlNet.Image | Input image. | ||
![]() | inInverse | AvlNet.CodeInverse1D | |||
![]() | inDetectionParameters | AvlNet.CodeDetectionParameters | |||
![]() | inEnableCode39 | bool | True | Default value: True. | |
![]() | inEnableCode128 | bool | True | Default value: True. | |
![]() | inEnableInterleaved2of5 | bool | True | Default value: True. | |
![]() | inEnablePDF417 | bool | True | Default value: True. | |
![]() | inEnableQRCode | bool | True | Default value: True. | |
![]() | inEnableUPCEAN | bool | True | Default value: True. | |
![]() | inEnableCode93 | bool | |||
![]() | inEnableDotCode | bool | |||
![]() | inEnableMaxiCode | bool | |||
![]() | inEnableAztec | bool | |||
![]() | inEnableMSI | bool | |||
![]() | outResult | AvlNet.INullable<string> | This parameter cannot be null. | ||
![]() | outOutline | AvlNet.INullable<AvlNet.Path> | This parameter cannot be null. | ||
![]() | outCodeFormat | AvlNet.CodeFormat? |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | ReadSingleCode_IK is supported only in x64 environment. |


