diff --git a/Code/FBSD/IPOLdemo/IPOLdemo.pro b/Code/FBSD/IPOLdemo/IPOLdemo.pro index f2e7bda3b3fa36f823c76f8044a0ed984424e7e3..9ba8e41b3362dd9b1bde73af22feddb9ebedad4f 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 \