From 96a874ee1c7cafc52db96a54c519010281876c9c Mon Sep 17 00:00:00 2001 From: Thomas Feuvrier <thomas.feuvrier@c-s.fr> Date: Thu, 22 Feb 2007 07:35:52 +0000 Subject: [PATCH] =?UTF-8?q?Suppression=20variable=20non=20utilis=C3=A9e=20?= =?UTF-8?q?(warning=20sous=20MinGW)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Testing/Code/FeatureExtraction/otbLocalHough.cxx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Testing/Code/FeatureExtraction/otbLocalHough.cxx b/Testing/Code/FeatureExtraction/otbLocalHough.cxx index fdf3e8c0b2..ffb2b78f40 100755 --- a/Testing/Code/FeatureExtraction/otbLocalHough.cxx +++ b/Testing/Code/FeatureExtraction/otbLocalHough.cxx @@ -63,7 +63,6 @@ int otbLocalHough( int argc, char* argv[] ) typedef otb::LineSpatialObjectList LinesListType; LinesListType::Pointer list = LinesListType::New(); - filter->SetRadius( Radius ); filter->SetNumberOfLines( NumberOfLines ); @@ -73,10 +72,7 @@ int otbLocalHough( int argc, char* argv[] ) list = filter->GetOutput(); - LinesListType::const_iterator it; std::cout<<list->size()<<std::endl; -/* for (it=list.begin(); it!=list.end(); it++) - std::cout<< (*it) <<std::endl;*/ } catch( itk::ExceptionObject & err ) -- GitLab