Small update of Colormap documentation
Small change in documentation: http://docs.opencv.org/master/d3/d50/group__imgproc__colormap.html#gga9a805d8262bcbe273f16be9ea2055a65a5d4a709cda1130bfa3cc4b4c5ae8f82a&gsc.tab=0 In the enum images, the "parula" colormap has wrongly assigned subtitle 'hot'
This commit is contained in:
parent
da0c159557
commit
9d01818e8a
@ -3768,7 +3768,7 @@ enum ColormapTypes
|
|||||||
COLORMAP_HSV = 9, //!< 
|
COLORMAP_HSV = 9, //!< 
|
||||||
COLORMAP_PINK = 10, //!< 
|
COLORMAP_PINK = 10, //!< 
|
||||||
COLORMAP_HOT = 11, //!< 
|
COLORMAP_HOT = 11, //!< 
|
||||||
COLORMAP_PARULA = 12 //!< 
|
COLORMAP_PARULA = 12 //!< 
|
||||||
};
|
};
|
||||||
|
|
||||||
/** @brief Applies a GNU Octave/MATLAB equivalent colormap on a given image.
|
/** @brief Applies a GNU Octave/MATLAB equivalent colormap on a given image.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user