\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 : 

Type

$decoder

$decoder : 

Type

Methods

__construct()

__construct() 

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() 

getDecoder()

getDecoder() 

extractPureBits()

extractPureBits(\Zxing\Common\BitMatrix  $image) 

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

moduleSize()

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

Parameters

$leftTopBlack
\Zxing\Common\BitMatrix $image