Function:YUV2RGB
From CUVI Wiki
Convert YUV color model to an RGB image
Function
|
Parameters
| Name | Type | Description |
|---|---|---|
| src | const CuviImage& | Input YUV image |
| dst | CuviImage& | Output RGB image |
| stream | const CuviStream& | GPU stream ID for execution |
Image Type Support
| Input | Output |
|---|---|
| 8uC3 | 8uC3 |
| 16uC3 | 16uC3 |
Sample
Example
|

