Function:Hsv2rgb
From CUVI Wiki
Converts input HSV image to RGB color space.
Function
|
Parameters
| Name | Type | Description |
|---|---|---|
| src | const CuviImage& | Input HSV image |
| dst | CuviImage& | Output RGB image |
| stream | const CuviStream& | GPU stream ID for execution |
Image Type Support
| Input | Output |
|---|---|
| 8uC3 | 8uC3 |
| 32fC3 | 32fC3 |
Sample
Example
|