$NO_POINTS
$NO_POINTS :
This implementation can detect and decode QR Codes in an image.
decode(\Zxing\BinaryBitmap $image, null $hints = null) : \Zxing\Result
| \Zxing\BinaryBitmap | $image | |
| null | $hints |
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.
| \Zxing\Common\BitMatrix | $image |
moduleSize( $leftTopBlack, \Zxing\Common\BitMatrix $image)
| $leftTopBlack | ||
| \Zxing\Common\BitMatrix | $image |