sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #36319
Re: [Question #280712]: Sikuli Exact Image Match Failure
Question #280712 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/280712
Status: Answered => Open
dinesh is still having a problem:
Hi Raiman,
I tried the below method,
if (s.exists(new Pattern("../QA.Test/ATGBCC/com/bcc/images/mac/NewCategoryPage/img3.png").exact()) !=null)
It runs false and not finding the exact match.
How to find the match score for a captured Image/Matched Image?
I tried the pattern class by passing(similar(0.99F)) but still it
didn't find the exact match.
(s.exists(new Pattern("img3.png").similar(0.99F) !=null)
Could you please provide some suggestion for the below points
(i) Find out the match score of an Image.
(ii)How to set match to 0.95 or even >0.99 for our Image.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.