New question #703337 on SikuliX:
https://answers.launchpad.net/sikuli/+question/703337
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
}
else
{
//Image found}
i think the match score = 7.669 should be a null, Did I get it wrong?
--
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.
_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp