You are here: Start » AVL.NET » AVL.ReadMultipleQRCodes(AvlNet.Image, int, AvlNet.QRCode[], AvlNet.Rectangle2D)
AVL.ReadMultipleQRCodes(AvlNet.Image, int, AvlNet.QRCode[], AvlNet.Rectangle2D)
Detects and recognizes all QR codes on the input image.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void ReadMultipleQRCodes( AvlNet.Image inImage, int inResultsExpected, out AvlNet.QRCode[] outQRCodes, out AvlNet.Rectangle2D outAlignedRoi )
Parameters
- inImage
- Type: AvlNet.Image
Input image - inResultsExpected
- Type: System.Int32
How many results we expect, 0 if as many as possible - outQRCodes
- Type: AvlNet.QRCode
- outAlignedRoi
- Type: AvlNet.Rectangle2D
Remarks
See full override for more details.
