Skip to content
Snippets Groups Projects
Commit f59fa752 authored by Jordi Inglada's avatar Jordi Inglada
Browse files

Correction double definition de PixelType

parent e8512ccf
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ class ITK_EXPORT ForwardFourierMellinTransformImageFilter :
{
public:
typedef TPixel PixelType;
//typedef TPixel PixelType;
typedef otb::Image< TPixel , Dimension > InputImageType;
typedef otb::Image< std::complex< TPixel > , Dimension > OutputImageType;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment