Search
Preparing search index...
The search index is not available
@zxing/library - v0.18.3
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Home
core/pdf417/decoder
BoundingBox
Class BoundingBox
author
Guenther Grau
Hierarchy
BoundingBox
Index
Constructors
constructor
Properties
bottom
Left
bottom
Right
image
maxX
maxY
minX
minY
top
Left
top
Right
Methods
add
Missing
Rows
constructor_
1
constructor_
2
get
Bottom
Left
get
Bottom
Right
get
MaxX
get
MaxY
get
MinX
get
MinY
get
Top
Left
get
Top
Right
merge
Constructors
constructor
new
Bounding
Box
(
image
:
BitMatrix
|
BoundingBox
, topLeft
?:
ResultPoint
, bottomLeft
?:
ResultPoint
, topRight
?:
ResultPoint
, bottomRight
?:
ResultPoint
)
:
BoundingBox
Parameters
image:
BitMatrix
|
BoundingBox
Optional
topLeft:
ResultPoint
Optional
bottomLeft:
ResultPoint
Optional
topRight:
ResultPoint
Optional
bottomRight:
ResultPoint
Returns
BoundingBox
Properties
Private
bottom
Left
bottom
Left
:
ResultPoint
Private
bottom
Right
bottom
Right
:
ResultPoint
Private
image
image
:
BitMatrix
Private
maxX
maxX
:
int
Private
maxY
maxY
:
int
Private
minX
minX
:
int
Private
minY
minY
:
int
Private
top
Left
top
Left
:
ResultPoint
Private
top
Right
top
Right
:
ResultPoint
Methods
add
Missing
Rows
add
Missing
Rows
(
missingStartRows
:
int
, missingEndRows
:
int
, isLeft
:
boolean
)
:
BoundingBox
throws
NotFoundException
Parameters
missingStartRows:
int
missingEndRows:
int
isLeft:
boolean
Returns
BoundingBox
Private
constructor_
1
constructor_
1
(
image
:
BitMatrix
, topLeft
:
ResultPoint
, bottomLeft
:
ResultPoint
, topRight
:
ResultPoint
, bottomRight
:
ResultPoint
)
:
void
throws
NotFoundException
Parameters
image:
BitMatrix
topLeft:
ResultPoint
bottomLeft:
ResultPoint
topRight:
ResultPoint
bottomRight:
ResultPoint
Returns
void
Private
constructor_
2
constructor_
2
(
boundingBox
:
BoundingBox
)
:
void
Parameters
boundingBox:
BoundingBox
Returns
void
get
Bottom
Left
get
Bottom
Left
(
)
:
ResultPoint
Returns
ResultPoint
get
Bottom
Right
get
Bottom
Right
(
)
:
ResultPoint
Returns
ResultPoint
get
MaxX
get
MaxX
(
)
:
int
Returns
int
get
MaxY
get
MaxY
(
)
:
int
Returns
int
get
MinX
get
MinX
(
)
:
int
Returns
int
get
MinY
get
MinY
(
)
:
int
Returns
int
get
Top
Left
get
Top
Left
(
)
:
ResultPoint
Returns
ResultPoint
get
Top
Right
get
Top
Right
(
)
:
ResultPoint
Returns
ResultPoint
Static
merge
merge
(
leftBox
:
BoundingBox
, rightBox
:
BoundingBox
)
:
BoundingBox
throws
NotFoundException
Parameters
leftBox:
BoundingBox
rightBox:
BoundingBox
Returns
BoundingBox
Getting
Started
Quick
Start
Examples
Multi
Format
Reader
core/pdf417/decoder
Mode
Barcode
Metadata
Barcode
Value
Bounding
Box
constructor
bottom
Left
bottom
Right
image
maxX
maxY
minX
minY
top
Left
top
Right
add
Missing
Rows
constructor_
1
constructor_
2
get
Bottom
Left
get
Bottom
Right
get
MaxX
get
MaxY
get
MinX
get
MinY
get
Top
Left
get
Top
Right
merge
Codeword
Decoded
Bit
Stream
Parser
Detection
Result
Detection
Result
Column
Detection
Result
Row
Indicator
Column
PDF417
Codeword
Decoder
PDF417
Scanning
Decoder
Big
Integer
create
Big
Int
get
Big
Int
Constructor
getEXP900
Generated using
TypeDoc
Guenther Grau