diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2012-03-14 22:41:46 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2012-03-14 22:41:46 +0100 |
commit | 11e58a92f540740a297eb131819c59d6a077567a (patch) | |
tree | 9adb5035f0ed563b11f3b2c5ffc7cfc72f8a92e3 /Makefile | |
parent | 741859d0bda6ae5281ed6b7e5169a1d2d1746744 (diff) | |
download | cv-11e58a92f540740a297eb131819c59d6a077567a.tar.gz cv-11e58a92f540740a297eb131819c59d6a077567a.tar.bz2 cv-11e58a92f540740a297eb131819c59d6a077567a.zip |
wimmel_gl: Draw rects around matching subimages
All red dots in the GL rendering represent a top-left
corner of a matching rectangle.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ OBJS = wimmel.o wimmel_gl.o util.o all: $(PROGS) wimmel: wimmel.o util.o -wimmel_gl: wimmel_gl.o +wimmel_gl: wimmel_gl.o util.o .PHONY: clean all |