imageRowToCodewordIndex method

int imageRowToCodewordIndex(
  1. int imageRow
)

Implementation

int imageRowToCodewordIndex(int imageRow) {
  return imageRow - _boundingBox.minY;
}