You are here: Start » AVL.NET » AVS.ReadMultipleDataMatrixCodes Method

AVS.ReadMultipleDataMatrixCodes Method

Detects and recognizes several Data Matrix codes.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inCodeParamsAvlNet.DataMatrixCodeParamsSpecification of codes that can be detected.
inDetectionParamsAvlNet.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<AvlNet.DataCode>
outCandidatesSystem.Collections.Generic.IList<AvlNet.Path>Diagnostic information about detection results.

Function Overrides

See also