sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #58482
Re: [Question #703337]: MinSimilarity dont work
Question #703337 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/703337
Description changed to:
Hi,I am using the Sikulix Java API in Windows 10,the version is 2.0.5.
here is my code
Settings.MinSimilarity = 0.9D;
Match m=r.exists("picture");
if(m !=null)
{
System.out.println(m.getScore()); // score = 7.669
//picture found
}
else
{
//picture not found}
result is picture found, i think the match score = 7.669 should return
a null, Did I get it wrong?
--
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.