Package com.google.zxing.pdf417.decoder
Class DetectionResultColumn
java.lang.Object
com.google.zxing.pdf417.decoder.DetectionResultColumn
- Direct Known Subclasses:
DetectionResultRowIndicatorColumn
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final BoundingBox
private final Codeword[]
private static final int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) final BoundingBox
(package private) final Codeword
getCodeword
(int imageRow) (package private) final Codeword
getCodewordNearby
(int imageRow) (package private) final Codeword[]
(package private) final int
imageRowToCodewordIndex
(int imageRow) (package private) final void
setCodeword
(int imageRow, Codeword codeword) toString()
-
Field Details
-
MAX_NEARBY_DISTANCE
private static final int MAX_NEARBY_DISTANCE- See Also:
-
boundingBox
-
codewords
-
-
Constructor Details
-
DetectionResultColumn
DetectionResultColumn(BoundingBox boundingBox)
-
-
Method Details