Difference between revisions of "Function:GammaCorrect"
From CUVI Wiki
| (2 intermediate revisions by the same user not shown) | |||
| 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 | ||
|} | |||
|} | |} | ||
===Image Type Support=== | ====Image Type Support==== | ||
{| | |||
|style="font-size:75%;"| | |||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
| Line 50: | Line 52: | ||
| 8UC3 | | 8UC3 | ||
| 8UC3 | | 8UC3 | ||
|} | |||
|} | |} | ||
===Example=== | ====Example==== | ||
{| | {| | ||
|style="font-size: | |style="font-size:100%;"| | ||
<syntaxhighlight lang="cpp"> | <syntaxhighlight lang="cpp"> | ||
Latest revision as of 12:59, 18 October 2022
Increases or decreases gamma value of input image.
Function
|
Parameters
|
Image Type Support
|
Example
|