source: liacs/mss/project/Makefile@ 15

Last change on this file since 15 was 15, checked in by Rick van der Zwet, 15 years ago

OpenCV 2.0 is better (from source). Secondly BLUR rocks to get rid of the noise

File size: 157 bytes
RevLine 
[8]1CFLAGS=-g
2
3CFLAGS+= -I/usr/include/opencv -lcxcore -lcv -lhighgui -lcvaux -lml
4
[15]5all: uinput
6 sudo ./uinput
[8]7
[15]8tracking: colour-tracking
[8]9 ./colour-tracking 1
10
Note: See TracBrowser for help on using the repository browser.