hsv2rgb

From DavinciWiki
Revision as of 13:20, 27 February 2006 by Keith (Talk | contribs)

Jump to: navigation, search


Description

Convert a 3-plane HSV image into RGB

Arguments and Return Values

Arguments:

Return Value:

Usage

Syntax: hsv2rgb(object=VAL, maxval=VAL)

The hsv2rgb() function converts a 3-band HSV image into a 3-band RGB image. If maxval is specified, it is taken to be the maximum intensity value, and the RGB values are scaled to lie between 0 and maxval. If no value is specified for maxval, it defaults to 1.

The return value of hsv2rgb() has a type of FLOAT.


DavinciWiki Mini-Nav Bar

Contents


Contact Developers

  • davinci-dev [AT] mars.asu.edu

All other topics

  • See navigation on the left

Related Functions

Recent Core Changes

Modified On: 09-22-2010

Personal tools