You are here: Start » AVL.NET » AVL.ReadSingleDataMatrixCode_Deprecated(AvlNet.Image, AvlNet.DataMatrixCodeParams, int, int, AvlNet.DataCode, AvlNet.Path[])
AVL.ReadSingleDataMatrixCode_Deprecated(AvlNet.Image, AvlNet.DataMatrixCodeParams, int, int, AvlNet.DataCode, AvlNet.Path[])
Detects and recognizes one Data Matrix code.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void ReadSingleDataMatrixCode_Deprecated( AvlNet.Image inImage, AvlNet.DataMatrixCodeParams inCodeParams, int inContrastThreshold, int inFlags, out AvlNet.DataCode outDataMatrixCode, out AvlNet.Path[] outCandidates )
Parameters
- inImage
- Type: AvlNet.Image
Input image - inCodeParams
- Type: AvlNet.DataMatrixCodeParams
Specification of codes that can be found - inContrastThreshold
- Type: System.Int32
Minimal difference between dark and bright modules - inFlags
- Type: System.Int32
Undocumented advanced tweaks for difficult cases - outDataMatrixCode
- Type: AvlNet.DataCode
- outCandidates
- Type: AvlNet.Path
Diagnostic information about detection results
Remarks
See full override for more details.
