Commit Graph

32 Commits

Author SHA1 Message Date
Bradlee Speice
78893bc975 Fix libmath and X11 libs not being linked 2013-06-10 16:56:35 -04:00
Bradlee Speice
13ed45e9da Fix the order of some logic, and fix the eval syntax 2012-08-03 14:12:02 -04:00
Bradlee Speice
ad3f4d6c5d Small changes to double-click functions, add mouse location functions 2012-07-30 09:54:05 -04:00
Bradlee Speice
3ffa96a5d1 Remove unneeded references to the \date command 2012-07-23 14:27:06 -04:00
Bradlee Speice
98dbd7ef83 Fix how library dependencies are built 2012-07-23 08:53:32 -04:00
Bradlee Speice
77beb217d3 Put in a warning about using waitfor without a tolerance value 2012-07-20 14:02:52 -04:00
Bradlee Speice
b37f802d38 Add a function to wait for an image to be displayed
Clean up some loose ends with the waitfor function

Finish tying up loose ends, build is clean now
2012-07-20 11:49:18 -04:00
Bradlee Speice
a33d97a2a6 Fix return codes actually doing what they're documented to 2012-07-20 10:41:50 -04:00
Bradlee Speice
06804d6528 Switch everything to using cvaPoint rather than CvPoint 2012-07-20 10:20:51 -04:00
Bradlee Speice
84383e2053 Fix build issues related to opencv2 2012-07-19 18:13:36 -04:00
Bradlee Speice
c4c700fcda Merge include/opencv1 and include/opencv2
Warning, this is a brutish hack, and unless fixed, should not be used.
2012-07-19 17:17:06 -04:00
Bradlee Speice
3879771a82 Fix the --without-examples switch 2012-07-19 14:19:32 -04:00
Bradlee Speice
c5484ed61d Update the documentation dates 2012-07-18 13:54:26 -04:00
Bradlee Speice
13105e0f44 Add the mouse scroll functions to the bash wrapper, update documentation
Minor documentation cleanup

More documentation cleanup

Fix an issue with accidentally copying the opencv2 includes to opencv1

Document mouse scroll functionality, continue cleanup
2012-07-18 12:24:02 -04:00
Bradlee Speice
fe3a6e8515 Fix a memory issue because list was not initialized correctly
Fix a bug with getopt that would cause --center to segfault
2012-07-18 12:23:56 -04:00
Bradlee Speice
157ecea655 Give cva-input the sane tolerance option 2012-07-12 11:02:45 -04:00
Bradlee Speice
5150b2d7e4 Add documentation for cva-input and cva-match 2012-07-11 15:59:06 -04:00
Bradlee Speice
ed121d4ec5 Implement a cleaner way of tracking version number 2012-07-11 15:06:57 -04:00
Bradlee Speice
d4d2fdf051 Finish up preparations for release 1.0 2012-06-28 12:57:21 -04:00
Bradlee Speice
45905d8454 Fix up the build process in preparation for release 1.0 2012-06-28 12:35:04 -04:00
Bradlee Speice
9dc1d24926 Add functionality to input a command string 2012-06-28 12:12:30 -04:00
Bradlee Speice
2c41ec3bca Finish up the cva-input program 2012-06-27 12:52:12 -04:00
Bradlee Speice
deff35b221 Change behavior of cva-input to rely on getopt for what to do 2012-06-27 10:28:42 -04:00
Bradlee Speice
b48f3e636c Flesh out the cva-input program, and add calls to XFlush() 2012-06-26 16:43:27 -04:00
Bradlee Speice
ca39bd90be Add basic XTest functionality, clean up and refactor other sources 2012-06-26 16:43:15 -04:00
Bradlee Speice
0b399525d0 Reimplement the "sane tolerance" in a better way 2012-06-25 18:09:54 -04:00
Bradlee Speice
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

This reverts commit c716505c20.
2012-06-25 16:35:50 -04:00
Bradlee Speice
c716505c20 Provide a bit more sane way to calculate tolerance
Keep the default tolerance at INT_MAX
2012-06-25 15:48:43 -04:00
Bradlee Speice
a01bf54b5d Fix the build process to support OpenCV 2 (Ubuntu) 2012-06-22 20:06:28 -04:00
Bradlee Speice
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
2012-06-22 15:38:41 -04:00
Bradlee Speice
df26d0a95c Formalize the build process and integrate autotools 2012-06-22 13:22:16 -04:00
Bradlee Speice
f1048394c8 Add an example usage for the OpenCV logo 2012-06-21 15:56:38 -04:00