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

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

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
)

Parameters

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

Remarks

See full override for more details.

See also