You are here: Start » AVL.NET » AVL.ReadMultipleDataMatrixCodes_Deprecated(AvlNet.Image, AvlNet.Rectangle2D?, AvlNet.CoordinateSystem2D?, AvlNet.DataMatrixCodeParams, int, int, bool, int, AvlNet.DataCode[], AvlNet.Path[])
AVL.ReadMultipleDataMatrixCodes_Deprecated(AvlNet.Image, AvlNet.Rectangle2D?, AvlNet.CoordinateSystem2D?, AvlNet.DataMatrixCodeParams, int, int, bool, int, AvlNet.DataCode[], AvlNet.Path[])
Detects and recognizes several Data Matrix codes.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void ReadMultipleDataMatrixCodes_Deprecated( AvlNet.Image inImage, AvlNet.Rectangle2D? inRoi, AvlNet.CoordinateSystem2D? inRoiAlignment, AvlNet.DataMatrixCodeParams inCodeParams, int inMaxCodeCount, int inContrastThreshold, bool inAllowMultipleScales, int inFlags, out AvlNet.DataCode[] outDataMatrixCodes, out AvlNet.Path[] outCandidates )
Parameters
- inImage
- Type: AvlNet.Image
Input image - inRoi
- Type: System.Nullable<AvlNet.Rectangle2D>
Region of interest, or null. - inRoiAlignment
- Type: System.Nullable<AvlNet.CoordinateSystem2D>
Coordinate system for the region of interest, or null. - inCodeParams
- Type: AvlNet.DataMatrixCodeParams
Specification of codes that can be found - inMaxCodeCount
- Type: System.Int32
Maximum number of codes to be found - inContrastThreshold
- Type: System.Int32
Minimal difference between dark and bright modules - inAllowMultipleScales
- Type: System.Boolean
Specifies whether codes of different module sizes are expected - inFlags
- Type: System.Int32
Undocumented advanced tweaks for difficult cases - outDataMatrixCodes
- Type: AvlNet.DataCode
- outCandidates
- Type: AvlNet.Path
Diagnostic information about detection results
Remarks
See full override for more details.
