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

    Status: Open => Answered

RaiMan proposed the following answer:
as a general option:
Settings.MinSimilarity = 0.99;

for each find operation separately use Pattern instead of image:

find(image) -> find(new Pattern(image).similar(0.99))

with version 1.0.1+ you can use:
new Pattern(image).exact()

(with RC3 this usage is buggy)

-- 
You received this question notification because you are a member of
Sikuli Drivers, which 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