Re: [Sikuli-driver] [Question #655261]: How does SikuliX use OpenCV matchTemplate()?

2017-08-26 Thread Alexc
Question #655261 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/655261 Status: Open => Solved Alexc confirmed that the question is solved: I think I found my answer. This can be closed. -- You received this question notification because your team Sikuli Drivers is

Re: [Sikuli-driver] [Question #655261]: How does SikuliX use OpenCV matchTemplate()?

2017-08-25 Thread Alexc
Question #655261 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/655261 Status: Answered => Open Alexc is still having a problem: I am looking for the specific strategy used. Is it TM_CCORR or squared differences or something else? I am currently experimenting with

Re: [Sikuli-driver] [Question #655261]: Under the hood question

2017-08-03 Thread Alexc
Question #655261 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/655261 Alexc posted a new comment: Also, for multiple matches, how does sikuli loop through the results array that is set when matchTemplate() is called? Is it pure brute force of lopping through each pixel in

[Sikuli-driver] [Question #655261]: Under the hood question

2017-08-03 Thread Alexc
New question #655261 on Sikuli: https://answers.launchpad.net/sikuli/+question/655261 For sikuli, I hear it uses opencv under the hood. With that assumption, which of the method matching is used on the page: http://docs.opencv.org/master/df/dfb/group__imgproc__object.html#ga586ebfb0a7fb604b35a2

Re: [Sikuli-driver] [Question #264257]: i can't make mouseclick active on ios remote

2015-07-14 Thread Alexc
Question #264257 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/264257 Alexc posted a new comment: I just found a workaround with: Settings.MoveMouseDelay = 2 mouseDown(Button.LEFT) wait(5) mouseMove(match.offset(Location(-300,0))) dragDrop still does not appear to be

Re: [Sikuli-driver] [Question #264257]: i can't make mouseclick active on ios remote

2015-07-14 Thread Alexc
Question #264257 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/264257 Alexc posted a new comment: The specific code in question is dragDrop(match.offset(Location(0,0)), match.offset(Location(-300,0))) -- You received this question notification because you are a member of

Re: [Sikuli-driver] [Question #264257]: i can't make mouseclick active on ios remote

2015-07-14 Thread Alexc
Question #264257 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/264257 Alexc posted a new comment: I have started a command prompt as an administrator (on windows) and started sikuli using java -jar sikuli-ide.jar I have also started Mobizen as an administrator. dragDrop

[Sikuli-driver] [Bug 1473615] Re: sikuli ide 1.0.1 wait(image, [secs]) does not work for value 1100 in seconds field

2015-07-13 Thread Alexc
oh. there's an animation and it's finding garbage. Guess this can be closed. Limitations of OCR -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1473615 Title: sikuli ide 1.0.1 wait(image,[secs])

[Sikuli-driver] [Bug 1473615] [NEW] sikuli ide 1.0.1 wait(image, [secs]) does not work for value 1100 in seconds field

2015-07-10 Thread Alexc
Public bug reported: wait("1436328275891.png",1100) This only waits for around 3 seconds and then continues. If this is really in seconds, it should wait around 18 minutes wait("1436328275891.png",1100.0) This also fails. ** Affects: sikuli Importance: Undecided Status: New --