You are here: Start » AVL.NET » AVL.DetectDataMatrices_Deprecated(AvlNet.Image, bool, AvlNet.Rectangle2D[])
AVL.DetectDataMatrices_Deprecated(AvlNet.Image, bool, AvlNet.Rectangle2D[])
Finds candidates for Data Matrix codes in the input image.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void DetectDataMatrices_Deprecated( AvlNet.Image inImage, bool inAllowRectangular, out AvlNet.Rectangle2D[] outDataMatrixPositions )
Parameters
- inImage
- Type: AvlNet.Image
Input image - inAllowRectangular
- Type: System.Boolean
Enables detecting rectangular Data Matrices - outDataMatrixPositions
- Type: AvlNet.Rectangle2D
Array of possible positions of Data Matrices
