← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #242036]: Change default tolerance level

 

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.