Comment 1 for bug 670038

Revision history for this message
niknah (hankin0) wrote : Re: wishlist: feature to produce match sensitivity values for a group of images

I had this problem too with zoom in/out buttons. If you're searching for the exact image as it is on the screen look at the score of the match object like...
print find("....").score

It should be 1

If it's not 1, you may want to try out this small patch, I'm not sure if it made it into the last release cause it was posted a few weeks after that...
https://bugs.launchpad.net/sikuli/+bug/619253

Sikuli should return the best matches first normally.