Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Scan Image, Not Exactlty
#1
Hi Gintaras, is there a possibility that we can use the scan function in order to find an image of similarity? I figured out why the macro isn't finding the multiple images on the screen; they are slightly different. But, only slightly! Any consulting would be helpful! Thank you.
#2
If slightly different color - use "Allowed color difference".
If different some parts of the image - mask these parts with the color of the top-left pixel, and check "Ignore pixels of top-left color".
If different whole image - use multiple images: if(scan(image1...)) ... else if(scan(image2)) ... ...


Forum Jump:


Users browsing this thread: 1 Guest(s)