You are here: Start » FIL.NET » FIS.ReadMultipleDataMatrixCodes Method
FIS.ReadMultipleDataMatrixCodes Method
Detects and recognizes several Data Matrix codes.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void ReadMultipleDataMatrixCodes ( FilNet.Image inImage, FilNet.DataMatrixCodeParams inCodeParams, FilNet.DataMatrixDetectionParams inDetectionParams, int inMaxCodeCount, bool inAllowMultipleScales, IList<FilNet.DataCode> outDataMatrixCodes, IList<FilNet.Path> outCandidates )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inCodeParams | FilNet.DataMatrixCodeParams | Specification of codes that can be detected. | ||
![]() | inDetectionParams | FilNet.DataMatrixDetectionParams | Specification of the way the codes are being detected. | ||
![]() | inMaxCodeCount | int | <0, INF> | 2 | Maximum number of codes to be found. Default value: 2. |
![]() | inAllowMultipleScales | bool | False | Specifies whether codes of different module sizes are expected. Default value: False. | |
![]() | outDataMatrixCodes | System.Collections.Generic.IList<FilNet.DataCode> | |||
![]() | outCandidates | System.Collections.Generic.IList<FilNet.Path> | Diagnostic information about detection results. |
Function Overrides
- ReadMultipleDataMatrixCodes(Image, DataMatrixCodeParams, DataMatrixDetectionParams, Int32, Boolean, IList<DataCode>, IList<Path>, NullableValue<Rectangle2D>)
- ReadMultipleDataMatrixCodes(Image, Nullable<Rectangle2D>, Nullable<CoordinateSystem2D>, DataMatrixCodeParams, DataMatrixDetectionParams, Int32, Boolean, IList<DataCode>, IList<Path>)
- ReadMultipleDataMatrixCodes(Image, Nullable<Rectangle2D>, Nullable<CoordinateSystem2D>, DataMatrixCodeParams, DataMatrixDetectionParams, Int32, Boolean, IList<DataCode>, IList<Path>, Rectangle2D)
- ReadMultipleDataMatrixCodes(Image, Nullable<Rectangle2D>, Nullable<CoordinateSystem2D>, DataMatrixCodeParams, DataMatrixDetectionParams, Int32, Boolean, IList<DataCode>, IList<Path>, NullableValue<Rectangle2D>)