sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #36328
Re: [Question #280712]: Sikuli Exact Image Match Failure
Question #280712 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/280712
Status: Open => Answered
RaiMan proposed the following answer:
--- I managed to find the score by using the Sikuli IDE matching preview
this is not recommended, to find out the match score, that you get while your program is running.
IDE Preview is meant to get some hint in special cases, where you need a similarity score, to use for a Pattern.
You are programming in Java, so you should look at the Java docs:
http://nightly.sikuli.de/docs/index.html
The object returned by exists() is a Match.
... and if you followed comment #1, then you should know, that scores
below 0.8 are generally bad scores and scores below 0.7 should be
avoided in all cases. The solution is to have good shots as mentioned in
the article.
So again: make sure, you have understood, how the SikuliX matching
works.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.