Difference between revisions of "Function:Demosaic"
From CUVI Wiki
(→Sample) |
|||
| Line 46: | Line 46: | ||
! Output | ! Output | ||
|- | |- | ||
| | | 8uC1 | ||
| | | 8uC3 | ||
|- | |- | ||
| | | 16uC1 | ||
| | | 16uC3 | ||
|} | |} | ||
Revision as of 06:15, 16 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 |
|---|---|
| 8uC1 | 8uC3 |
| 16uC1 | 16uC3 |
Sample
Example
|



