SIP Toolbox

hsv2rgb - Converts from HSV to RGB colorspace

Calling Sequence

RGB = hsv2rgb(HSV)
RGBMAP = hsv2rgb(HSVMAP)

Parameters

Description

hsv2rgb(HSV) converts an HSV image or colormap from HSV to RGB colorspace. RGB is useful for displaying the image on the screen, while HSV is much more useful for image manipulation and segmentation.

Examples

      Cf. the help page for rgb2hsv

Authors

Ricardo Fabbri <ricardofabbri (AT) users DOT sf DOT net>

Availability

The latest version of the Scilab Image Processing toolbox can be found at

http://siptoolbox.sourceforge.net

See Also

rgb2hsv,  hsv2ntsc,  im2gray,