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

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

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,
	out AvlNet.Rectangle2D outAlignedRoi
)

Parameters

inImage
Type: AvlNet.Image
inCodeParams
Type: AvlNet.DataMatrixCodeParams
inDetectionParams
Type: AvlNet.DataMatrixDetectionParams
inMaxCodeCount
Type: System.Int32
inAllowMultipleScales
Type: System.Boolean
outDataMatrixCodes
Type: AvlNet.DataCode
outCandidates
Type: AvlNet.Path
outAlignedRoi
Type: AvlNet.Rectangle2D

See also