Difference between revisions of "Function:Gray2rgb"
From CUVI Wiki
(→Sample) |
|||
| (One intermediate revision by the same user not shown) | |||
| Line 57: | Line 57: | ||
|} | |} | ||
=== | ====Example==== | ||
== | |||
{| | {| | ||
|style="font-size: | |style="font-size:100%;"| | ||
<syntaxhighlight lang="cpp"> | <syntaxhighlight lang="cpp"> | ||
Latest revision as of 13:01, 18 October 2022
Converts a gray-scale image to 3 or 4 channel image by copying the same input image to all the channels of output image. For a 4 channel output image, the alpha channel is ignored. The resultant image will still be gray (since all channels are of same value) but it will be a 3/4 channel image. For debayer, please refer to demosaicDFPD.
Function
|
Parameters
|
Image Type Support
|
Example
|