Skip to content
Snippets Groups Projects
Commit 0e7dc81f authored by Manuel Grizonnet's avatar Manuel Grizonnet
Browse files

STYLE:align template definitions

parent d915dab2
Branches
Tags
No related merge requests found
......@@ -59,9 +59,9 @@ int main(int argc, char* argv[])
typedef double PixelType;
typedef otb::VectorImage<PixelType, 2> ImageType;
typedef otb::ImageFileReader<ImageType> ReaderType;
typedef otb::MultiToMonoChannelExtractROI<PixelType, PixelType> ExtractROIMonoFilterType;
typedef otb::VectorImage<PixelType, 2> ImageType;
typedef otb::ImageFileReader<ImageType> ReaderType;
typedef otb::MultiToMonoChannelExtractROI<PixelType, PixelType> ExtractROIMonoFilterType;
typedef otb::StreamingCompareImageFilter<ExtractROIMonoFilterType::OutputImageType> StreamingCompareImageFilterType;
// Read input images information
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment