Back to Adaptive Vision Library website

You are here: Start » Function Reference » Datacodes » DecodeQRCode

DecodeQRCode


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

Header:AVL.h

Syntax

C++
C#
 
void avl::DecodeQRCode
(
	const avl::Matrix& inBinaryMatrix,
	atl::Conditional<atl::String>& outDecodedText
)

Parameters

Name Type Default Description
inBinaryMatrix const Matrix& Square matrix of zero (black) and nonzero (white) values
outDecodedText Conditional<String>& Decoded text, if matrix represents valid code