sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #44125
Re: [Question #659627]: Color detection problem in Sikuli
Question #659627 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/659627
Status: Open => Answered
masuo proposed the following answer:
Do you mean this question?
https://answers.launchpad.net/sikuli/+question/632850
In this question, idea of checking colore of center of image is shown.
I think that you can check the color of a characteristic position over a certain width instead of only center of image.
The check range can be acquired by the following method.
m = find(some_image)
m.getTopLeft(), m.getTopRight(), m.getBottomLeft(), m.getBottomRight()
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.