You are here: Start » FIL.NET » Invoke.ReadMultipleDatacodes
Detects and recognizes several Data Codes in one image.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void ReadMultipleDatacodes ( Fil.ReadDataMatrixCodes_State ioState, Fil.Image inImage, Optional<Fil.Rectangle2D> inRoi, Optional<Fil.CoordinateSystem2D> inRoiAlignment, Fil.DatacodeParams inCodeParams, Fil.DatacodeDetectionParams inDetectionParams, bool inComputeScores, int inMaxCodeCount, bool inAllowMultipleScales, Fil.DataCodeTypeSelection inTypeSelection, List<Fil.DataCode> outDataCodes, List<Fil.Path> outCandidates, Optional<Fil.Rectangle2D> outAlignedRoi )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
ioState | Fil.ReadDataMatrixCodes_State | ||||
![]() | inImage | Fil.Image | Input image. | ||
![]() | inRoi | Ftl.Optional<Fil.Rectangle2D> | Region of interest. Default value: ftl::NIL. | ||
![]() | inRoiAlignment | Ftl.Optional<Fil.CoordinateSystem2D> | Coordinate system for the region of interest. Default value: ftl::NIL. | ||
![]() | inCodeParams | Fil.DatacodeParams | Specification of codes that can be detected. | ||
![]() | inDetectionParams | Fil.DatacodeDetectionParams | Parameters of the code detection algorithm. | ||
![]() | inComputeScores | bool | Enables computing of confidence scores (much slower!). | ||
![]() | inMaxCodeCount | int | <0, INF> | 2 | Maximum number of codes in one image. Default value: 2. |
![]() | 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. | |
![]() | inTypeSelection | Fil.DataCodeTypeSelection | Specifies which code types the filter should try to read. | ||
![]() | outDataCodes | System.Collections.Generic.List<Fil.DataCode> | List of codes that have been correctly detected and decoded. | ||
![]() | outCandidates | System.Collections.Generic.List<Fil.Path> | Diagnostic information about detection results. | ||
![]() | outAlignedRoi | Ftl.Optional<Fil.Rectangle2D> | Input ROI after transformation (in the image coordinates). |