• Adaptive Vision
  • Getting Started
  • Relation to AVL/C++
  • Dialogs
  • HMI Controls
  • AVL.NET Performance Tips
  • Code Migration Guide to version 4.11
  • Usage Examples
  • Function Reference
  • Type Reference

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
inImageAvlNet.ImageInput image.
outQRCodeAvlNet.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>)

See also

  • All Classes List
  • AVS Class Reference

This article is valid for version 4.12.13

©2007-2021 Adaptive Vision