From ee1883ca81b750a1f49295bf1b7e1c68ec6cd87c Mon Sep 17 00:00:00 2001
From: even <philippe.even@loria.fr>
Date: Wed, 10 Apr 2019 22:07:42 +0200
Subject: [PATCH] Retrait comparateur Canny

---
 Code/FBSD/BSTools/bsdetectionwidget.cpp | 4 ++--
 Code/FBSD/BSTools/bsdetectionwidget.h   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Code/FBSD/BSTools/bsdetectionwidget.cpp b/Code/FBSD/BSTools/bsdetectionwidget.cpp
index 0d5fd29..90136d7 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 1cf240e..1ea42d0 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
-- 
GitLab