class DetectionResultColumn
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private BoundingBox |
boundingBox |
private Codeword[] |
codewords |
private static int |
MAX_NEARBY_DISTANCE |
Constructor and Description |
---|
DetectionResultColumn(BoundingBox boundingBox) |
Modifier and Type | Method and Description |
---|---|
(package private) BoundingBox |
getBoundingBox() |
(package private) Codeword |
getCodeword(int imageRow) |
(package private) Codeword |
getCodewordNearby(int imageRow) |
(package private) Codeword[] |
getCodewords() |
(package private) int |
imageRowToCodewordIndex(int imageRow) |
(package private) void |
setCodeword(int imageRow,
Codeword codeword) |
java.lang.String |
toString() |
private static final int MAX_NEARBY_DISTANCE
private final BoundingBox boundingBox
private final Codeword[] codewords
DetectionResultColumn(BoundingBox boundingBox)
final Codeword getCodewordNearby(int imageRow)
final int imageRowToCodewordIndex(int imageRow)
final void setCodeword(int imageRow, Codeword codeword)
final Codeword getCodeword(int imageRow)
final BoundingBox getBoundingBox()
final Codeword[] getCodewords()
public java.lang.String toString()
toString
in class java.lang.Object