mirror of
https://github.com/bspeice/libcvautomation
synced 2025-09-18 20:40:52 -04:00
Finish up preparations for release 1.0
This commit is contained in:
@ -11,7 +11,7 @@ Sikuli represented some great ideas, and the built-in IDE was great. Problem bei
|
||||
As such, starting with a sample OpenCV program to recognize sub-images, I'm attempting to create a GUI testing framework that's more stable, no-questions-asked, simple, and otherwise just usable (specifically from BASH - don't make things more complicated than they need to be.)
|
||||
|
||||
###### How it works ######
|
||||
OpenCV is used for image processing, and XTestExtension is used for driving X11. I'll be looking into XInput2 eventually, but the focus is on getting something stable out the door first.
|
||||
OpenCV is used for image processing, and XTestExtension is used for driving X11. Reference implementations are given, and they are fairly full-featured.
|
||||
|
||||
###### Where we're headed #######
|
||||
Image recognition and basic X automation are done. From here, code more advanced X automations (ex. Giving the library a string of text to enter, rather than just a character at a time), and clean up the code.
|
||||
|
Reference in New Issue
Block a user