You are here: Start » AVL.NET » AVL.ReadSingleQRCode(AvlNet.Image, AvlNet.QRCode, AvlNet.Rectangle2D)

AVL.ReadSingleQRCode(AvlNet.Image, AvlNet.QRCode, AvlNet.Rectangle2D)

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,
	out AvlNet.QRCode outQRCode,
	out AvlNet.Rectangle2D outAlignedRoi
)

Parameters

inImage
Type: AvlNet.Image
Input image
outQRCode
Type: AvlNet.QRCode
outAlignedRoi
Type: AvlNet.Rectangle2D

Remarks

See full override for more details.

See also