[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#ga586ebfb0a7fb604b35a23d85391329be

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


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 the result 
Mat and seeing if the values are at a certain threshold and extracting the 
pixel if it is a match?

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


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 the
mask functionality of opencv 3.3  (since alpha mask transparency is not
supported in sikuli) and it only supports TM_SQDIFF  or  TM_CCORR_NORMED
and i get hundreds of false positives using a mask and converting both
template and image into grayscale.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


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 an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[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

-- 
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]) does not work for value 1100 in
  seconds field

Status in Sikuli:
  New

Bug description:
  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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1473615/+subscriptions

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[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]) does not work for value 1100 in
  seconds field

Status in Sikuli:
  Opinion

Bug description:
  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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1473615/+subscriptions

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


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
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


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 does not work on the 
Mobizen application after it appears on the screen.  

I will probably resort to using VB script in autoit or compiling a
windows api executable and running it if it's really a permissions
thing.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


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 working at this time

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp