Re: [Sikuli-driver] [Question #240375]: MinSimilarity setting is implemented incorrectly?

2013-12-08 Thread RaiMan
Question #240375 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/240375 Status: Open = Answered RaiMan proposed the following answer: Yes it is. To get the similarity score: m = find(button) print m.getScore() -- You received this question notification because you are a

Re: [Sikuli-driver] [Question #240375]: MinSimilarity setting is implemented incorrectly?

2013-12-08 Thread Eugene S
Question #240375 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/240375 Status: Answered = Solved Eugene S confirmed that the question is solved: Yes, that's it! Thanks a lot RaiMan. Appreciate that! -- You received this question notification because you are a member of

Re: [Sikuli-driver] [Question #240375]: MinSimilarity setting is implemented incorrectly?

2013-12-07 Thread Eugene S
Question #240375 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/240375 Status: Answered = Open Eugene S is still having a problem: Hi RaiMan, Thanks a lot for your answer and the explanation. This is very valuable! I'd like to have your opinion on a certain issue I am

Re: [Sikuli-driver] [Question #240375]: MinSimilarity setting is implemented incorrectly?

2013-12-06 Thread RaiMan
Question #240375 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/240375 Status: Open = Answered RaiMan proposed the following answer: Which version of Sikuli? -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact

Re: [Sikuli-driver] [Question #240375]: MinSimilarity setting is implemented incorrectly?

2013-12-06 Thread Eugene S
Question #240375 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/240375 Status: Answered = Open Eugene S is still having a problem: Sorry, forgot to mention. This is 1.0.1. Thanks, Eugene -- You received this question notification because you are a member of Sikuli

Re: [Sikuli-driver] [Question #240375]: MinSimilarity setting is implemented incorrectly?

2013-12-06 Thread RaiMan
Question #240375 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/240375 Status: Open = Answered RaiMan proposed the following answer: ok, I will check it later. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer

Re: [Sikuli-driver] [Question #240375]: MinSimilarity setting is implemented incorrectly?

2013-12-06 Thread RaiMan
Question #240375 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/240375 RaiMan proposed the following answer: I am just busy with moving the OpenCV related features (find, findAll, onChange, ...), the related Java classes like Finder and the functions implemented on the C++

[Sikuli-driver] [Question #240375]: MinSimilarity setting is implemented incorrectly?

2013-12-05 Thread Eugene S
New question #240375 on Sikuli: https://answers.launchpad.net/sikuli/+question/240375 Hi, I have a list of images that look very similar. In fact, when a run a loop over them, I see that the S parameter (similarity) is 1.00 for some of them and 0.99 for the others. It looks like that: The