- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I'm interested in evaluating the performance of the IPP CFAToRGB demosaicing functionality, and would therefore like to know in which demosaicing filter style is applied, e.g. simple substitution of the neirest neighbor color or bilinear, bicubic or other interpolation or even adaptive filtering. Is more detailed implementation information available?
Thanks,
Bert
I'm interested in evaluating the performance of the IPP CFAToRGB demosaicing functionality, and would therefore like to know in which demosaicing filter style is applied, e.g. simple substitution of the neirest neighbor color or bilinear, bicubic or other interpolation or even adaptive filtering. Is more detailed implementation information available?
Thanks,
Bert
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Bert,
Did you see the function description in IPP manual? Do you need more info on that?
The function
ippiCFAToRGB is declared in the ippcc.h file. It operates with ROI (see Regions of Interest in Intel IPP). This function transforms the 1-channel gray-scale image pSrc that is produced by applying the color filter array (CFA) - array of Bayer filters, to 24-bit 3-channel RGB image. Each element of the source image contains intensity value for only one color component, two others are interpolated using neighbor elements. Four variants of the order of the color component in the source image (Bayer grid) are allowed (see Figure 6-19) that is specified by the enumerator IppiBayerGrid.Regards,
Vladimir

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page