Back to FabImage Library website

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

DecodeQRCode


Header:FIL.h
Namespace:fil

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

Syntax

C++
C#
 
void fil::DecodeQRCode
(
	const fil::Matrix& inBinaryMatrix,
	ftl::Conditional<ftl::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