I am new to image processing, so this may not be an appropriate question here. If this is the case, I apologize.
Can this extension be used to create a tool similar to a QR code scanner (but without the guiding squares in the corners)?
More specifically, I would like a tool that can recognize the pattern in images like the one below.
I need a binary list of lists, for example
{
{0,0,0,0,1,1,0,1,1,0,1,1,0,0,0,0},
{0,0,0,0,1,1,0,1,1,0,1,1,0,0,0,0},
{0,0,1,1,1,1,1,1,1,1,1,1,1,1,0,0},
…
}
for the image above.

















