← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #256236]: Differing images matched with very high similarity

 

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

RaiMan posted a new comment:
@Jus
Each image comparison / image search results in a so called Match, that contains the top left corner, where the found image is located in the base image or on the screen, besides some other information.

On of these values is the score, a value between 0 and 1, denoting the probability, that the match is the searched image.
0 means no similarity at all, whereas 1 means should be the image exactly.

might be of interest: http://www.sikulix.com/stories/how-does-sikuli-
find-images-on-the-screen

in a script saying:

m = find(someImage)
print m.getScore()

would reveal the resulting value of the match.

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