From: Bence Magyar Date: Tue, 19 Aug 2014 16:00:13 +0000 (+0200) Subject: Fix color table X-Git-Tag: submit/tizen_ivi/20141117.190038~2^2~166^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=04b2d9a453ba860e78a69f9fdea9b5c1951d6e0b;p=profile%2Fivi%2Fopencv.git Fix color table Apart from not displaying the table, it breaks the doc build of https://github.com/Itseez/opencv_contrib/pull/70. --- diff --git a/modules/imgproc/doc/colormaps.rst b/modules/imgproc/doc/colormaps.rst index 9881d84..f54a780 100644 --- a/modules/imgproc/doc/colormaps.rst +++ b/modules/imgproc/doc/colormaps.rst @@ -81,27 +81,27 @@ And here are the color scales for each of the available colormaps: +-----------------------+---------------------------------------------------+ | Class | Scale | +=======================+===================================================+ -| COLORMAP_AUTUMN | .. image:: pics/colormaps/colorscale_autumn.jpg | +| COLORMAP_AUTUMN | .. image:: pics/colormaps/colorscale_autumn.jpg | +-----------------------+---------------------------------------------------+ -| COLORMAP_BONE | .. image:: pics/colormaps/colorscale_bone.jpg | +| COLORMAP_BONE | .. image:: pics/colormaps/colorscale_bone.jpg | +-----------------------+---------------------------------------------------+ -| COLORMAP_COOL | .. image:: pics/colormaps/colorscale_cool.jpg | +| COLORMAP_COOL | .. image:: pics/colormaps/colorscale_cool.jpg | +-----------------------+---------------------------------------------------+ -| COLORMAP_HOT | .. image:: pics/colormaps/colorscale_hot.jpg | +| COLORMAP_HOT | .. image:: pics/colormaps/colorscale_hot.jpg | +-----------------------+---------------------------------------------------+ -| COLORMAP_HSV | .. image:: pics/colormaps/colorscale_hsv.jpg | +| COLORMAP_HSV | .. image:: pics/colormaps/colorscale_hsv.jpg | +-----------------------+---------------------------------------------------+ -| COLORMAP_JET | .. image:: pics/colormaps/colorscale_jet.jpg | +| COLORMAP_JET | .. image:: pics/colormaps/colorscale_jet.jpg | +-----------------------+---------------------------------------------------+ -| COLORMAP_OCEAN | .. image:: pics/colormaps/colorscale_ocean.jpg | +| COLORMAP_OCEAN | .. image:: pics/colormaps/colorscale_ocean.jpg | +-----------------------+---------------------------------------------------+ -| COLORMAP_PINK | .. image:: pics/colormaps/colorscale_pink.jpg | +| COLORMAP_PINK | .. image:: pics/colormaps/colorscale_pink.jpg | +-----------------------+---------------------------------------------------+ -| COLORMAP_RAINBOW | .. image:: pics/colormaps/colorscale_rainbow.jpg | +| COLORMAP_RAINBOW | .. image:: pics/colormaps/colorscale_rainbow.jpg | +-----------------------+---------------------------------------------------+ -| COLORMAP_SPRING | .. image:: pics/colormaps/colorscale_spring.jpg | +| COLORMAP_SPRING | .. image:: pics/colormaps/colorscale_spring.jpg | +-----------------------+---------------------------------------------------+ -| COLORMAP_SUMMER | .. image:: pics/colormaps/colorscale_summer.jpg | +| COLORMAP_SUMMER | .. image:: pics/colormaps/colorscale_summer.jpg | +-----------------------+---------------------------------------------------+ -| COLORMAP_WINTER | .. image:: pics/colormaps/colorscale_winter.jpg | +| COLORMAP_WINTER | .. image:: pics/colormaps/colorscale_winter.jpg | +-----------------------+---------------------------------------------------+