You are here: Start » AVL.NET » Function Reference » Computer Vision » Datacodes » AVL.DecodeDataMatrix

AVL.DecodeDataMatrix

Translates a matrix of 0 or 1 values to a text in accordance to how DataMatrix codes are encoded.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void DecodeDataMatrix
(
	AvlNet.Matrix inMatrixValues,
	INullable<string> outText,
	out AvlNet.DataMatrixType? outType
)

Parameters

Name Type Range Default Description
inMatrixValuesAvlNet.MatrixMatrix of binary values.
outTextAvlNet.INullable<string>Decoded text or nothing if decoding failed. This parameter cannot be null.
outTypeAvlNet.DataMatrixType?DataMatrix code type.

Description

Supported code types: ECC 200 and ECC 000-140.

See also