Difference between revisions of "Function:GammaCorrect"
From CUVI Wiki
| Line 12: | Line 12: | ||
|} | |} | ||
===Parameters=== | ====Parameters==== | ||
{| | |||
|style="font-size:75%;"| | |||
{|class="wikitable" | {|class="wikitable" | ||
|- | |- | ||
| Line 35: | Line 36: | ||
| const CuviStream& | | const CuviStream& | ||
| GPU stream ID for execution | | GPU stream ID for execution | ||
|} | |||
|} | |} | ||
Revision as of 12:59, 18 October 2022
Increases or decreases gamma value of input image.
Function
|
Parameters
|
Image Type Support
| Input | Output |
|---|---|
| 8UC1 | 8UC1 |
| 8UC3 | 8UC3 |
Example
|