From 62e650f020c0014a2de469ccb5681468f6e42dd1 Mon Sep 17 00:00:00 2001
From: Manuel Grizonnet <manuel.grizonnet@gmail.com>
Date: Tue, 19 Jan 2010 18:02:05 +0100
Subject: [PATCH] DOC: disparity

---
 .../DisparityMap/EstimateAffineTransformationExample.cxx    | 6 +-----
 .../OBIA/RadiometricAttributesLabelMapFilterExample.cxx     | 2 +-
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/Examples/DisparityMap/EstimateAffineTransformationExample.cxx b/Examples/DisparityMap/EstimateAffineTransformationExample.cxx
index fd885dd3ef..bdd2fe6819 100755
--- a/Examples/DisparityMap/EstimateAffineTransformationExample.cxx
+++ b/Examples/DisparityMap/EstimateAffineTransformationExample.cxx
@@ -136,8 +136,6 @@ int main (int argc, char* argv[])
 
   // Software Guide : BeginCodeSnippet
 
-  //typedef otb::SiftFastImageFilter<ImageType,PointSetType>
-  //ImageToSIFTKeyPointSetFilterType;
   typedef otb::ImageToSIFTKeyPointSetFilter<ImageType,PointSetType>
   ImageToSIFTKeyPointSetFilterType;
 
@@ -299,14 +297,12 @@ int main (int argc, char* argv[])
   for (LandmarkListType::Iterator it = landmarkList->Begin();
      it != landmarkList->End(); ++it)
   {       
-        //std::cout << "landmark1" << it.Get()->GetPoint1() << std::endl;   
-        //std::cout << "landmark2" << it.Get()->GetPoint2() << std::endl;        
         estimator->AddTiePoints(it.Get()->GetPoint1(),it.Get()->GetPoint2());
   }
 
   // Trigger computation
   estimator->Compute();
-  // meanSquarestimator->SetInput(euclideanMatcher->GetOutput());
+ 
 // Software Guide : EndCodeSnippet
 
  // Software Guide : BeginLatex
diff --git a/Examples/OBIA/RadiometricAttributesLabelMapFilterExample.cxx b/Examples/OBIA/RadiometricAttributesLabelMapFilterExample.cxx
index fd21c7548d..8795644a28 100755
--- a/Examples/OBIA/RadiometricAttributesLabelMapFilterExample.cxx
+++ b/Examples/OBIA/RadiometricAttributesLabelMapFilterExample.cxx
@@ -115,7 +115,7 @@ int main(int argc, char * argv[])
   vreader->SetFileName(reffname);
     //  Software Guide : BeginLatex
   //
-  // Firstly, segment the input image by using the Mean Shift algorithm (see \ref{sec:MeanShift} for deeper
+  // Firstly, segment the input image by using the Mean Shift algorithm (see \ref{sec:MeanShift} for deeper
   // explanations).
   //
   //  Software Guide : EndLatex
-- 
GitLab