You are here: Start » FIL.NET » FIS.ReadSingleQRCode Method

FIS.ReadSingleQRCode Method

Detects and recognizes a single QR code on the input image.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ReadSingleQRCode
(
	FilNet.Image inImage,
	INullable<FilNet.QRCode> outQRCode,
	NullableValue<FilNet.Rectangle2D> outAlignedRoi
)

Parameters

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

Function Overrides

See also