hello all ,
I have been recently trying to do a program using opencv (in python) which will take an image as input and return a matrix with positions and numbers identified . For example to the image shown the output must be something like [22,“null”,“null”] ; [“null”,“null”,16] ; [“null”, 25, “null”] .
I am not knowing how to get started ; help is much appreciated.
the example input image ![]()
