Mercurial > hg > nsaunier > traffic-intelligence
diff c/Makefile @ 400:7ef1071e3cc3
clean up of input classes for list of images and video files
| author | Nicolas Saunier <nicolas.saunier@polymtl.ca> |
|---|---|
| date | Mon, 29 Jul 2013 18:06:55 -0400 |
| parents | f0f800b95765 |
| children | b829ebdc18e6 |
line wrap: on
line diff
--- a/c/Makefile Mon Jul 29 17:12:45 2013 -0400 +++ b/c/Makefile Mon Jul 29 18:06:55 2013 -0400 @@ -49,7 +49,7 @@ CXXFLAGS = $(INCLUDE) $(CFLAGS) #GUI_OBJS = -CV_OBJS = cvutils.o +CV_OBJS = cvutils.o InputFrameListModule.o InputVideoFileModule.o COMMON_OBJS = utils.o Motion.o Parameters.o utils.o OBJS = $(COMMON_OBJS) $(CV_OBJS) TESTS_OBJS = test_feature.o test_graph.o
