Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Convert card response in binary matrix

Hi, I need some help about how to start develop a application in Android that recognize a card response for tests and convert it to a binary matrix.

The card response filled will be like this:

image description

And I wish to convert to a binary matrix to validate the responses, like this:

image description

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!

Convert card response in binary matrix

Hi, I need some help about how to start develop a application in Android that recognize a card response for tests and convert it to a binary matrix.

The card response filled will be like this:

image description

And I wish to convert to a binary matrix to validate the responses, like this:

image description

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!

Convert card response test answer key in binary matrix

Hi, I need some help about how to start develop a application in Android that recognize a card response for tests test answer key and convert it to a binary matrix.

The card response filled will be like this:

image description

And I wish to convert to a binary matrix to validate the responses, like this:

image description

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!