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

BUG: fix templates in new viewer

parent 31ee5683
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ PURPOSE. See the above copyright notices for more information.
#include "otbImageViewerManagerEventsListener.h"
#include "otbImage.h"
#include "otbVectorImage.h"
#include "itkRGBPixel.h"
#include "itkRGBAPixel.h"
#include "otbImageFileReader.h"
#include "otbObjectList.h"
......@@ -77,7 +77,7 @@ public:
/** Image Type*/
typedef VectorImage<PixelType , 2> ImageType;
typedef itk::RGBPixel<unsigned char> RGBPixelType;
typedef itk::RGBAPixel<unsigned char> RGBPixelType;
typedef Image<RGBPixelType,2> ViewerImageType;
typedef ImageType::Pointer ImagePointerType;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment