• 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.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
inImageAvlNet.ImageInput image.
inResultsExpectedint<0, 255>1How many results we expect, 0 if as many as possible. Default value: 1.
outQRCodesSystem.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>)

See also

  • All Classes List
  • AVS Class Reference

This article is valid for version 4.12.13

©2007-2021 Adaptive Vision