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

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
outQRCodeAvlNet.INullable<AvlNet.QRCode> This parameter cannot be null.
outAlignedRoiAvlNet.NullableValue<AvlNet.Rectangle2D>Input ROI after transformation (in the image coordinates). Can be null to skip this parameter calculation.

Function Overrides

See also