Image Processing

I'm trying to write a part of a code that will act as a sudoku solver, namely being able to read a grid (image) and transform it into an array/matrix, but i'm a bit lost at where to begin since I'm pretty new to C++. Any tips?
Rather than try and deal with character recognition in an image file, why not read the grid from a simple text file?
Topic archived. No new replies allowed.