MinSimilarity dont work

Asked by chen

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?

Question information

Language:
English Edit question
Status:
Answered
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#3

to be checked.
sorry for delays even in future

Can you help with this problem?

Provide an answer of your own, or ask chen for more information if necessary.

To post a message you must log in.