You are here: Start » AVL.NET » AVL.ReadSingleDataMatrix_Deprecated(AvlNet.Image, AvlNet.Rectangle2D?, AvlNet.CoordinateSystem2D?, bool, AvlNet.DataMatrixCodeType, int?, int?, AvlNet.DataMatrix?)

AVL.ReadSingleDataMatrix_Deprecated(AvlNet.Image, AvlNet.Rectangle2D?, AvlNet.CoordinateSystem2D?, bool, AvlNet.DataMatrixCodeType, int?, int?, AvlNet.DataMatrix?)

Detects and recognizes a single Data Matrix code.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void ReadSingleDataMatrix_Deprecated(
	AvlNet.Image inImage,
	AvlNet.Rectangle2D? inRoi,
	AvlNet.CoordinateSystem2D? inRoiAlignment,
	bool inAllowRectangular,
	AvlNet.DataMatrixCodeType inCodeType,
	int? inCodeColumnCount,
	int? inCodeRowCount,
	out AvlNet.DataMatrix? outDataMatrix
)

Parameters

inImage
Type: AvlNet.Image
Input image
inRoi
Type: System.Nullable<AvlNet.Rectangle2D>
Range of pixels to be processed, or null.
inRoiAlignment
Type: System.Nullable<AvlNet.CoordinateSystem2D>
Adjusts the region of interest to the position of the inspected object, or null.
inAllowRectangular
Type: System.Boolean
Enables detecting rectangular Data Matrices
inCodeType
Type: AvlNet.DataMatrixCodeType
inCodeColumnCount
Type: System.Nullable<System.Int32>
Optional width of a Data Matrix, or null.
inCodeRowCount
Type: System.Nullable<System.Int32>
Optional height of a Data Matrix, or null.
outDataMatrix
Type: System.Nullable<AvlNet.DataMatrix>

Remarks

See full override for more details.

See also