From b67324132de3dc309410c2be02c9af222fcab4ba Mon Sep 17 00:00:00 2001 From: Manuel Grizonnet <manuel.grizonnet@gmail.com> Date: Wed, 20 Jan 2010 10:35:37 +0100 Subject: [PATCH] DOC: change input image in imagetolabelimage --- Examples/OBIA/ImageToLabelToImage.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Examples/OBIA/ImageToLabelToImage.cxx b/Examples/OBIA/ImageToLabelToImage.cxx index b7f803e3c0..30b2d7a343 100755 --- a/Examples/OBIA/ImageToLabelToImage.cxx +++ b/Examples/OBIA/ImageToLabelToImage.cxx @@ -18,7 +18,7 @@ // Software Guide : BeginCommandLineArgs -// INPUTS: {MSLabeledOutput.tif} +// INPUTS: {MSLabeledOutput16bits.tif} // OUTPUTS: {OBIAI2L2IOutput.tif}, {OBIAI2L2IInputPretty.tif}, {OBIAI2L2IOutputPretty.tif} // 1 1108 0 // Software Guide : EndCommandLineArgs @@ -165,7 +165,7 @@ int main(int argc, char * argv[]) // // \begin{figure} // \center - // %\includegraphics[width=0.44\textwidth]{MSLabeledOutput.eps} + // \includegraphics[width=0.44\textwidth]{MSLabeledOutput16bits.eps} // \includegraphics[width=0.44\textwidth]{OBIAI2L2IInputPretty.eps} // \includegraphics[width=0.44\textwidth]{OBIAI2L2IOutputPretty.eps} // \itkcaption[Image to Label Object Map]{transforming an -- GitLab