Difference between revisions of "Function:GammaCorrect"
From CUVI Wiki
(Created page with "__NOTOC__ Converts image data type with optional scaling. ===Function=== {| |style="font-size:150%;"| <syntaxhighlight lang="cpp"> CuviStatus gammaCorrect(const CuviImage& src...") |
|||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
Increases or decreases gamma value of input image. | |||
===Function=== | ===Function=== | ||
{| | {| | ||
Revision as of 12:36, 13 June 2014
Increases or decreases gamma value of input image.
Function
|
Parameters
| Name | Type | Description |
|---|---|---|
| src | const CuviImage& | Input Image |
| dst | CuviImage& | Destination Image |
| gamma | const Cuvi32f | Gamma value |
| stream | const CuviStream& | GPU stream ID for execution |
Image Type Support
| Input | Output |
|---|---|
| 8u | 8u |
Example
|