Difference between revisions of "Function:Rgb2Lab"
From CUVI Wiki
| (3 intermediate revisions by the same user not shown) | |||
| Line 11: | Line 11: | ||
|} | |} | ||
===Parameters=== | ====Parameters==== | ||
{| | |||
|style="font-size:75%;"| | |||
{|class="wikitable" | {|class="wikitable" | ||
|- | |- | ||
| Line 30: | Line 31: | ||
| 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 47: | Line 47: | ||
| 32fC3 | | 32fC3 | ||
| 32fC3 | | 32fC3 | ||
|} | |||
|} | |} | ||
=== | ====Example==== | ||
== | |||
{| | {| | ||
|style="font-size: | |style="font-size:100%;"| | ||
<syntaxhighlight lang="cpp"> | <syntaxhighlight lang="cpp"> | ||
Latest revision as of 13:11, 18 October 2022
Converts input RGB image to CIE Lab color space.
Function
|
Parameters
|
Image Type Support
|
Example
|