Merge pull request #6150 from lvv:fix-6149-applColorMap

This commit is contained in:
Maksim Shabunin
2016-03-21 09:20:51 +00:00
2 changed files with 4 additions and 11 deletions

View File

@@ -3975,7 +3975,7 @@ enum ColormapTypes
/** @brief Applies a GNU Octave/MATLAB equivalent colormap on a given image.
@param src The source image, grayscale or colored does not matter.
@param src The source image, grayscale or colored of type CV_8UC1 or CV_8UC3.
@param dst The result is the colormapped source image. Note: Mat::create is called on dst.
@param colormap The colormap to apply, see cv::ColormapTypes
*/