Class DetectionResultColumn

    • Constructor Detail

      • DetectionResultColumn

        DetectionResultColumn​(BoundingBox boundingBox)
    • Method Detail

      • getCodewordNearby

        final Codeword getCodewordNearby​(int imageRow)
      • imageRowToCodewordIndex

        final int imageRowToCodewordIndex​(int imageRow)
      • setCodeword

        final void setCodeword​(int imageRow,
                               Codeword codeword)
      • getCodeword

        final Codeword getCodeword​(int imageRow)
      • getCodewords

        final Codeword[] getCodewords()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object