SIP Toolbox
hsv2rgb - Converts from HSV to RGB colorspace
Calling Sequence
- RGB = hsv2rgb(HSV)
- RGBMAP =
hsv2rgb(HSVMAP)
Parameters
-
HSV:
A HSV image (M x N x 3) in 0-1 range or a HSV colormap (M x 3) in 0-1 range
-
RGB:
A RGB image (M x N x 3) in 0-1 range or a RGB colormap (M x 3) in 0-1 range
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,