diff --git a/Code/FBSD/BSTools/bsdetectionwidget.cpp b/Code/FBSD/BSTools/bsdetectionwidget.cpp index 0d5fd2901e1a4f862ff248988187a8ef5239e3f6..90136d72a36846c4e2ca287dea3084f8a4b28245 100755 --- a/Code/FBSD/BSTools/bsdetectionwidget.cpp +++ b/Code/FBSD/BSTools/bsdetectionwidget.cpp @@ -35,7 +35,7 @@ BSDetectionWidget::BSDetectionWidget (QWidget *parent) strucview = NULL; profileview = NULL; idetview = NULL; - cannyview = NULL; + // cannyview = NULL; // Sets initial user outputs parameters verbose = false; @@ -70,7 +70,7 @@ BSDetectionWidget::~BSDetectionWidget () if (strucview != NULL) delete strucview; if (profileview != NULL) delete profileview; if (idetview != NULL) delete idetview; - if (cannyview != NULL) delete cannyview; + // if (cannyview != NULL) delete cannyview; } diff --git a/Code/FBSD/BSTools/bsdetectionwidget.h b/Code/FBSD/BSTools/bsdetectionwidget.h index 1cf240e6dccc5c239bdabe1684d587edb556b10e..1ea42d0a0bffabe199bc25d8aaef94a40cf77307 100755 --- a/Code/FBSD/BSTools/bsdetectionwidget.h +++ b/Code/FBSD/BSTools/bsdetectionwidget.h @@ -12,7 +12,7 @@ #include "bsstructureview.h" #include "bsprofileview.h" #include "bsidetview.h" -#include "bscannyview.h" +//#include "bscannyview.h" using namespace std; @@ -304,7 +304,7 @@ private: /** Blurred segment contents view. */ BSStructureView *strucview; /** CannyLine comparator view. */ - BSCannyView *cannyview; + // BSCannyView *cannyview; /** Aggregation of segment extraction results with initial conditions. */ struct ExtractedSegment