DetectionResultColumn constructor

DetectionResultColumn(
  1. BoundingBox boundingBox
)

Implementation

DetectionResultColumn(BoundingBox boundingBox)
    : _boundingBox = BoundingBox.copy(boundingBox),
      _codewords = List.filled(boundingBox.maxY - boundingBox.minY + 1, null);