<< hough SIP - Scilab Image Processing Toolbox ihough >>

SIP - Scilab Image Processing Toolbox >> SIP - Scilab Image Processing Toolbox > hsv2rgb

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

See the help page for rgb2hsv

Authors

Availability

The latest version of SIP can be found at

http://siptoolbox.sf.net

See Also


<< hough SIP - Scilab Image Processing Toolbox ihough >>