Mercurial > hg > nsaunier > traffic-intelligence
diff c/Makefile @ 1284:8e30c9a6ac6f
removed old example using KLT library by Stan Birchfield (not available anymore)
| author | Nicolas Saunier <nicolas.saunier@polymtl.ca> |
|---|---|
| date | Wed, 17 Jul 2024 12:28:01 -0400 |
| parents | fa07a78b29f6 |
| children |
line wrap: on
line diff
--- a/c/Makefile Tue Jul 16 12:06:34 2024 -0400 +++ b/c/Makefile Wed Jul 17 12:28:01 2024 -0400 @@ -69,7 +69,7 @@ default: builddir tests feature-based-tracking -optional: test-pixels optical-flow track-features +optional: test-pixels optical-flow builddir: @$(SCRIPTS_DIR)/createdirectory.sh $(EXE_DIR) @@ -87,12 +87,6 @@ @$(SCRIPTS_DIR)/createdirectory.sh $(EXE_DIR) $(CXX) $(CFLAGS) $(LIBS) $^ -o $(EXE_DIR)/$@ $(LDFLAGS) -track-features.o: track-features.cpp - $(CXX) -I../../klt $(INCLUDE) $^ -c - -track-features: track-features.o $(OBJS) - $(CXX) $(CFLAGS) $(LIBS) -L../../klt $^ -o $(EXE_DIR)/$@ $(LDFLAGS) -lklt - optical-flow: optical-flow.o $(OBJS) $(CXX) $(CFLAGS) $(LIBS) $^ -o $(EXE_DIR)/$@ $(LDFLAGS)
