You are here: Start » AVL.NET » AVS.ReadMultipleQRCodes Method
AVS.ReadMultipleQRCodes Method
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, IList<AvlNet.QRCode> outQRCodes )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inImage | AvlNet.Image | Input image. | ||
![]() | inResultsExpected | int | <0, 255> | 1 | How many results we expect, 0 if as many as possible. Default value: 1. |
![]() | outQRCodes | System.Collections.Generic.IList<AvlNet.QRCode> |
Function Overrides
- ReadMultipleQRCodes(Image, Int32, IList<QRCode>, NullableValue<Rectangle2D>)
- ReadMultipleQRCodes(Image, Nullable<Rectangle2D>, Nullable<CoordinateSystem2D>, Int32, Nullable<Single>, Nullable<Single>, Nullable<Int32>, Nullable<Single>, Nullable<Single>, IList<QRCode>)
- ReadMultipleQRCodes(Image, Nullable<Rectangle2D>, Nullable<CoordinateSystem2D>, Int32, Nullable<Single>, Nullable<Single>, Nullable<Int32>, Nullable<Single>, Nullable<Single>, IList<QRCode>, Rectangle2D)
- ReadMultipleQRCodes(Image, Nullable<Rectangle2D>, Nullable<CoordinateSystem2D>, Int32, Nullable<Single>, Nullable<Single>, Nullable<Int32>, Nullable<Single>, Nullable<Single>, IList<QRCode>, NullableValue<Rectangle2D>)


