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

FIS.ReadMultipleQRCodes Method

Detects and recognizes all QR codes on the input image.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ReadMultipleQRCodes
(
	FilNet.Image inImage,
	int inMaxCodeCount,
	float inMinModuleSize,
	float inMaxModuleSize,
	bool inAllowRotation,
	FilNet.Polarity inPolarity,
	IList<FilNet.QRCode> outQRCodes
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
inMaxCodeCountint<1, 255>2Maximum number of codes in one image. Default value: 2.
inMinModuleSizefloat<1.5f, 100.0f>4.0fLower estimated size of a code unit in pixels. Default value: 4.0f.
inMaxModuleSizefloat<1.5f, 100.0f>40.0fUpper estimated size of a code unit in pixels. Default value: 40.0f.
inAllowRotationboolTrueAllows codes rotated in relation to the axes of the input image. Default value: True.
inPolarityFilNet.PolarityAnySpecifies whether code is darker or brighter than the background. Default value: Any.
outQRCodesSystem.Collections.Generic.IList<FilNet.QRCode>

Function Overrides

See also