Re: [Sikuli-driver] [Question #205371]: One image, multiple sizes?

2013-06-13 Thread Perkins
Question #205371 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205371 Perkins posted a new comment: Since you're using OpenCV, why not let it do the heavy lifting? http://docs.opencv.org/doc/tutorials/features2d/feature_homography/feature_homography.html #feature-homography

Re: [Sikuli-driver] [Question #205371]: One image, multiple sizes?

2012-08-11 Thread j
Question #205371 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205371 j posted a new comment: I use sikuli for gui automation and sikuli uses a number of images to interact with the gui. The gui can be scaled so that icons and other elements can change their size. If

Re: [Sikuli-driver] [Question #205371]: One image, multiple sizes?

2012-08-11 Thread RaiMan
Question #205371 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205371 RaiMan posted a new comment: All this is possible with Sikuli right now. Since you always make Sikuli workflows with detailed knowledge about the GUI elements and their behavior, the image based risk , that

[Sikuli-driver] [Question #205371]: One image, multiple sizes?

2012-08-09 Thread Geo Ena
New question #205371 on Sikuli: https://answers.launchpad.net/sikuli/+question/205371 Hi, Even though I have experience with other automation software, I am a newbie with Sikuli. Therefore, quick questions: 1. I understand that, when looking for images, Sikuli recognises patterns (shapes)

Re: [Sikuli-driver] [Question #205371]: One image, multiple sizes?

2012-08-09 Thread RaiMan
Question #205371 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205371 Status: Open = Answered RaiMan proposed the following answer: --- at 1: the basic function used by Sikuli is OpenCV's matchTemplate() feature. This makes a pixel by pixel compare of one image in another

Re: [Sikuli-driver] [Question #205371]: One image, multiple sizes?

2012-08-09 Thread Geo Ena
Question #205371 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205371 Geo Ena confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for

Re: [Sikuli-driver] [Question #205371]: One image, multiple sizes?

2012-08-09 Thread RaiMan
Question #205371 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205371 RaiMan posted a new comment: Thanks for kind feedback. --- I'll probably get as many sizes as possible via ImageMagick and ask Sikuli to alert on first match. This is a bit tricky with Sikuli and needs