From b7c005185ed2965f084d2d4370634b10f2eb51de Mon Sep 17 00:00:00 2001 From: Caroline Ruffel <caroline.ruffel@c-s.fr> Date: Mon, 10 Jul 2006 14:22:23 +0000 Subject: [PATCH] =?UTF-8?q?Mise=20en=20place=20des=20classes=20otb::Image?= =?UTF-8?q?=20et=20otb::VectorImage=20(lecture=20des=20Meta=20donn=C3=A9es?= =?UTF-8?q?=20des=20images=20GDAL).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Code/FeatureExtraction/otbTouziEdgeDetectorImageFilter.txx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Code/FeatureExtraction/otbTouziEdgeDetectorImageFilter.txx b/Code/FeatureExtraction/otbTouziEdgeDetectorImageFilter.txx index 4701582e37..6b2c9554cf 100755 --- a/Code/FeatureExtraction/otbTouziEdgeDetectorImageFilter.txx +++ b/Code/FeatureExtraction/otbTouziEdgeDetectorImageFilter.txx @@ -209,8 +209,7 @@ void TouziEdgeDetectorImageFilter< TInputImage, TOutputImage> for (fit=faceList.begin(); fit != faceList.end(); ++fit) { -otbMsgDevMacro(<< cpt ); - cpt += 1; + cpt += 1; bit = itk::ConstNeighborhoodIterator<InputImageType>(m_Radius, input, *fit); unsigned int neighborhoodSize = bit.Size(); -- GitLab