Difference between revisions of "Function:Rgb2Lab"
From CUVI Wiki
| (2 intermediate revisions by the same user not shown) | |||
| Line 34: | Line 34: | ||
|} | |} | ||
===Image Type Support=== | ====Image Type Support==== | ||
{| | |||
|style="font-size:75%;"| | |||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
| Line 46: | 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
|