\Zxing\CommonDetectorResult

<p>Encapsulates the result of detecting a barcode in an image. This includes the raw matrix of black/white pixels corresponding to the barcode, and possibly points of interest in the image, like the location of finder patterns or corners of the barcode in the image.</p>

Summary

Methods
Properties
Constants
__construct()
getBits()
getPoints()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$bits
$points
N/A

Properties

$bits

$bits : 

Type

$points

$points : 

Type

Methods

__construct()

__construct(  $bits,   $points) 

Parameters

$bits
$points

getBits()

getBits() 

getPoints()

getPoints()