sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #27670
Re: [Question #253080]: How to compare 2 images using Sikuli Java API?
Question #253080 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/253080
Status: Open => Answered
Eugene S proposed the following answer:
Hi,
What you get is the Match object.
'M[11,91 1049x691]@S(S(0)[0,0 1440x900]) S:0.95 Target:535,436'
Where:
M = Match
[11,91 1049x691] = object's size and location on the screen
S(0)[0,0 1440x900] = Screen and screen resolution. 0 your main screen.
S:0.95 = Similarity score. In this case, a 95% match
Cheers,
Eugene
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.