You are here: Start » AVL.NET » Invoke.ReadMultipleDataCodes
Reads multiple data codes (1D and 2D).
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void ReadMultipleDataCodes ( Avl.ReadDataCodes_State ioState, Avl.Image inImage, Optional<Avl.Rectangle2D> inRoi, Optional<Avl.CoordinateSystem2D> inRoiAlignment, Optional<Avl.MatrixSymbologies> inMatrixSymbologies, Optional<Avl.LinearSymbologies> inLinearSymbologies, Avl.DataCodeDetectorParams inDetectorParams, Avl.MatrixCodeParams inMatrixCodeParams, Avl.LinearCodeParams inLinearCodeParams, bool inComputeScores, int inMaxCodeCount, bool inAllowMultipleScales, List<Avl.DataCode> outDataCodes, List<Avl.Path> outCandidates, Optional<Avl.Rectangle2D> outAlignedRoi )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
ioState | Avl.ReadDataCodes_State | ||||
![]() | inImage | Avl.Image | Input image. | ||
![]() | inRoi | Atl.Optional<Avl.Rectangle2D> | Region of interest. Default value: atl::NIL. | ||
![]() | inRoiAlignment | Atl.Optional<Avl.CoordinateSystem2D> | Coordinate system for the region of interest. Default value: atl::NIL. | ||
![]() | inMatrixSymbologies | Atl.Optional<Avl.MatrixSymbologies> | Specifies which matrix symbologies the filter should try to read. Default value: atl::NIL. | ||
![]() | inLinearSymbologies | Atl.Optional<Avl.LinearSymbologies> | Specifies which linear symbologies the filter should try to read. Default value: atl::NIL. | ||
![]() | inDetectorParams | Avl.DataCodeDetectorParams | Parameters of the code detection algorithm, common for linear and matrix codes. | ||
![]() | inMatrixCodeParams | Avl.MatrixCodeParams | Parameters specific to matrix (2D) codes. | ||
![]() | inLinearCodeParams | Avl.LinearCodeParams | Parameters specific to linear (1D) codes. | ||
![]() | inComputeScores | bool | Enables computing of confidence scores (slower). | ||
![]() | inMaxCodeCount | int | <0, INF> | 1000 | Maximum number of codes in one image. Default value: 1000. |
![]() | inAllowMultipleScales | bool | False | Specifies whether to continue search for codes at a higher resolution even when some codes have already been found at a lower resolution. Default value: False. | |
![]() | outDataCodes | System.Collections.Generic.List<Avl.DataCode> | List of codes that have been correctly detected and decoded. | ||
![]() | outCandidates | System.Collections.Generic.List<Avl.Path> | Diagnostic information about detection results. | ||
![]() | outAlignedRoi | Atl.Optional<Avl.Rectangle2D> | Input ROI after transformation (in the image coordinates). |