← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #269065]: Unable to compare Expected SS to Actual Output

 

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

    Status: Open => Answered

Eugene Maslov proposed the following answer:
95 is wrong.

found=reg.exists(Pattern("myimage.png").similar(0.95),1)
if found:
    print "match"
else:
    print "no match"

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.