IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
PredefinedSmoothRgbColorMapIds.h
Go to the documentation of this file.
1 // PredefinedSmoothRgbColorMapIds.h:
3 // ----------------
4 //
14 
15 #ifndef __IPSDKIPLATTRIBUTES_PREDEFINEDSMOOTHRGBCOLORMAPIDS_H__
16 #define __IPSDKIPLATTRIBUTES_PREDEFINEDSMOOTHRGBCOLORMAPIDS_H__
17 
19 
20 namespace ipsdk {
21 namespace imaproc {
22 namespace attr {
23 
26 
30  (ePSRCMI_Jet)
36 )
37 
38 
41 } // end of namespace attr
42 } // end of namespace imaproc
43 } // end of namespace ipsdk
44 
45 #endif // __IPSDKIPLATTRIBUTES_PREDEFINEDSMOOTHRGBCOLORMAPIDS_H__
ePredefinedSmoothRgbColorMapId
Definition: PredefinedSmoothRgbColorMapIds.h:31
Viridis color map (matplotlib-like)
Definition: PredefinedSmoothRgbColorMapIds.h:37
JET color map.
Definition: PredefinedSmoothRgbColorMapIds.h:33
Inferno color map (matplotlib-like)
Definition: PredefinedSmoothRgbColorMapIds.h:41
inverted JET color map
Definition: PredefinedSmoothRgbColorMapIds.h:35
Plasma color map (matplotlib-like)
Definition: PredefinedSmoothRgbColorMapIds.h:43
Magma color map (matplotlib-like)
Definition: PredefinedSmoothRgbColorMapIds.h:39
#define IPSDK_ENUM(enumTypeStr, enumSeq)