joszx / e7-agc

3 stars 0 forks source link

Substat rolls position on enhance page changes on enhance #2

Closed joszx closed 2 years ago

joszx commented 2 years ago

Summary

The rolls on the substats of equipments on the enhancement page will shift left upon enhancement of equipment. This causes the OCR to read the orange text as well such as in the screenshot.

Possible fixes

  1. Tune grayscaling and binarization/black white conversion to exclude orange text
  2. Make another function that detects extra numbers and only takes the leftmost stat, this might not be feasible as flat stat rolls might be combined by the OCR as seen in the screenshot.

Screenshots

image

joszx commented 2 years ago

Fixed by filtering out orange pixels with an inverted orange mask.

Fixed in ff2efce0969ac4c1bd628f7f993bdc30016c506f

image