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

Choose a correct bubble threshold. #10

Closed mythrex closed 6 years ago

mythrex commented 6 years ago

The bubble threshold is creating a problem. A bubble_thresh for one is not working for other. Take a look at images. The threshold is working for test-2 but not for test-3.

test 2 test 3

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.