You are here: Start » AVL.NET » AVL.ReadMultipleDataMatrixCodes_Deprecated(AvlNet.Image, AvlNet.DataMatrixCodeParams, int, int, bool, int, AvlNet.DataCode[], AvlNet.Path[])
AVL.ReadMultipleDataMatrixCodes_Deprecated(AvlNet.Image, AvlNet.DataMatrixCodeParams, int, int, bool, int, AvlNet.DataCode[], AvlNet.Path[])
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void ReadMultipleDataMatrixCodes_Deprecated( AvlNet.Image inImage, AvlNet.DataMatrixCodeParams inCodeParams, int inMaxCodeCount, int inContrastThreshold, bool inAllowMultipleScales, int inFlags, out AvlNet.DataCode[] outDataMatrixCodes, out AvlNet.Path[] outCandidates )
Parameters
- inImage
- Type: AvlNet.Image
- inCodeParams
- Type: AvlNet.DataMatrixCodeParams
- inMaxCodeCount
- Type: System.Int32
- inContrastThreshold
- Type: System.Int32
- inAllowMultipleScales
- Type: System.Boolean
- inFlags
- Type: System.Int32
- outDataMatrixCodes
- Type: AvlNet.DataCode
- outCandidates
- Type: AvlNet.Path
