Difference between revisions of "Function:Demosaic"
From CUVI Wiki
| Line 27: | Line 27: | ||
| dst | | dst | ||
| CuviImage& | | CuviImage& | ||
| Output RGB | | Output RGB Image | ||
|- | |- | ||
| sensorAlignment | | sensorAlignment | ||
| CuviBayerSeq | | CuviBayerSeq | ||
| | | Sensor alignment of the bayer image | ||
|- | |- | ||
| stream | | stream | ||
| Line 38: | Line 38: | ||
|} | |} | ||
===Image Type Support=== | ===Image Type Support=== | ||
Revision as of 11:42, 18 April 2013
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
|



