diff --git a/Examples/Segmentation/OtsuMultipleThresholdImageFilter.cxx b/Examples/Segmentation/OtsuMultipleThresholdImageFilter.cxx index 8edf2aa75d7bfe89eaa603352c437af40c34e96f..23da3c5d3bcd2b0e0dda1005c4fbce92321a24b3 100755 --- a/Examples/Segmentation/OtsuMultipleThresholdImageFilter.cxx +++ b/Examples/Segmentation/OtsuMultipleThresholdImageFilter.cxx @@ -78,7 +78,7 @@ int main( int argc, char * argv[] ) // Software Guide : EndCodeSnippet typedef otb::ImageFileReader< InputImageType > ReaderType; - typedef otb::ImageFileWriter< InputImageType > WriterType; + typedef otb::ImageFileWriter< OutputImageType > WriterType; // Software Guide : BeginLatex // Once thresholds are computed we will use BinaryThresholdImageFilter to