sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #58481
[Question #703337]: MinSimilarity dont work
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.