← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #403864]: sikuli incorrectly matches differing images despite exact()

 

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.