12-17-2014, 07:22 PM
(12-17-2014, 06:49 PM)AtoZ Wrote: I need a sample code for me to learn. It'll be hard for a non-coder like me. Anyone?
Question in mind: what if there are two or more images ex. 111_111? will image search detect more than one coordinates?
Here's the one I'm working on, it's quite long but very basic syntax, no high level stuff: http://pastebin.com/Rv4hGhNb
I don't know how imagesearch works, but it seems like they run through each image pixel by pixel, line by line to detect if there's a match, depending on tolerance level. So if you provide an image with number 1 in it. It will be detected 6 times with coordinates for each. You join it all by x coordinate and got yourself a number.