You are here: Start » FIL.NET » FIL.ReadSingleDataMatrixCode
Detects and recognizes one Data Matrix code.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void ReadSingleDataMatrixCode ( FilNet.Image inImage, FilNet.DataMatrixCodeParams inCodeParams, FilNet.DataMatrixDetectionParams inDetectionParams, INullable<FilNet.DataCode> outDataMatrixCode, IList<FilNet.Path> outCandidates, NullableValue<FilNet.Rectangle2D> outAlignedRoi )
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. | ||
![]() | outDataMatrixCode | FilNet.INullable<FilNet.DataCode> | This parameter cannot be null. | ||
![]() | outCandidates | System.Collections.Generic.IList<FilNet.Path> | Diagnostic information about detection results. | ||
![]() | outAlignedRoi | FilNet.NullableValue<FilNet.Rectangle2D> | Input ROI after transformation (in the image coordinates). Can be null to skip this parameter calculation. |
Description
This filter detects and recognizes one data matrix code on an image.
Supported code types: ECC 200 and ECC 000-140.
Examples
![]() DataMatrix on blurry image. |
![]() Low quality DataMatrix code. |
![]() DataMatrix on chip. |
![]() Rectangular DataMatrix code. |
Remarks
Read more about Local Coordinate Systems in Machine Vision Guide: Local Coordinate Systems.
Function Overrides
- ReadSingleDataMatrixCode(Image, DataMatrixCodeParams, DataMatrixDetectionParams, INullable<DataCode>, IList<Path>)
- ReadSingleDataMatrixCode(Image, Nullable<Rectangle2D>, Nullable<CoordinateSystem2D>, DataMatrixCodeParams, DataMatrixDetectionParams, INullable<DataCode>, IList<Path>)
- ReadSingleDataMatrixCode(Image, Nullable<Rectangle2D>, Nullable<CoordinateSystem2D>, DataMatrixCodeParams, DataMatrixDetectionParams, INullable<DataCode>, IList<Path>, Rectangle2D)
- ReadSingleDataMatrixCode(Image, Nullable<Rectangle2D>, Nullable<CoordinateSystem2D>, DataMatrixCodeParams, DataMatrixDetectionParams, INullable<DataCode>, IList<Path>, NullableValue<Rectangle2D>)