Two colormaps removed from the list of colormaps, as they are no visually improved enhancement to a Jet colormap.

This commit is contained in:
Philipp Wagner
2012-06-16 08:33:48 +00:00
parent 2c9e81a3ec
commit 000bf4af48
2 changed files with 1 additions and 65 deletions

View File

@@ -965,9 +965,7 @@ namespace cv
COLORMAP_COOL = 8,
COLORMAP_HSV = 9,
COLORMAP_PINK = 10,
COLORMAP_HOT = 11,
COLORMAP_MKPJ1 = 12,
COLORMAP_MKPJ2 = 13
COLORMAP_HOT = 11
};
CV_EXPORTS void applyColorMap(InputArray src, OutputArray dst, int colormap);