Skip to content

Commit c385ac5

Browse files
committed
Merge pull request opencv#5238 from LorenaGdL:master
2 parents 6c42112 + 9d01818 commit c385ac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/imgproc/include/opencv2/imgproc.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3768,7 +3768,7 @@ enum ColormapTypes
37683768
COLORMAP_HSV = 9, //!< ![HSV](pics/colormaps/colorscale_hsv.jpg)
37693769
COLORMAP_PINK = 10, //!< ![pink](pics/colormaps/colorscale_pink.jpg)
37703770
COLORMAP_HOT = 11, //!< ![hot](pics/colormaps/colorscale_hot.jpg)
3771-
COLORMAP_PARULA = 12 //!< ![hot](pics/colormaps/colorscale_parula.jpg)
3771+
COLORMAP_PARULA = 12 //!< ![parula](pics/colormaps/colorscale_parula.jpg)
37723772
};
37733773

37743774
/** @brief Applies a GNU Octave/MATLAB equivalent colormap on a given image.

0 commit comments

Comments
 (0)