Go to file
Bradlee Speice 55a512538a Release 1.3-4 2012-07-27 09:35:30 -04:00
debian Release 1.3-4 2012-07-27 09:35:30 -04:00
docs Release 1.3-4 2012-07-27 09:35:30 -04:00
examples Release 1.3-4 2012-07-27 09:35:30 -04:00
include Release 1.3-4 2012-07-27 09:35:30 -04:00
libcvautomation Release 1.3-4 2012-07-27 09:35:30 -04:00
rpm Fix a minor issue with libcvautomation_funcs 2012-07-24 11:56:17 -04:00
.gitignore Ignore the html/ folder for gh-pages 2012-07-17 16:03:18 -04:00
AUTHORS Finish up preparations for release 1.0 2012-06-28 12:57:21 -04:00
COPYING Put copyright information in one place 2012-07-23 10:04:34 -04:00
ChangeLog Update the ChangeLog for version 1.3-4 2012-07-25 10:57:18 -04:00
INSTALL Finish up preparations for release 1.0 2012-06-28 12:57:21 -04:00
Makefile.am Distribute the special includes for opencv1 and 2 2012-07-20 14:57:14 -04:00
Makefile.in Release 1.3-4 2012-07-27 09:35:30 -04:00
NEWS Finish up preparations for release 1.0 2012-06-28 12:57:21 -04:00
README Finish up preparations for release 1.0 2012-06-28 12:57:21 -04:00
aclocal.m4 Release 1.3-4 2012-07-27 09:35:30 -04:00
config.guess Release 1.3-4 2012-07-27 09:35:30 -04:00
config.sub Release 1.3-4 2012-07-27 09:35:30 -04:00
configure Release 1.3-4 2012-07-27 09:35:30 -04:00
configure.ac Update the ChangeLog for version 1.3-4 2012-07-25 10:57:18 -04:00
depcomp Release 1.3-4 2012-07-27 09:35:30 -04:00
install-sh Release 1.3-4 2012-07-27 09:35:30 -04:00
libcvautomation.pc.in Fix how library dependencies are built 2012-07-23 08:53:32 -04:00
libcvautomation_funcs Vastly improve error handling of xte_commandString 2012-07-25 10:10:30 -04:00
ltmain.sh Release 1.3-4 2012-07-27 09:35:30 -04:00
missing Release 1.3-4 2012-07-27 09:35:30 -04:00

README

libcvautomation
============

Use OpenCV to create a GUI testing framework - replaces Sikuli, Xpresser

###### Why I'm doing this ######
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-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. 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.

After the basic functionality is done (Image recognition and automation) I'll develop python bindings to make interfacing with the library simpler. If there are any suggestions, please let me know!

###### Get in contact #######
If you have a suggestion, comment, question, concern, or otherwise, feel free to email me at <bspeice@uncc.edu>. This product is developed with the community in mind, so if there's any feedback to be had I welcome it.