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]: [research] One image, multiple sizes? Automatic detection based on one image in different rendering scenarios

2013-06-14 Thread Perkins
Question #205371 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205371 Perkins posted a new comment: I am far from an expert, but the documentation mentions a couple of possible substitutes. OpponentColorDescriptorExtractor BriefDescriptorExtractor If I'm reading

[Sikuli-driver] [Bug 885975] Re: Exit() closes IDE --- be sure to save before run --- should be done automatically (option)

2013-06-14 Thread Perkins
In 1.0.0 exit from the main loop functions properly, but exit from a hotkey or observe handler still closes the IDE. Do you want a new bug report? -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli.

Re: [Sikuli-driver] [Question #205371]: [research] One image, multiple sizes? Automatic detection based on one image in different rendering scenarios

2013-06-17 Thread Perkins
Question #205371 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205371 Perkins posted a new comment: I generally write in Python on Linux. I'm afraid I don't know much about Java beyond the basic syntax, but I'm told that it is possible to compile Python scripts into java, so

[Sikuli-driver] [Bug 1634703] [NEW] OCR text search failure in 1.1.1-20160719

2016-10-18 Thread Perkins
Public bug reported: With 1.1.1, transparent text search now fails with an error about not being able to find the file in question. If there is now a different way to call for text searches, I am unable to find it in the docs (Not that I have a 100% success rate at that.) Demonstration

[Sikuli-driver] [Bug 1655800] Re: Better REPL

2017-01-12 Thread Perkins
The IDE resets almost all of its state between runs (which is a good thing for it to do) so it's not much use for interactive stuff. And I'm currently using a 1.1.1 build from October. I didn't realise that it was just a standard Jython prompt with some imports though. I'll attack it from that

[Sikuli-driver] [Bug 1655800] [NEW] Better REPL

2017-01-11 Thread Perkins
Public bug reported: I have found the Sikuli interactive interpreter to be a powerful tool, both for experimenting with code snippets as I am building scripts and as a testing tool in its own right. That said, it's often rather... primitive... It could be much better. Something like