From 5b27d453c5e0dcc888403e3d1e1e737929475ef6 Mon Sep 17 00:00:00 2001 From: OTB Bot <otbbot@orfeo-toolbox.org> Date: Fri, 10 Dec 2010 19:55:05 +0100 Subject: [PATCH] STYLE --- .../OBIA/RadiometricAttributesLabelMapFilterExample.cxx | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Examples/OBIA/RadiometricAttributesLabelMapFilterExample.cxx b/Examples/OBIA/RadiometricAttributesLabelMapFilterExample.cxx index e64e59c900..32cb96a602 100644 --- a/Examples/OBIA/RadiometricAttributesLabelMapFilterExample.cxx +++ b/Examples/OBIA/RadiometricAttributesLabelMapFilterExample.cxx @@ -192,7 +192,6 @@ int main(int argc, char * argv[]) ShapeLabelMapFilterType::Pointer shapeLabelMapFilter = ShapeLabelMapFilterType::New(); shapeLabelMapFilter->SetInput(labelMapFilter->GetOutput()); - // Software Guide : EndCodeSnippet // Software Guide : BeginLatex // @@ -201,10 +200,8 @@ int main(int argc, char * argv[]) // // Software Guide : EndLatex // Software Guide : BeginCodeSnippet - RadiometricLabelMapFilterType::Pointer radiometricLabelMapFilter = RadiometricLabelMapFilterType::New(); - // Software Guide : EndCodeSnippet // Software Guide : BeginLatex // @@ -222,7 +219,6 @@ int main(int argc, char * argv[]) // // Software Guide : EndLatex // Software Guide : BeginCodeSnippet - NDVIImageFilterType:: Pointer ndviImageFilter = NDVIImageFilterType::New(); ndviImageFilter->SetRedIndex(3); @@ -236,7 +232,6 @@ int main(int argc, char * argv[]) radiometricLabelMapFilter->SetInput(shapeLabelMapFilter->GetOutput()); radiometricLabelMapFilter->SetFeatureImage(ndviVectorImageFilter->GetOutput()); - // Software Guide : EndCodeSnippet // Software Guide : BeginLatex // @@ -247,7 +242,6 @@ int main(int argc, char * argv[]) // // Software Guide : EndLatex // Software Guide : BeginCodeSnippet - OpeningLabelMapFilterType::Pointer opening = OpeningLabelMapFilterType::New(); opening->SetInput(radiometricLabelMapFilter->GetOutput()); opening->SetAttributeName(attr); @@ -255,7 +249,6 @@ int main(int argc, char * argv[]) opening->SetReverseOrdering(lowerThan); opening->Update(); - // Software Guide : EndCodeSnippet // Software Guide : BeginLatex // @@ -264,11 +257,9 @@ int main(int argc, char * argv[]) // // Software Guide : EndLatex // Software Guide : BeginCodeSnippet - LabelMapToBinaryImageFilterType::Pointer labelMap2LabeledImage = LabelMapToBinaryImageFilterType::New(); labelMap2LabeledImage->SetInput(opening->GetOutput()); - // Software Guide : EndCodeSnippet // Software Guide : BeginLatex // -- GitLab