You are here: Start » AVL.NET » AVL.RecognizeMultipleDataMatrices_Deprecated(AvlNet.Image, AvlNet.Rectangle2D[], AvlNet.DataMatrixCodeType, AvlNet.DataMatrix[], AvlNet.Image[])
AVL.RecognizeMultipleDataMatrices_Deprecated(AvlNet.Image, AvlNet.Rectangle2D[], AvlNet.DataMatrixCodeType, AvlNet.DataMatrix[], AvlNet.Image[])
Extracts information from multiple Data Matrix codes located at the specified positions.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void RecognizeMultipleDataMatrices_Deprecated( AvlNet.Image inImage, AvlNet.Rectangle2D[] inDataMatrixPositions, AvlNet.DataMatrixCodeType inCodeType, out AvlNet.DataMatrix[] outDataMatrices, out AvlNet.Image[] diagValues )
Parameters
- inImage
- Type: AvlNet.Image
Input image - inDataMatrixPositions
- Type: AvlNet.Rectangle2D
Candidates for Data Matrices - inCodeType
- Type: AvlNet.DataMatrixCodeType
- outDataMatrices
- Type: AvlNet.DataMatrix
- diagValues
- Type: AvlNet.Image
Images of decoded Data Matrices used by the reading algorithm
Remarks
See full override for more details.
