From b36188ceb56ea5bec7bc2439108111262c8896b7 Mon Sep 17 00:00:00 2001 From: even <philippe.even@loria.fr> Date: Sun, 13 Jan 2019 16:12:04 +0100 Subject: [PATCH] Demo: project update --- Code/FBSD/IPOLdemo/IPOLdemo.pro | 25 ++----------------------- 1 file changed, 2 insertions(+), 23 deletions(-) diff --git a/Code/FBSD/IPOLdemo/IPOLdemo.pro b/Code/FBSD/IPOLdemo/IPOLdemo.pro index f2e7bda..9ba8e41 100644 --- a/Code/FBSD/IPOLdemo/IPOLdemo.pro +++ b/Code/FBSD/IPOLdemo/IPOLdemo.pro @@ -7,7 +7,6 @@ TEMPLATE = app TARGET = ipolDemo QMAKE_CXXFLAGS += -std=c++11 INCLUDEPATH += .. \ - ../BSTools \ ../BlurredSegment \ ../DirectionalScanner \ ../ConvexHull \ @@ -20,17 +19,7 @@ HEADERS += ../BlurredSegment/biptlist.h \ ../BlurredSegment/blurredsegmentproto.h \ ../BlurredSegment/bsdetector.h \ ../BlurredSegment/bstracker.h \ - ../BlurredSegment/linespacefilter.h \ - ../BSTools/bsaccumulatoritem.h \ - ../BSTools/bsaccumulatorview.h \ - ../BSTools/bsdetectionwidget.h \ - ../BSTools/bsidetitem.h \ - ../BSTools/bsidetview.h \ - ../BSTools/bsprofileitem.h \ - ../BSTools/bsprofileview.h \ - ../BSTools/bsstructureitem.h \ - ../BSTools/bsstructureview.h \ - ../BSTools/bswindow.h \ + ../BlurredSegment/bsfilter.h \ ../ConvexHull/antipodal.h \ ../ConvexHull/chvertex.h \ ../ConvexHull/convexhull.h \ @@ -61,17 +50,7 @@ SOURCES += mainIPOL.cpp \ ../BlurredSegment/blurredsegmentproto.cpp \ ../BlurredSegment/bsdetector.cpp \ ../BlurredSegment/bstracker.cpp \ - ../BlurredSegment/linespacefilter.cpp \ - ../BSTools/bsaccumulatoritem.cpp \ - ../BSTools/bsaccumulatorview.cpp \ - ../BSTools/bsdetectionwidget.cpp \ - ../BSTools/bsidetitem.cpp \ - ../BSTools/bsidetview.cpp \ - ../BSTools/bsprofileitem.cpp \ - ../BSTools/bsprofileview.cpp \ - ../BSTools/bsstructureitem.cpp \ - ../BSTools/bsstructureview.cpp \ - ../BSTools/bswindow.cpp \ + ../BlurredSegment/bsfilter.cpp \ ../ConvexHull/antipodal.cpp \ ../ConvexHull/chvertex.cpp \ ../ConvexHull/convexhull.cpp \ -- GitLab