Difference between revisions of "Function:LUT"
From CUVI Wiki
| (4 intermediate revisions by the same user not shown) | |||
| Line 14: | Line 14: | ||
|} | |} | ||
===Parameters=== | ====Parameters==== | ||
{| | |||
|style="font-size:75%;"| | |||
{|class="wikitable" | {|class="wikitable" | ||
|- | |- | ||
| Line 37: | Line 38: | ||
| CuviStream& | | 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 49: | Line 51: | ||
|- | |- | ||
| 8uC3 | | 8uC3 | ||
|- | |||
| 16uC1 | |||
|} | |||
|} | |} | ||
=== | ====Example==== | ||
== | |||
{| | {| | ||
|style="font-size: | |style="font-size:100%;"| | ||
<syntaxhighlight lang="cpp"> | <syntaxhighlight lang="cpp"> | ||
Latest revision as of 08:24, 31 October 2022
Remaps image values according to look up table.
Function
|
Parameters
|
Image Type Support
|
Example
|