Difference between revisions of "Function:LogTransform"
From CUVI Wiki
(Created page with "__NOTOC__ Applies log transformation to pixel values. ===Function=== {| |style="font-size:150%;"| <syntaxhighlight lang="cpp"> CuviStatus logTransform(const CuviImage& src, ...") |
|||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
Applies log transformation to pixel values. | Applies log transformation to pixel values. | ||
===Function=== | ====Function==== | ||
{| | {| | ||
|style="font-size: | |style="font-size:100%;"| | ||
<syntaxhighlight lang="cpp"> | <syntaxhighlight lang="cpp"> | ||
CuviStatus logTransform(const CuviImage& src, | CuviStatus logTransform(const CuviImage& src, | ||
| Line 11: | Line 11: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
|} | |} | ||
====Parameters==== | |||
{| | |||
|style="font-size:75%;"| | |||
{|class="wikitable" | {|class="wikitable" | ||
|- | |- | ||
| Line 34: | 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 52: | Line 55: | ||
| 32f | | 32f | ||
| 32f | | 32f | ||
|} | |||
|} | |} | ||
====Example==== | |||
===Example=== | |||
{| | {| | ||
|style="font-size: | |style="font-size:100%;"| | ||
<syntaxhighlight lang="cpp"> | <syntaxhighlight lang="cpp"> | ||
Latest revision as of 13:06, 18 October 2022
Applies log transformation to pixel values.
Function
|
Parameters
|
Image Type Support
|
Example
|