Question #403864 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/403864

RaiMan proposed the following answer:
I generally recommend to not use exact(), since it internally takes
everything > 0.99 as exact match.

If you need to differentiate with a smaller granularity as in your case,
you should use the approach:

m = find(someImage)
print m.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

Reply via email to