You are here: Start » FIL.NET » FIS.ReadMultipleDataMatrixCodes Method
FIS.ReadMultipleDataMatrixCodes Method
Detects and recognizes several Data Matrix codes in one image.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void ReadMultipleDataMatrixCodes ( FilNet.ReadDataMatrixCodes_State ioState, FilNet.Image inImage, FilNet.Rectangle2D? inRoi, FilNet.CoordinateSystem2D? inRoiAlignment, FilNet.DataMatrixCodeParams inCodeParams, FilNet.DataMatrixDetectionParams inDetectionParams, int inMaxCodeCount, bool inAllowMultipleScales, IList<FilNet.DataCode> outDataMatrixCodes, IList<FilNet.Path> outCandidates )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
ioState | FilNet.ReadDataMatrixCodes_State | ||||
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inRoi | FilNet.Rectangle2D? | Region of interest. Default value: ftl::NIL. | ||
![]() | inRoiAlignment | FilNet.CoordinateSystem2D? | Coordinate system for the region of interest. Default value: ftl::NIL. | ||
![]() | inCodeParams | FilNet.DataMatrixCodeParams | Specification of codes that can be detected. | ||
![]() | inDetectionParams | FilNet.DataMatrixDetectionParams | Parameters of the code detection algorithm. | ||
![]() | 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. | |
![]() | outDataMatrixCodes | System.Collections.Generic.IList<FilNet.DataCode> | List of codes that have been correctly detected and decoded. | ||
![]() | outCandidates | System.Collections.Generic.IList<FilNet.Path> | Diagnostic information about detection results. |
Function Overrides
- ReadMultipleDataMatrixCodes(ReadDataMatrixCodes_State, Image, DataMatrixCodeParams, DataMatrixDetectionParams, Int32, Boolean, IList<DataCode>, IList<Path>)
- ReadMultipleDataMatrixCodes(ReadDataMatrixCodes_State, Image, Nullable<Rectangle2D>, Nullable<CoordinateSystem2D>, DataMatrixCodeParams, DataMatrixDetectionParams, Int32, Boolean, IList<DataCode>, IList<Path>, Rectangle2D)
- ReadMultipleDataMatrixCodes(ReadDataMatrixCodes_State, Image, Nullable<Rectangle2D>, Nullable<CoordinateSystem2D>, DataMatrixCodeParams, DataMatrixDetectionParams, Int32, Boolean, IList<DataCode>, IList<Path>, NullableValue<Rectangle2D>)