mythrex / OMR-Scanner

This project uses open cv to evaluate OMR sheets. We are trying to make this system as reliable as possible.
49 stars 23 forks source link

System Detecting D as potential bubble. #8

Closed mythrex closed 6 years ago

mythrex commented 6 years ago

Changing the min height and width is creating a problem. D is being detected.

if w >= 9 and h >= 9 and ar >= 0.7 and ar <= 1.2:

Look at image for more details. issue 1

mythrex commented 6 years ago

This issue was solved by resizing the image to h=1500. Actually compressing the image was causing details to be lost.