← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #268456]: How to recognize exact picture

 

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.