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

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void ReadMultipleDataMatrixCodes(
	AvlNet.Image inImage,
	AvlNet.Rectangle2D? inRoi,
	AvlNet.CoordinateSystem2D? inRoiAlignment,
	AvlNet.DataMatrixCodeParams inCodeParams,
	AvlNet.DataMatrixDetectionParams inDetectionParams,
	int inMaxCodeCount,
	bool inAllowMultipleScales,
	out AvlNet.DataCode[] outDataMatrixCodes,
	out AvlNet.Path[] outCandidates
)

Parameters

inImage
Type: AvlNet.Image
inRoi
Type: System.Nullable<AvlNet.Rectangle2D>
inRoiAlignment
Type: System.Nullable<AvlNet.CoordinateSystem2D>
inCodeParams
Type: AvlNet.DataMatrixCodeParams
inDetectionParams
Type: AvlNet.DataMatrixDetectionParams
inMaxCodeCount
Type: System.Int32
inAllowMultipleScales
Type: System.Boolean
outDataMatrixCodes
Type: AvlNet.DataCode
outCandidates
Type: AvlNet.Path

See also