mirror of
https://github.com/bspeice/libcvautomation
synced 2024-12-04 13:58:11 -05:00
README: Update the README
This commit is contained in:
parent
3e5dad3c2e
commit
c5d2c9a3d0
@ -1,4 +1,9 @@
|
||||
cvautomation
|
||||
cautomation
|
||||
============
|
||||
|
||||
Use OpenCV to create a GUI testing framework - replaces Sikuli, Xpresser
|
||||
Use OpenCV to create a GUI testing framework - replaces Sikuli, Xpresser
|
||||
|
||||
In trying to create an application testing framework for the MOSAIC team at the University of North Carolina at Charlotte, I was very discouraged by what was currently offered.
|
||||
Sikuli represented some great ideas, and the built-in IDE was great. Problem being, it crashed whenever I tried to create the first screenshot. Xpresser also looked like it could be great, but died pretty quickly too. Plus, neither of these programs ran on the Prominent North American Enterprise Linux Vendor's software platform.
|
||||
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-questinons-asked, simple, and otherwise just usable (specifically from BASH - don't make things more complicated than they need to be).
|
||||
OpenCV is used for image processing, and should I get around to automating X, I'll likely be using XTE.
|
||||
|
Loading…
Reference in New Issue
Block a user