final class DetectionResultRowIndicatorColumn extends DetectionResultColumn
Modifier and Type | Field and Description |
---|---|
private boolean |
isLeft |
Constructor and Description |
---|
DetectionResultRowIndicatorColumn(BoundingBox boundingBox,
boolean isLeft) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
adjustCompleteIndicatorColumnRowNumbers(BarcodeMetadata barcodeMetadata) |
private void |
adjustIncompleteIndicatorColumnRowNumbers(BarcodeMetadata barcodeMetadata) |
(package private) BarcodeMetadata |
getBarcodeMetadata() |
(package private) int[] |
getRowHeights() |
(package private) boolean |
isLeft() |
private void |
removeIncorrectCodewords(Codeword[] codewords,
BarcodeMetadata barcodeMetadata) |
private void |
setRowNumbers() |
java.lang.String |
toString() |
getBoundingBox, getCodeword, getCodewordNearby, getCodewords, imageRowToCodewordIndex, setCodeword
DetectionResultRowIndicatorColumn(BoundingBox boundingBox, boolean isLeft)
private void setRowNumbers()
void adjustCompleteIndicatorColumnRowNumbers(BarcodeMetadata barcodeMetadata)
int[] getRowHeights()
private void adjustIncompleteIndicatorColumnRowNumbers(BarcodeMetadata barcodeMetadata)
BarcodeMetadata getBarcodeMetadata()
private void removeIncorrectCodewords(Codeword[] codewords, BarcodeMetadata barcodeMetadata)
boolean isLeft()
public java.lang.String toString()
toString
in class DetectionResultColumn