You are here: Start » AVL.NET » AVL.ReadSingleDataMatrixCode(AvlNet.Image, AvlNet.DataMatrixCodeParams, AvlNet.DataMatrixDetectionParams, AvlNet.DataCode, AvlNet.Path[], AvlNet.Rectangle2D)
AVL.ReadSingleDataMatrixCode(AvlNet.Image, AvlNet.DataMatrixCodeParams, AvlNet.DataMatrixDetectionParams, AvlNet.DataCode, AvlNet.Path[], AvlNet.Rectangle2D)
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void ReadSingleDataMatrixCode( AvlNet.Image inImage, AvlNet.DataMatrixCodeParams inCodeParams, AvlNet.DataMatrixDetectionParams inDetectionParams, out AvlNet.DataCode outDataMatrixCode, out AvlNet.Path[] outCandidates, out AvlNet.Rectangle2D outAlignedRoi )
Parameters
- inImage
- Type: AvlNet.Image
- inCodeParams
- Type: AvlNet.DataMatrixCodeParams
- inDetectionParams
- Type: AvlNet.DataMatrixDetectionParams
- outDataMatrixCode
- Type: AvlNet.DataCode
- outCandidates
- Type: AvlNet.Path
- outAlignedRoi
- Type: AvlNet.Rectangle2D
