diff c/Makefile @ 193:a728fce85881

simple test of adding and using default HoG pedestrian detector
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Mon, 12 Dec 2011 15:44:54 -0500
parents e99f6c44a655
children 1247e26a8b5e
line wrap: on
line diff
--- a/c/Makefile	Mon Dec 12 02:05:26 2011 -0500
+++ b/c/Makefile	Mon Dec 12 15:44:54 2011 -0500
@@ -20,7 +20,7 @@
 
 ifneq ($(OPENCV), 0)
 	CFLAGS += -DUSE_OPENCV
-	LDFLAGS += -lopencv_highgui -lopencv_core -lopencv_video -lopencv_ml -lopencv_features2d -lopencv_imgproc
+	LDFLAGS += -lopencv_highgui -lopencv_core -lopencv_video -lopencv_ml -lopencv_features2d -lopencv_imgproc -lopencv_objdetect
 endif
 
 ifeq ($(UNAME), Linux)