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