Re: [Sikuli-driver] [Question #670724]: Trouble finding matches for images

2018-07-22 Thread RaiMan
Question #670724 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670724 Status: Open => Answered RaiMan proposed the following answer: I cannot see, that you did anything, what I suggested in comments #1 and #3. If you get a FindFailed, then the image was not found on the s

Re: [Sikuli-driver] [Question #670724]: Trouble finding matches for images

2018-07-21 Thread alex
Question #670724 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670724 Status: Answered => Open alex is still having a problem: I have the last screen on the monitor. I can analyze it however I want. OpenCV/Sikulix initially throws a FindFailed. Then when I analyze the scr

Re: [Sikuli-driver] [Question #670724]: Trouble finding matches for images

2018-07-21 Thread RaiMan
Question #670724 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670724 Status: Open => Answered RaiMan proposed the following answer: Since with SikuliX all is about squares of pixels found on the screen having the same size (width x height) as the captured image, not found

Re: [Sikuli-driver] [Question #670724]: Trouble finding matches for images

2018-07-20 Thread alex
Question #670724 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670724 Status: Answered => Open alex is still having a problem: I was able to narrow down the issue a little bit more. The problem only occurs if the image is not found at the exact same location where I captu

Re: [Sikuli-driver] [Question #670724]: Trouble finding matches for images

2018-07-09 Thread RaiMan
Question #670724 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670724 RaiMan proposed the following answer: You need some imageviewer, that allows to zoom into an image down to the pixel level (each pixel is shown as a square) -- You received this question notification becaus

Re: [Sikuli-driver] [Question #670724]: Trouble finding matches for images

2018-07-09 Thread RaiMan
Question #670724 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670724 RaiMan proposed the following answer: since generally the captured image are fix and do not change, there must happen some changes on the screen in the area, where you think your capture should be found. The

Re: [Sikuli-driver] [Question #670724]: Trouble finding matches for images

2018-07-09 Thread alex
Question #670724 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670724 alex posted a new comment: When I first capture the images from the GUI, SikuliX finds them with a similarity value of 99%. Then after a few passes, the situation described may occur. I recaptured the image

Re: [Sikuli-driver] [Question #670724]: Trouble finding matches for images

2018-07-08 Thread RaiMan
Question #670724 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670724 Status: Open => Answered RaiMan proposed the following answer: --- Preview colors the colors with that matches are shown correspond to the color bar below the similarity slider: - reddish: similarity hi

[Sikuli-driver] [Question #670724]: Trouble finding matches for images

2018-07-07 Thread alex
New question #670724 on Sikuli: https://answers.launchpad.net/sikuli/+question/670724 For my Sikulix script I captured a few images from the screen and use them in SikuliX e.g. for clicking on them. This works most of the time, but sometimes there is a weird issue I could not understand or find