As someone know myImageSearch.au3 UDF allow the programmer to search ALL images that are on a region of 800x600. But this UDF not have a tolerance for search images. How can i add tolerance (or shade variation)?
There's another UDF that allow me to do the same?
I don't need to know what tolerance i need to use. I need to implement tolerance in MyImageSearch.au3. Because this UDF don't have this parameter. Does someone know how to do it?
Check the nearest coord with MyImagesearch 10/24/2013 - AutoIt - 1 Replies With MyImageSearch i can check how many images are on the screen.
It return a 2D array. How can i check the nearest coord to the center of my screen? I know that i need a For..to..Next Loop but can some one give me an example?