 
ISIS 3 Application Documentation
| hsv2rgb | Standard View | TOC | Home | 
Convert HSV to RGB
            Description
              Categories
              Groups
              Examples
              History
| Name | Description | 
|---|---|
| HUE | Input file to be converted | 
| SATURATION | Input file to be converted | 
| VALUE | Input file to be converted | 
| Name | Description | 
|---|---|
| RED | Output cube | 
| GREEN | Output cube | 
| BLUE | Output cube | 
| Name | Description | 
|---|---|
| SCALAR | VALUE DN multiplier | 
This file will be converted from Hue to Red
| Type | cube | 
|---|---|
| File Mode | input | 
| Filter | *.cub | 
This file will be converted from Saturation to Green
| Type | cube | 
|---|---|
| File Mode | input | 
| Filter | *.cub | 
This file will be converted from Value to Blue
| Type | cube | 
|---|---|
| File Mode | input | 
| Filter | *.cub | 
The resultant Hue cube
| Type | cube | 
|---|---|
| File Mode | output | 
| Pixel Type | real | 
| Filter | *.cub | 
The resultant Saturation cube
| Type | cube | 
|---|---|
| File Mode | output | 
| Pixel Type | real | 
| Filter | *.cub | 
The resultant Value cube
| Type | cube | 
|---|---|
| File Mode | output | 
| Pixel Type | real | 
| Filter | *.cub | 
This value can be used to alter the DNs of the VALUE image
| Type | double | 
|---|---|
| Default | 1.0 | 
| Minimum | 0.0 (inclusive) | 
Convert RGB image to HSV
| HSV2RGB Gui | Example Gui Screenshot of GUI with parameters filled in to perform a conversion from HSV to RGB. | 
| Hue image | Input image for hsv2rgb 
                                Parameter Name:
                                HUE This is the input image for the hsv2rgb example. | 
| Saturation image | Input image for hsv2rgb 
                                Parameter Name:
                                SATURATION This is the input image for the hsv2rgb example. | 
| Value image | Input image for hsv2rgb 
                                Parameter Name:
                                VALUE This is the input image for the hsv2rgb example. | 
| Output image showing results of hsv2rgb. | Output image 
                                Parameter Name:
                                RED This is the output image that results from converting Hue to Red. | 
| Output image showing results of hsv2rgb. | Output image 
                                Parameter Name:
                                GREEN This is the output image that results from converting Saturation to Green. | 
| Output image showing results of hsv2rgb. | Output image 
                                Parameter Name:
                                BLUE This is the output image that results from converting Value to Blue. | 
| Sean Crosby | 2006-01-05 | Original version | 
| Steven Lambright | 2007-06-20 | Added comment explaining what HSV is and what the code is doing. Also, added code for boundary cases. |