Skip to content
Snippets Groups Projects
Commit acb8b063 authored by Jordi Inglada's avatar Jordi Inglada
Browse files

Correction type image writer exemple OtsuMultipleThresholdImageFilter

parent c6286a00
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment