\Zxing\QrcodeQRCodeReader

This implementation can detect and decode QR Codes in an image.

Summary

Methods
Properties
Constants
__construct()
decode()
reset()
No public properties found
No constants found
getDecoder()
No protected properties found
N/A
extractPureBits()
moduleSize()
$NO_POINTS
$decoder
N/A

Properties

$NO_POINTS

$NO_POINTS

$decoder

$decoder

Methods

__construct()

__construct() : mixed

Returns

mixed —

decode()

decode(\Zxing\BinaryBitmap  $image, null  $hints = null) : \Zxing\Result

Parameters

\Zxing\BinaryBitmap $image
null $hints

Throws

\Zxing\FormatException
\Zxing\NotFoundException

Returns

\Zxing\Result —

reset()

reset() : mixed

Returns

mixed —

getDecoder()

getDecoder() : mixed

Returns

mixed —

extractPureBits()

extractPureBits(\Zxing\Common\BitMatrix  $image) : mixed

This method detects a code in a "pure" image -- that is, pure monochrome image which contains only an unrotated, unskewed, image of a code, with some white border around it. This is a specialized method that works exceptionally fast in this special case.

Parameters

\Zxing\Common\BitMatrix $image

Returns

mixed —

moduleSize()

moduleSize(mixed  $leftTopBlack, \Zxing\Common\BitMatrix  $image) : mixed

Parameters

mixed $leftTopBlack
\Zxing\Common\BitMatrix $image

Returns

mixed —