Title: Interpolation%20of%20RGB%20components%20in%20Bayer%20CFA%20images
1Interpolation of RGB components in Bayer CFA
images
2Demosaicking of Bayer-sampled color images
- Problem Most digital color cameras, capture only
one color component at each spatial location. The
remaining components must be reconstructed by
interpolation from the captured samples.
Objective Develop algorithms to interpolate each
color plane (called demosaicking) with best
quality reconstruction, and with minimal
computational complexity.
3Construction of color image from color planes
4Lighthouse original
5Lighthouse red original
6Lighthouse green original
7Lighthouse blue original
8Formation of Color planes
9Lighthouse red subsampled
10Lighthouse green subsampled
11Lighthouse blue subsampled
12Lighthouse Bayer CFA image
13Color plane interpolation
Green channel bilinear interpolation
GA
GL
GR
GI
GB
14Color plane interpolation
Red channel bilinear interpolation
RNE
RNW
RC
RSE
RS
RSW
15Lighthouse red interpolated
16Lighthouse green interpolated
17Lighthouse blue interpolated
18Lighthouse Interpolated color image
19Lighthouse original
20Can we do better?
- Color planes have severe aliasing. Better
interpolation of the individual planes has little
effect.
21Lighthouse red interpolated with bilinear
interpolator
22Lighthouse red interpolated with bicubic
interpolator
23Can we do better?
- Color planes have severe aliasing. Better
interpolation of the individual planes has little
effect. - We could optically prefilter the image (blur it)
so that aliasing is less severe.
24Lighthouse red interpolated with bilinear
interpolator
25Lighthouse prefiltered red interpolated with
bilinear interpolator
26Lighthouse Interpolated color image
27Lighthouse Prefiltered Interpolated color image
28Lighthouse original
29Can we do better?
- Color planes have severe aliasing. Better
interpolation of the individual planes has little
effect. - We could optically prefilter the image (blur it)
so that aliasing is less severe. - We can process the three color planes together to
gather details from all three components.
30Lighthouse Interpolated color image with new
frequency domain method