You are here: Start » AVL.NET » AVL.ReadMultipleDataMatrixCodes(AvlNet.Image, AvlNet.DataMatrixCodeParams, AvlNet.DataMatrixDetectionParams, int, bool, AvlNet.DataCode[], AvlNet.Path[])

AVL.ReadMultipleDataMatrixCodes(AvlNet.Image, AvlNet.DataMatrixCodeParams, AvlNet.DataMatrixDetectionParams, int, bool, AvlNet.DataCode[], AvlNet.Path[])

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,
	out AvlNet.DataCode[] outDataMatrixCodes,
	out AvlNet.Path[] outCandidates
)

Parameters

inImage
Type: AvlNet.Image
Input image
inCodeParams
Type: AvlNet.DataMatrixCodeParams
Specification of codes that can be detected
inDetectionParams
Type: AvlNet.DataMatrixDetectionParams
Specification of the way the codes are being detected
inMaxCodeCount
Type: System.Int32
Maximum number of codes to be found
inAllowMultipleScales
Type: System.Boolean
Specifies whether codes of different module sizes are expected
outDataMatrixCodes
Type: AvlNet.DataCode
outCandidates
Type: AvlNet.Path
Diagnostic information about detection results

Remarks

See full override for more details.

See also