Convert test answer key in binary matrix
Hi, I need some help about how to start develop a application in Android that recognize a test answer key and convert it to a binary matrix.
The card response filled will be like this:
And I wish to convert to a binary matrix to validate the responses, like this:
I don't wanna convert to another image, but to a int[10][5] variable matrix to use to iterate and validate the answers from response card.
I tried tutorials that show how recognize circles, squares. But I didn't get nothing approximate to what I want and I have no idea how start with it.
Thanks!
Can you reliably orient the image, so that the rows and columns are straight? If you can separate the image so that each bubble is in it's own ROI, it should be pretty easy.