Sikuli does not seem to know the difference between the image of an 'e' and an 'o'.

Asked by Benjamin

Hi,

I am trying to enter a line of text via clicks on an onscreen keyboard, into the text box of said keyboard, that contains an 'e'. Sikuli clicks on the 'o' key instead. We are looking at using this to test a cutting edge application. We have our own image compare algorithms that we can tune to handle this kind of a comparison properly. So I have three questions:

1. Does Sikuli have a tunable mechanism to eliminate such false positives?
2. Does Sikuli give access to it's image region comparison algorithm's for the verification part of the testing procedure?

Thanks kind folks!

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
Sergey Darovskih
Solved:
Last query:
Last reply:
Revision history for this message
LP81 (pjbreen) said :
#1

Click on the image in the code, and you can fine tune it... the top bar indicates how similar to the sample it has to be to be what it is looking for so you can make it very vague or super specific

Revision history for this message
Best Sergey Darovskih (darovskih) said :
#2

you'd better wait until real OCR will be added to sikuli. developers have promised this :)

Revision history for this message
Benjamin (btett) said :
#3

Thanks Sergey Darovskih, that solved my question.

Revision history for this message
Benjamin (btett) said :
#4

Thanks LP81 the refinement of the tuning parameter solved the problem. I had to take it to .97.