Skip to content
Snippets Groups Projects
Commit 0d27e5ed authored by Cyrille Valladeau's avatar Cyrille Valladeau
Browse files

ENH : change test pixeltype from int to float

parent 802fa2e1
Branches
Tags
No related merge requests found
......@@ -46,8 +46,8 @@ int otbImageFileReaderRADComplexFloatExtract(int argc, char* argv[])
typedef otb::Image<InputPixelType, Dimension> InputImageType;
typedef otb::Image<OutputPixelType, Dimension> OutputCplxImageType;
typedef otb::Image<int, Dimension> OutputScalarImageType;
typedef otb::VectorImage<int, Dimension> OutputImageType;
typedef otb::Image<float, Dimension> OutputScalarImageType;
typedef otb::VectorImage<float, Dimension> OutputImageType;
typedef otb::ImageList<OutputScalarImageType> ImageListType;
typedef otb::ImageFileReader<InputImageType> ReaderType;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment