OTB
9.0.0
Orfeo Toolbox
|
#include <otbScalarToRainbowRGBPixelFunctor.h>
Public Types | |
using | ConstPointer = itk::SmartPointer< const Self > |
using | HSVToRGBFunctorType = HSVToRGBFunctor< RGBPixelType > |
using | Pointer = itk::SmartPointer< Self > |
using | RGBComponentType = typename RGBPixelType::ComponentType |
using | RGBPixelType = TRGBPixel |
using | ScalarType = TScalar |
using | Self = ScalarToRainbowRGBPixelFunctor |
using | Superclass = itk::Function::ColormapFunction< TScalar, TRGBPixel > |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
RGBPixelType | operator() (const TScalar &) const override |
ScalarToRainbowRGBPixelFunctor () | |
~ScalarToRainbowRGBPixelFunctor ()=default | |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
RGBPixelType | HSVToRGB (double h, double s, double v) const |
Private Member Functions | |
void | operator= (const Self &)=delete |
ScalarToRainbowRGBPixelFunctor (const Self &)=delete | |
Private Attributes | |
HSVToRGBFunctorType | m_HSVToRGBFunctor |
Function object which maps a scalar value into a rainbow RGB pixel value.
Grayscale image is mapped to a color image where blue represents small values and red represents big values.
This function is compatible with the colormap hierarchy presented in http://hdl.handle.net/1926/1452
Definition at line 134 of file otbScalarToRainbowRGBPixelFunctor.h.
using otb::Functor::ScalarToRainbowRGBPixelFunctor< TScalar, TRGBPixel >::ConstPointer = itk::SmartPointer<const Self> |
Definition at line 145 of file otbScalarToRainbowRGBPixelFunctor.h.
using otb::Functor::ScalarToRainbowRGBPixelFunctor< TScalar, TRGBPixel >::HSVToRGBFunctorType = HSVToRGBFunctor<RGBPixelType> |
Definition at line 153 of file otbScalarToRainbowRGBPixelFunctor.h.
using otb::Functor::ScalarToRainbowRGBPixelFunctor< TScalar, TRGBPixel >::Pointer = itk::SmartPointer<Self> |
Definition at line 144 of file otbScalarToRainbowRGBPixelFunctor.h.
using otb::Functor::ScalarToRainbowRGBPixelFunctor< TScalar, TRGBPixel >::RGBComponentType = typename RGBPixelType::ComponentType |
Definition at line 151 of file otbScalarToRainbowRGBPixelFunctor.h.
using otb::Functor::ScalarToRainbowRGBPixelFunctor< TScalar, TRGBPixel >::RGBPixelType = TRGBPixel |
Definition at line 150 of file otbScalarToRainbowRGBPixelFunctor.h.
using otb::Functor::ScalarToRainbowRGBPixelFunctor< TScalar, TRGBPixel >::ScalarType = TScalar |
Definition at line 152 of file otbScalarToRainbowRGBPixelFunctor.h.
using otb::Functor::ScalarToRainbowRGBPixelFunctor< TScalar, TRGBPixel >::Self = ScalarToRainbowRGBPixelFunctor |
Definition at line 142 of file otbScalarToRainbowRGBPixelFunctor.h.
using otb::Functor::ScalarToRainbowRGBPixelFunctor< TScalar, TRGBPixel >::Superclass = itk::Function::ColormapFunction<TScalar, TRGBPixel> |
Definition at line 143 of file otbScalarToRainbowRGBPixelFunctor.h.
otb::Functor::ScalarToRainbowRGBPixelFunctor< TScalar, TRGBPixel >::ScalarToRainbowRGBPixelFunctor |
Definition at line 34 of file otbScalarToRainbowRGBPixelFunctor.hxx.
|
default |
|
privatedelete |
virtual::itk::LightObject::Pointer otb::Functor::ScalarToRainbowRGBPixelFunctor< TScalar, TRGBPixel >::CreateAnother | ( | void | ) | const |
|
protected |
|
static |
Method for creation through the object factory.
|
override |
Definition at line 41 of file otbScalarToRainbowRGBPixelFunctor.hxx.
|
privatedelete |
|
private |
Definition at line 164 of file otbScalarToRainbowRGBPixelFunctor.h.