You are here: Start » AVL.NET » AVS.ReadSingleDataMatrixCode Method

AVS.ReadSingleDataMatrixCode Method

Detects and recognizes one Data Matrix code.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ReadSingleDataMatrixCode
(
	AvlNet.Image inImage,
	AvlNet.DataMatrixCodeParams inCodeParams,
	AvlNet.DataMatrixDetectionParams inDetectionParams,
	INullable<AvlNet.DataCode> outDataMatrixCode,
	IList<AvlNet.Path> outCandidates,
	NullableValue<AvlNet.Rectangle2D> outAlignedRoi
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inCodeParamsAvlNet.DataMatrixCodeParamsSpecification of codes that can be detected.
inDetectionParamsAvlNet.DataMatrixDetectionParamsSpecification of the way the codes are being detected.
outDataMatrixCodeAvlNet.INullable<AvlNet.DataCode> This parameter cannot be null.
outCandidatesSystem.Collections.Generic.IList<AvlNet.Path>Diagnostic information about detection results.
outAlignedRoiAvlNet.NullableValue<AvlNet.Rectangle2D>Input ROI after transformation (in the image coordinates). Can be null to skip this parameter calculation.

Function Overrides

See also