ImageTools[HSVtoRGB] - convert HSV color image to RGB color image
|
Calling Sequence
|
|
HSVtoRGB(img, opts)
|
|
Parameters
|
|
img
|
-
|
Image; input image
|
opts
|
-
|
(optional) equation(s) of the form option = value; specify options for the HSVtoRGB command
|
|
|
|
|
Description
|
|
•
|
The HSVtoRGB command converts a color image with an HSV color representation to an RGB color representation.
|
|
|
Options
|
|
|
Specifies whether the operation is performed in-place. This can be used to avoid allocating memory. The default is false.
|
|
Specifies a data structure into which the output is written. This can be used to avoid allocating memory. The size and number of layers must match that of the input. The dimensions of the output image are adjusted so that the row and column indices match the input. The default is NULL.
|
|
|
Examples
|
|
>
|
|
>
|
|
>
|
|
>
|
|
>
|
|
>
|
|
>
|
|
>
|
|
>
|
|
>
|
|
|
|
Download Help Document
Was this information helpful?