mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
add DeepGreen colormap
This commit is contained in:
committed by
Alexander Alekhin
parent
1bf353b876
commit
48e9e651a4
@@ -4376,7 +4376,8 @@ enum ColormapTypes
|
||||
COLORMAP_CIVIDIS = 17, //!< 
|
||||
COLORMAP_TWILIGHT = 18, //!< 
|
||||
COLORMAP_TWILIGHT_SHIFTED = 19, //!< 
|
||||
COLORMAP_TURBO = 20 //!< 
|
||||
COLORMAP_TURBO = 20, //!< 
|
||||
COLORMAP_DEEPGREEN = 21 //!< 
|
||||
};
|
||||
|
||||
/** @example samples/cpp/falsecolor.cpp
|
||||
|
||||
Reference in New Issue
Block a user