Difference between revisions of "Function:Demosaic"
From CUVI Wiki
(→Sample) |
(→Sample) |
||
| Line 57: | Line 57: | ||
|- | |- | ||
|[[File:In16.png|frame|Input]] | |[[File:In16.png|frame|Input]] | ||
|[[File: | |[[File:Tower.png|frame|Output]] | ||
|} | |} | ||
Revision as of 08:20, 12 June 2014
Restores an RGB image from a gray-scale CFA image using Bayer algorithm
Function
|
Parameters
| Name | Type | Description |
|---|---|---|
| src | const CuviImage& | Input Bayer Image |
| dst | CuviImage& | Output RGB Image |
| sensorAlignment | CuviBayerSeq | Sensor alignment of the bayer image |
| stream | const CuviStream& | GPU stream ID for execution |
Image Type Support
| Input | Output |
|---|---|
| 8u | 8u |
| 16u | 16u |
Sample
Example
|

