From 16da2200abe23c009a7429f1d00db78721d0a8a0 Mon Sep 17 00:00:00 2001
From: Jordi Inglada <jordi.inglada@orfeo-toolbox.org>
Date: Wed, 25 Feb 2009 17:22:30 +0100
Subject: [PATCH] ENH: LSD example with double precision

---
 Examples/FeatureExtraction/LineSegmentDetectorExample.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Examples/FeatureExtraction/LineSegmentDetectorExample.cxx b/Examples/FeatureExtraction/LineSegmentDetectorExample.cxx
index 328f1219e8..051226d234 100644
--- a/Examples/FeatureExtraction/LineSegmentDetectorExample.cxx
+++ b/Examples/FeatureExtraction/LineSegmentDetectorExample.cxx
@@ -48,7 +48,7 @@ int main( int argc, char * argv[] )
   const   char * outfname  = argv[2];
   
   typedef unsigned char   InputPixelType;
-  typedef unsigned char   PrecisionType;
+  typedef double          PrecisionType;
   const   unsigned int    Dimension = 2;
   
 
-- 
GitLab