mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
This commit is contained in:
@@ -4201,7 +4201,14 @@ enum ColormapTypes
|
||||
COLORMAP_HSV = 9, //!< 
|
||||
COLORMAP_PINK = 10, //!< 
|
||||
COLORMAP_HOT = 11, //!< 
|
||||
COLORMAP_PARULA = 12 //!< 
|
||||
COLORMAP_PARULA = 12, //!< 
|
||||
COLORMAP_MAGMA = 13, //!< 
|
||||
COLORMAP_INFERNO = 14, //!< 
|
||||
COLORMAP_PLASMA = 15, //!< 
|
||||
COLORMAP_VIRIDIS = 16, //!< 
|
||||
COLORMAP_CIVIDIS = 17, //!< 
|
||||
COLORMAP_TWILIGHT = 18, //!< 
|
||||
COLORMAP_TWILIGHT_SHIFTED = 19 //!< 
|
||||
};
|
||||
|
||||
/** @example samples/cpp/falsecolor.cpp
|
||||
|
||||
Reference in New Issue
Block a user