\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

$points

$points

Methods

__construct()

__construct(mixed  $bits, mixed  $points) : mixed

Parameters

mixed $bits
mixed $points

Returns

mixed —

getBits()

getBits() : mixed

Returns

mixed —

getPoints()

getPoints() : mixed

Returns

mixed —