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

FIS.ReadMultipleDataMatrixCodes Method

Detects and recognizes several Data Matrix codes in one image.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ReadMultipleDataMatrixCodes
(
	FilNet.ReadDataMatrixCodes_State ioState,
	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
ioStateFilNet.ReadDataMatrixCodes_State
inImageFilNet.ImageInput image.
inCodeParamsFilNet.DataMatrixCodeParamsSpecification of codes that can be detected.
inDetectionParamsFilNet.DataMatrixDetectionParamsParameters of the code detection algorithm.
inMaxCodeCountint<0, INF>2Maximum number of codes in one image. Default value: 2.
inAllowMultipleScalesboolFalseSpecifies whether to continue search for codes at a higher resolution even when some codes have already been found at a lower resolution. Default value: False.
outDataMatrixCodesSystem.Collections.Generic.IList<FilNet.DataCode>List of codes that have been correctly detected and decoded.
outCandidatesSystem.Collections.Generic.IList<FilNet.Path>Diagnostic information about detection results.

Function Overrides

See also