Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sikuli image color sensitivity with java-api 1.0.2 #51

Open
doubleshow opened this issue Jun 13, 2013 · 1 comment
Open

Sikuli image color sensitivity with java-api 1.0.2 #51

doubleshow opened this issue Jun 13, 2013 · 1 comment

Comments

@doubleshow
Copy link
Member

Original author: [email protected] (May 15, 2013 09:07:37)

What steps will reproduce the problem?
1.use the same image but use different colors each time

What is the expected output? What do you see instead?
Sikuli should give lower scores to an image that has a different color than the one being matched. instead it sometimes get confused and gives the different color a high score (0.99)

What version of the product are you using? On what operating system?
1.0.2 with Java 7 on Windows 7 64bit

Please provide any additional information below.
I was wondering how to set the sensitivity of sikuli targets using the java-api (1.0.2)
My issue is that i am having the same picture (rather small dimensions) changing colors once every second (there are 5 possible colors). I have taken 5 images and am having the api to try and find the correct image. I am doing it according to score (image.getScore()) but sikuli often gives high score even when the color is wrong.
Is there any way to increase the color sensitivity for the target?

Original issue: http://code.google.com/p/sikuli-api/issues/detail?id=51

@doubleshow
Copy link
Member Author

From [email protected] on June 11, 2013 16:19:11
Have ou tried ColorImageTarget?
https://code.google.com/p/sikuli-api/wiki/ColorImageTarget

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant