Class DetectionResultRowIndicatorColumn
java.lang.Object
com.google.zxing.pdf417.decoder.DetectionResultColumn
com.google.zxing.pdf417.decoder.DetectionResultRowIndicatorColumn
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) voidadjustCompleteIndicatorColumnRowNumbers(BarcodeMetadata barcodeMetadata) private voidadjustIncompleteIndicatorColumnRowNumbers(BarcodeMetadata barcodeMetadata) (package private) BarcodeMetadata(package private) int[](package private) booleanisLeft()private voidremoveIncorrectCodewords(Codeword[] codewords, BarcodeMetadata barcodeMetadata) private voidtoString()Methods inherited from class DetectionResultColumn
getBoundingBox, getCodeword, getCodewordNearby, getCodewords, imageRowToCodewordIndex, setCodeword
-
Field Details
-
isLeft
private final boolean isLeft
-
-
Constructor Details
-
DetectionResultRowIndicatorColumn
DetectionResultRowIndicatorColumn(BoundingBox boundingBox, boolean isLeft)
-
-
Method Details
-
setRowNumbers
private void setRowNumbers() -
adjustCompleteIndicatorColumnRowNumbers
-
getRowHeights
int[] getRowHeights() -
adjustIncompleteIndicatorColumnRowNumbers
-
getBarcodeMetadata
BarcodeMetadata getBarcodeMetadata() -
removeIncorrectCodewords
-
isLeft
boolean isLeft() -
toString
- Overrides:
toStringin classDetectionResultColumn
-