Skip to content
Snippets Groups Projects
Commit 4c98ede8 authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

streaming pour le test du printable

parent 7925ed3a
Branches
Tags
No related merge requests found
......@@ -22,7 +22,7 @@
#include "otbImageFileReader.h"
#include "itkExceptionObject.h"
#include "otbImageFileWriter.h"
#include "otbStreamingImageFileWriter.h"
#include "otbVectorImage.h"
#include "otbPrintableImageFilter.h"
......@@ -45,7 +45,7 @@ int otbPrintableImageFilter( int argc, char * argv[] )
typedef otb::PrintableImageFilter< InputImageType> FilterType;
typedef FilterType::OutputImageType OutputImageType;
typedef otb::ImageFileWriter< OutputImageType > WriterType;
typedef otb::StreamingImageFileWriter< OutputImageType > WriterType;
FilterType::Pointer printableImageFilter = FilterType::New();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment