Difference between revisions of "Function:DemosaicDFPD"
From CUVI Wiki
(→Sample) |
|||
| (One intermediate revision by the same user not shown) | |||
| Line 61: | Line 61: | ||
====Sample==== | ====Sample==== | ||
[[File:In16.png|frame|Input]] | [[File:In16.png|none|frame|Input]] | ||
<br/> | <br/> | ||
[[File:Tower.png|frame|Output]] | [[File:Tower.png|none|frame|Output]] | ||
<br/> | <br/> | ||
===Example=== | ====Example==== | ||
{| | {| | ||
|style="font-size: | |style="font-size:100%;"| | ||
<syntaxhighlight lang="cpp"> | <syntaxhighlight lang="cpp"> | ||
CuviImage input("D:/bayer.tif", CUVI_LOAD_IMAGE_GRAYSCALE_KEEP_DEPTH), output; | CuviImage input("D:/bayer.tif", CUVI_LOAD_IMAGE_GRAYSCALE_KEEP_DEPTH), output; | ||
Latest revision as of 12:59, 18 October 2022
Restores an RGB image from a CFA image using DFPD Bayer algorithm. Directional Filtering with Posteriori Decision to restore the color image gives much better results than demosaic (with bilinear interpolation) and remove artifacts.
Function
|
Parameters
|
Image Type Support
|
Sample
Example
|

