Question #289832 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/289832
Status: Open => Answered
Karl proposed the following answer:
You can use to see what the greatest score you're getting :
findAll(Pattern("image.png").similar(0.01))
results = getLastMatches()
while results.hasNext():
print results.next().getScore()
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.
_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp