Commit Graph

15 Commits

Author SHA1 Message Date
Bradlee Speice
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.
2012-06-22 09:38:02 -04:00
Bradlee Speice
a63c54f9c4 Add functions for working with arrays of images to match
Also, change "threshold" to "tolerance," it's much more descriptive
2012-06-22 09:16:44 -04:00
Bradlee Speice
f1048394c8 Add an example usage for the OpenCV logo 2012-06-21 15:56:38 -04:00
Bradlee Speice
ab5ab77f32 Fix memory management of the linked list. 2012-06-21 15:44:42 -04:00
Bradlee Speice
84212eb006 Set up cva-match to support multiple sub images 2012-06-21 15:39:32 -04:00
Bradlee Speice
7a7b87babb Enable using X11 root as root image 2012-06-21 14:50:24 -04:00
Bradlee Speice
792ef300cb Remove the cva-match.h file
cva-match is a reference program, doesn't really need a header file
2012-06-21 12:58:51 -04:00
Bradlee Speice
6099aa6107 Add an install section to the Makefile 2012-06-21 12:38:38 -04:00
Bradlee Speice
64986ad603 Fix the README a bit 2012-06-21 12:31:52 -04:00
Bradlee Speice
5a576f6c51 CVAM: Include the new libcvautomation.h
Fix up the libcvautomation-x11.h file
2012-06-21 12:24:31 -04:00
Bradlee Speice
7818d188e8 CVAM: First functioning code and libcvautomation 2012-06-21 12:19:55 -04:00
Bradlee Speice
978ba8567f CVAM: Initial detection program 2012-06-20 16:57:03 -04:00
Bradlee Speice
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
2012-06-20 15:55:19 -04:00
Bradlee Speice
c5d2c9a3d0 README: Update the README 2012-06-20 15:47:19 -04:00
DjBushido
3e5dad3c2e Initial commit 2012-06-20 12:32:16 -07:00