You are here: Start » AVL.NET » AVS.ReadSingleQRCode Method
AVS.ReadSingleQRCode Method
Detects and recognizes a single QR code on the input image.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void ReadSingleQRCode ( AvlNet.Image inImage, INullable<AvlNet.QRCode> outQRCode )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inImage | AvlNet.Image | Input image. | ||
![]() | outQRCode | AvlNet.INullable<AvlNet.QRCode> | This parameter cannot be null. |
Function Overrides
- ReadSingleQRCode(Image, INullable<QRCode>, NullableValue<Rectangle2D>)
- ReadSingleQRCode(Image, Nullable<Rectangle2D>, Nullable<CoordinateSystem2D>, Nullable<Single>, Nullable<Single>, Nullable<Int32>, Nullable<Single>, Nullable<Single>, INullable<QRCode>)
- ReadSingleQRCode(Image, Nullable<Rectangle2D>, Nullable<CoordinateSystem2D>, Nullable<Single>, Nullable<Single>, Nullable<Int32>, Nullable<Single>, Nullable<Single>, INullable<QRCode>, Rectangle2D)
- ReadSingleQRCode(Image, Nullable<Rectangle2D>, Nullable<CoordinateSystem2D>, Nullable<Single>, Nullable<Single>, Nullable<Int32>, Nullable<Single>, Nullable<Single>, INullable<QRCode>, NullableValue<Rectangle2D>)


