Difference between revisions of "Function:DemosaicDFPD"
From CUVI Wiki
| (3 intermediate revisions by the same user not shown) | |||
| Line 44: | Line 44: | ||
|} | |} | ||
===Image Type Support=== | ====Image Type Support==== | ||
{| | |||
|style="font-size:75%;"| | |||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
| Line 56: | Line 57: | ||
| 16u | | 16u | ||
| 16u | | 16u | ||
|} | |||
|} | |} | ||
===Sample=== | ====Sample==== | ||
[[File:In16.png|none|frame|Input]] | |||
<br/> | |||
[[File:Tower.png|none|frame|Output]] | |||
<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
|

