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

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

Detects and recognizes one Data Matrix code.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void ReadSingleDataMatrixCode(
	AvlNet.Image inImage,
	AvlNet.Rectangle2D? inRoi,
	AvlNet.CoordinateSystem2D? inRoiAlignment,
	AvlNet.DataMatrixCodeParams inCodeParams,
	AvlNet.DataMatrixDetectionParams inDetectionParams,
	out AvlNet.DataCode outDataMatrixCode,
	out AvlNet.Path[] outCandidates
)

Parameters

inImage
Type: AvlNet.Image
Input image
inRoi
Type: System.Nullable<AvlNet.Rectangle2D>
Region of interest, or null.
inRoiAlignment
Type: System.Nullable<AvlNet.CoordinateSystem2D>
Coordinate system for the region of interest, or null.
inCodeParams
Type: AvlNet.DataMatrixCodeParams
Specification of codes that can be detected
inDetectionParams
Type: AvlNet.DataMatrixDetectionParams
Specification of the way the codes are being detected
outDataMatrixCode
Type: AvlNet.DataCode
outCandidates
Type: AvlNet.Path
Diagnostic information about detection results

Remarks

See full override for more details.

See also