how to number the grids?
I am having an image of 5x5 grids. This image have 5 cells in row and 5 cells in columns and I have to number each cell starting from 1 to 25 and store it in a list. I have to code it in python.How will I do that. Please help!
take a look at http://answers.opencv.org/question/76210 and http://answers.opencv.org/question/53694
believe it or not, it is closely related to FIZZBUZZ ;)
(maybe, you should first go back to project euler, and solve a few there ..)