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

FIS.ReadMultipleDataMatrixCodes Method

Detects and recognizes several Data Matrix codes.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ReadMultipleDataMatrixCodes
(
	FilNet.Image inImage,
	FilNet.DataMatrixCodeParams inCodeParams,
	FilNet.DataMatrixDetectionParams inDetectionParams,
	int inMaxCodeCount,
	bool inAllowMultipleScales,
	IList<FilNet.DataCode> outDataMatrixCodes,
	IList<FilNet.Path> outCandidates
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
inCodeParamsFilNet.DataMatrixCodeParamsSpecification of codes that can be detected.
inDetectionParamsFilNet.DataMatrixDetectionParamsSpecification of the way the codes are being detected.
inMaxCodeCountint<0, INF>2Maximum number of codes to be found. Default value: 2.
inAllowMultipleScalesboolFalseSpecifies whether codes of different module sizes are expected. Default value: False.
outDataMatrixCodesSystem.Collections.Generic.IList<FilNet.DataCode>
outCandidatesSystem.Collections.Generic.IList<FilNet.Path>Diagnostic information about detection results.

Function Overrides

See also