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,
	NullableValue<AvlNet.Rectangle2D> outAlignedRoi
)

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>
outAlignedRoiAvlNet.NullableValue<AvlNet.Rectangle2D>Input ROI after transformation (in the image coordinates). Can be null to skip this parameter calculation.

Function Overrides

See also