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

    Status: Open => Answered

RaiMan proposed the following answer:
instead of

find("bluedog.png")

use

find(Pattern("bluedog.png").similar(0.95))

raise the value up to 0.99.

In all cases take care, that as little background is around the dog
picture in your shot.

the setting of a Pattern can be done in IDE Preview as well.

-- 
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