Skip to content
Snippets Groups Projects
Commit dbb3115c authored by Julien Michel's avatar Julien Michel
Browse files

TEST: Changing input type to unsigned short following bug fix

parent a5d2be68
Branches
Tags
No related merge requests found
......@@ -20,7 +20,7 @@
#include "otbStreamingImageFileWriter.h"
#include "otbMaximumAutocorrelationFactorImageFilter.h"
typedef otb::VectorImage<short,2> ImageType;
typedef otb::VectorImage<unsigned short,2> ImageType;
typedef otb::VectorImage<double,2> OutputImageType;
typedef otb::ImageFileReader<ImageType> ReaderType;
typedef otb::StreamingImageFileWriter<OutputImageType> WriterType;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment