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

ENH: add AmplitudePhaseToRGBFunctor

parent 7e10419c
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@
#define __otbAmplitudePhaseToRGBFunctor_h
#include "itkRGBPixel.h"
#include "otbAmplitudePhaseToRGBFunctor.h"
#include "otbScalarToRainbowRGBPixelFunctor.h"
#include "otbMath.h"
namespace otb
......@@ -33,7 +33,9 @@ namespace otb
{
public:
typedef TOutput RGBPixelType;
typedef typename RGBPixelType::ValueType RGBComponentType;
typedef HSVToRGBFunctor<RGBPixelType> HSVToRGBFunctorType;
typedef TInput1 ScalarType;
AmplitudePhaseToRGBFunctor()
{
......
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