Commit Graph

  • 58cf76119c Start on to the 1.2 release Bradlee Speice 2012-07-12 16:01:21 -0400
  • 15f071765c Release version 1.1 Release_1.1 Bradlee Speice 2012-07-12 15:54:35 -0400
  • c92e6b2640 Fix a bug where xte_keyUp would actually press a key down. Bradlee Speice 2012-07-12 15:51:26 -0400
  • bd947b2cd9 Fix the BASH functions Bradlee Speice 2012-07-12 15:49:01 -0400
  • 2beed7b416 Update documentation to reflect addition of key string function Remove the warning that the key string function is unimplemented :D Bradlee Speice 2012-07-12 15:37:49 -0400
  • 3e5c87a96a Integrate entering a key string from xautomation Bradlee Speice 2012-07-12 15:34:01 -0400
  • 61a35913a0 Bring the opencv1 and opencv2 includes back together Bradlee Speice 2012-07-12 12:15:56 -0400
  • 6d1e25686b Document and implement the "tolerance" setting better Bradlee Speice 2012-07-12 12:07:56 -0400
  • 157ecea655 Give cva-input the sane tolerance option Bradlee Speice 2012-07-12 11:02:45 -0400
  • 590af56dee Make the build process more portable Bradlee Speice 2012-07-12 10:06:08 -0400
  • e436323d7a Add functions to scroll the mouse up and down Bradlee Speice 2012-07-12 10:04:57 -0400
  • 5150b2d7e4 Add documentation for cva-input and cva-match Bradlee Speice 2012-07-11 15:59:06 -0400
  • ed121d4ec5 Implement a cleaner way of tracking version number Bradlee Speice 2012-07-11 15:06:57 -0400
  • eddd689c29 Integrate documentation into the build process Bradlee Speice 2012-07-11 14:34:26 -0400
  • 2f7864d344 Finish initial documentation Add a page explaining how to create an application test Bradlee Speice 2012-07-11 12:02:04 -0400
  • e71c17cf5c Commit initial documentation Bradlee Speice 2012-07-10 16:32:42 -0400
  • 0f15820c81 Add the libcvautomation_funcs BASH functions Bradlee Speice 2012-06-28 13:55:58 -0400
  • e7f6109f03 Release 1.0 Release_1.0 Bradlee Speice 2012-06-28 13:12:00 -0400
  • 077f0898dd Remove extraneous markdown files, release 1.0 Bradlee Speice 2012-06-28 13:11:56 -0400
  • d4d2fdf051 Finish up preparations for release 1.0 Bradlee Speice 2012-06-28 12:57:21 -0400
  • 45905d8454 Fix up the build process in preparation for release 1.0 Bradlee Speice 2012-06-28 12:35:04 -0400
  • 9dc1d24926 Add functionality to input a command string Bradlee Speice 2012-06-28 12:12:30 -0400
  • 2c41ec3bca Finish up the cva-input program Bradlee Speice 2012-06-27 12:52:12 -0400
  • deff35b221 Change behavior of cva-input to rely on getopt for what to do Bradlee Speice 2012-06-27 10:28:42 -0400
  • b48f3e636c Flesh out the cva-input program, and add calls to XFlush() Bradlee Speice 2012-06-26 16:20:44 -0400
  • 8c1ab45c26 Continue fleshing out the XTest functions for keyboards Bradlee Speice 2012-06-26 14:35:27 -0400
  • ca39bd90be Add basic XTest functionality, clean up and refactor other sources Bradlee Speice 2012-06-26 14:07:03 -0400
  • 62431b5a18 Add the global TODO file Bradlee Speice 2012-06-26 16:41:56 -0400
  • dc01500412 Update the README Bradlee Speice 2012-06-26 16:26:50 -0400
  • 79cb91bdd9 Ensure that XTest is installed Bradlee Speice 2012-06-26 16:36:13 -0400
  • 45cc06c7f9 Remove an extra configure.ac Bradlee Speice 2012-06-26 09:04:58 -0400
  • 0b399525d0 Reimplement the "sane tolerance" in a better way Bradlee Speice 2012-06-25 18:09:54 -0400
  • 3c314f12f3 Revert "Provide a bit more sane way to calculate tolerance" Tolerance using exponential function wasn't anywhere near as granular as it needed to be Bradlee Speice 2012-06-25 16:35:50 -0400
  • c716505c20 Provide a bit more sane way to calculate tolerance Bradlee Speice 2012-06-25 15:17:15 -0400
  • 413e8a8f46 Fix a minor ordering issue with autogen Bradlee Speice 2012-06-23 00:39:22 -0400
  • 218e83cc74 Remove unnecessary build files, clean up the tree Bradlee Speice 2012-06-23 00:13:30 -0400
  • 01411ebc4a Fix an improper configure.ac Bradlee Speice 2012-06-22 23:36:21 -0400
  • a01bf54b5d Fix the build process to support OpenCV 2 (Ubuntu) Bradlee Speice 2012-06-22 20:06:28 -0400
  • 403a00435d Remove autoheader from autogen.sh, it's not doing anything Bradlee Speice 2012-06-22 16:26:47 -0400
  • 8d89cca315 Downgrade the autoconf version to support RHEL5 Bradlee Speice 2012-06-22 16:15:59 -0400
  • dab4d28932 Add functions to return the center of a sub-image, rather than top-left corner Fix up the build process to make sure out-of-tree builds work correctly Fix the example script not finding the cva-match binary correctly Bradlee Speice 2012-06-22 15:38:41 -0400
  • df26d0a95c Formalize the build process and integrate autotools Bradlee Speice 2012-06-22 13:22:16 -0400
  • 0a10dc798c Fix matchSubImage_a not using the proper call to matchSubImage Refactoring changes - use an array instead of a linked list - if you want a linked list, you can do it yourself, reference code is in cva-match.c Fix some build errors - not all function prototypes could see the cvautomationList struct. Bradlee Speice 2012-06-22 09:38:02 -0400
  • a63c54f9c4 Add functions for working with arrays of images to match Also, change "threshold" to "tolerance," it's much more descriptive Bradlee Speice 2012-06-22 09:16:44 -0400
  • f1048394c8 Add an example usage for the OpenCV logo Bradlee Speice 2012-06-21 15:56:38 -0400
  • ab5ab77f32 Fix memory management of the linked list. Bradlee Speice 2012-06-21 15:44:42 -0400
  • 84212eb006 Set up cva-match to support multiple sub images Bradlee Speice 2012-06-21 15:39:32 -0400
  • 7a7b87babb Enable using X11 root as root image Bradlee Speice 2012-06-21 14:50:24 -0400
  • 792ef300cb Remove the cva-match.h file cva-match is a reference program, doesn't really need a header file Bradlee Speice 2012-06-21 12:58:51 -0400
  • 6099aa6107 Add an install section to the Makefile Bradlee Speice 2012-06-21 12:38:38 -0400
  • 64986ad603 Fix the README a bit Bradlee Speice 2012-06-21 12:31:52 -0400
  • 5a576f6c51 CVAM: Include the new libcvautomation.h Fix up the libcvautomation-x11.h file Bradlee Speice 2012-06-21 12:24:31 -0400
  • 7818d188e8 CVAM: First functioning code and libcvautomation Bradlee Speice 2012-06-21 12:19:55 -0400
  • 978ba8567f CVAM: Initial detection program Bradlee Speice 2012-06-20 16:57:03 -0400
  • a4906c7d9a CVAM: Add the initial program based on the reference. Original program can be found here: http://nashruddin.com/template-matching-in-opencv-with-example.html Bradlee Speice 2012-06-20 15:55:19 -0400
  • c5d2c9a3d0 README: Update the README Bradlee Speice 2012-06-20 15:47:19 -0400
  • 3e5dad3c2e Initial commit DjBushido 2012-06-20 12:32:16 -0700