US20050174441A1 - Color filter array and color interpolation algorithm - Google Patents

Color filter array and color interpolation algorithm Download PDF

Info

Publication number
US20050174441A1
US20050174441A1 US11/105,907 US10590705A US2005174441A1 US 20050174441 A1 US20050174441 A1 US 20050174441A1 US 10590705 A US10590705 A US 10590705A US 2005174441 A1 US2005174441 A1 US 2005174441A1
Authority
US
United States
Prior art keywords
color
red
values
green
blue
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US11/105,907
Inventor
Tinku Acharya
Swagato Chakraborty
Ajoy Ray
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Individual
Original Assignee
Individual
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Individual filed Critical Individual
Priority to US11/105,907 priority Critical patent/US20050174441A1/en
Publication of US20050174441A1 publication Critical patent/US20050174441A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N23/00Cameras or camera modules comprising electronic image sensors; Control thereof
    • H04N23/80Camera processing pipelines; Components thereof
    • H04N23/84Camera processing pipelines; Components thereof for processing colour signals
    • H04N23/843Demosaicing, e.g. interpolating colour pixel values
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N25/00Circuitry of solid-state image sensors [SSIS]; Control thereof
    • H04N25/10Circuitry of solid-state image sensors [SSIS]; Control thereof for transforming different wavelengths into image signals
    • H04N25/11Arrangement of colour filter arrays [CFA]; Filter mosaics
    • H04N25/13Arrangement of colour filter arrays [CFA]; Filter mosaics characterised by the spectral characteristics of the filter elements
    • H04N25/134Arrangement of colour filter arrays [CFA]; Filter mosaics characterised by the spectral characteristics of the filter elements based on three different wavelength filter elements

Definitions

  • This invention relates to image processing and, more particularly, to a color filter array and method for performing color interpolation.
  • a digital camera captures an image using a sensor including a large number of pixels, or picture elements.
  • Each pixel may include a light-sensitive photocell or other circuitry that produces a voltage upon receiving incident light. The voltage is converted to digital form in the camera.
  • the digitized image data may be stored, manipulated, or transmitted to another location within or outside the camera.
  • the circuitry of the pixel Rather than recording color, the circuitry of the pixel records intensity information of the image. Accordingly, the color information may be extracted from the intensity data using color filters. Although other color combinations are sometimes used, some arrangements of color filters extract the three primary colors: red, green, and blue. From combinations of the three colors, the entire color spectrum, from black to white, may be derived.
  • Cameras employ different mechanisms for obtaining the three primary colors from the incoming photons of light.
  • Very high quality cameras may employ three separate sensors, a first with a red filter, a second with a blue filter, and a third with a green filter.
  • Such cameras typically have one or more beam splitters that send the light to the different color sensors. All sensor photocells receive intensity information simultaneously. Because each photocell is receiving light filtered through a distinct color, each pixel value is dedicated to a single color. The additional hardware, however, makes these cameras relatively expensive.
  • a second method for recording the color information is to rotate a three-color filter across the sensor.
  • Each pixel may store all three colors, in sequence. However, each color is stored at a different point in time. Thus, this method works well with still, but not candid or handheld photography, because the three colors are not obtained at precisely the same moment.
  • a third method for recording the three primary colors from a single image is to dedicate each pixel to a different color value.
  • Different photocells of the sensor are filtered with one of the red, green, and blue filters.
  • the arrangement of differently colored filters upon a sensor is known as a color filter array (CFA).
  • CFA sensors allow each of the red, green, and blue pixels to receive image information simultaneously. Once the image is recorded, the true color, or three-color representation, for each pixel may subsequently be derived using color interpolation.
  • Color interpolation depends on the pattern, or “mosaic,” that describes the layout of the filters on the pixels of the sensor.
  • One common mosaic is known as a Bayer pattern.
  • the Bayer pattern alternates red and green pixels in a first row of the sensor with green and blue pixels in a second row of the sensor. Thus, there are twice as many green pixels (50%) as either red pixels (25%) or blue pixels (25%).
  • the green pixels are preferred because the human eye is more sensitive to luminance in the green color region.
  • CFA sensors including the Bayer-patterned sensor, are useful for some color imaging because a single sensor is used, yet all the color information is recorded at the same moment. This allows for smaller, cheaper, and more versatile cameras. Since each pixel records information from one color, information for the remaining colors is missing from that pixel. Accordingly, color interpolation is typically performed on image data produced by a CFA sensor.
  • Non-adaptive algorithms are performed in a fixed pattern for every pixel in a group.
  • Such algorithms include nearest neighbor replication, bilinear interpolation, cubic convolution, and smooth hue transition.
  • Adaptive algorithms detect local spatial features in a group of pixels, then apply some function, or predictor, based on the features. Examples of adaptive algorithms include edge sensing interpolation, pattern recognition, and pattern matching interpolation, to name a few.
  • CFA patterns are popular in digital camera sensors, performing color interpolation on CFA image data produces mixed results. Since color interpolation provides a more complete representation of the image than the image data recorded by the CFA, a CFA pattern that simplifies the color interpolation algorithm may increase the usefulness of some digital cameras.
  • FIG. 1 is a block diagram of a digital imaging device employing the color filter array and color interpolation algorithm according to one embodiment of the invention
  • FIG. 2 is a diagram of a novel color filter array according to one embodiment of the invention.
  • FIGS. 3A-3E are diagrams illustrating the color interpolation of green values using the CFA of FIG. 1 according to one embodiment of the invention.
  • FIG. 4 is a diagram of a sub-block of image data in which red color values are translated into hue values according to one embodiment of the invention
  • FIGS. 5A-5D are diagrams illustrating the color interpolation of red (or blue) hues for one sub-block of image data according to one embodiment of the invention.
  • FIGS. 6A-6C are diagrams illustrating the color interpolation of red (or blue) hues for a second sub-block of image data according to one embodiment of the invention.
  • FIGS. 7A-7D are diagrams illustrating the color interpolation of red (or blue) hues for a third sub-block of image data according to one embodiment of the invention.
  • FIGS. 8A-8C are diagrams illustrating the color interpolation of red (or blue) hues for a fourth sub-block of image data according to one embodiment of the invention.
  • FIG. 9 is a flow diagram illustrating operation of the color interpolation algorithm according to one embodiment of the invention.
  • the image When an image is captured, the image includes a number of elements, known as pixels, each of which describes the intensity of the image for a particular location.
  • the color of a particular pixel in a color image is typically specified by red, green, and blue color components. Where each color is described by an 8-bit value, the pixel is represented by a 24-bit value, eight bits for each of the red, green, and blue components.
  • a sensor typically includes a filter mosaic called a color filter array (CFA).
  • CFA color filter array
  • Each filter in the CFA covers a single pixel and permits only a specific color of a particular spectral band to pass through the filter. Under such an arrangement, at each pixel location, a single color intensity is captured while the other two color intensities are missing.
  • Color interpolation allows the missing color information to be “recovered.” At each pixel location, the two missing colors may be interpolated, based upon available information about neighboring pixel locations. Both adaptive and non-adaptive color interpolation algorithms have been implemented on CFAs. The results for the various algorithms are mixed. Some algorithms are favored for still images while others are preferred because of their speed, complexity, or other factors.
  • CFAs favor green filters over red and blue filters.
  • the commonly used Bayer pattern employs 50% green filters, 25% red filters, and 25% blue filters, arranged in a particular mosaic. Because CFA-based image data is color interpolated, a CFA which enhances the color interpolation operation, whether by reducing its complexity or by increasing the quality of the interpolated image, may be desirable.
  • a digital imaging device 30 receives incident light 16 into a novel color filter array (CFA) 100 to produce image data 12 , in one embodiment.
  • the digital imaging device 30 may be a camera, a scanner, or a printer, to name a few examples.
  • the CFA 100 is positioned over a sensor (not shown) that converts the incident light to a measurable voltage.
  • the particular arrangement of filters on the CFA 100 are described in FIG. 2 , below.
  • the digital imaging device 30 performs a color interpolation operation or algorithm 50 on the image data 12 to produce interpolated image data 80 .
  • the interpolated image data 80 may be compressed or otherwise processed in the digital imaging device 30 , or may be transmitted from the imaging device 30 to another entity, such as a computer or other processor-based system.
  • the color interpolation algorithm 50 is discussed in more detail, below.
  • the CFA 100 is arranged in a particular mosaic or pattern.
  • the CFA 100 includes a plurality of pixels 10 .
  • Each pixel 10 has one of three color filters associated therewith.
  • the red-green-blue (RGB) color space is represented.
  • Pixel 10 r is associated with a red filter
  • pixel 10 g is associated with a green filter
  • pixel 10 b is associated with a blue filter.
  • the filters of the CFA 100 may be arranged using other color spaces, such as cyan-magenta-yellow (CMY), in some embodiments.
  • CY cyan-magenta-yellow
  • the CFA 100 includes more green pixels 10 g than blue pixels 10 b or red pixels 10 r .
  • green pixels 10 g comprise more than half the pixels 10 .
  • a first row of the CFA 100 includes a red pixel 10 r followed by three green pixels 10 g , then a red pixel 10 r , then three green pixels 10 g .
  • a second row of the CFA 100 includes the same arrangement as the first row, except the row does not start with a red pixel 10 r , but with two green pixels 10 g .
  • a third row and fourth row are arranged just as the first two rows, only the red pixels 10 r are replaced with blue pixels 10 b . Subsequent rows of the CFA 100 are simply replications of the first four rows. Ultimately, the CFA 100 includes 75% green pixels 10 g , 12.5% blue pixels 10 b , and 12.5% red pixels 10 r .
  • the CFA 100 is arranged such that the estimation, or interpolation, of green color values may be more accurate.
  • the pixels 10 for which green estimation is to be made include the red pixels 10 r and the blue pixels 10 b . These pixels 10 r and 10 b are surrounded on all sides by green pixels 10 g . In other words, any unknown green pixel 10 g in the CFA 100 is surrounded by a set of known green pixels 10 g in all eight directions, e.g., in its 3 ⁇ 3 neighborhood.
  • the CFA 100 produces image data 12 .
  • the image data 12 includes intensity information associated with each of the pixels 10 r , 10 g , and 10 b , of the CFA 100 .
  • the color interpolation algorithm 50 operates on the intensity information in the image data 12 .
  • variables, R, G, and B are used to denote the intensity information for the red pixel 10 r , green pixel 10 g , and blue pixel 10 b , respectively.
  • a 3 ⁇ 3 neighborhood 20 of the CFA 100 includes eight green pixels 10 g , corresponding to image data values, G (m ⁇ 1,n ⁇ 1) , G (m ⁇ 1,n) , G (m ⁇ 1,n+1) , G (m,n ⁇ 1) , G (m,n+1) , G (m+1,n ⁇ 1) , G (m+1,n) , and G (m+1,n+1) , surrounding an image data value, G (m,n) , for which the green component is unknown.
  • the unknown green value, G (m,n) may be associated with any location of the CFA 100 where a red pixel 10 r or a blue pixel 10 b is known.
  • the color interpolation algorithm 50 concentrates on the 3 ⁇ 3 neighborhood 20 surrounding each unknown pixel 10 .
  • the color interpolation algorithm 50 observes the intensity values of direct neighbors 22 of the green value, G (m,n) .
  • the direct neighbors of G (m,n) are G (m ⁇ 1,n) , G (m,n ⁇ 1) , G (m,n+1) , and G (m+1,n) . Where the intensity values of direct neighbors 22 are similar, certain patterns may be expected.
  • the unknown green value, G (m,n) is in a smooth zone or region.
  • the constant, k may be determined based on how close x is to y or based upon other factors.
  • ⁇ G V
  • and, where ( ⁇ G H > ⁇ G V ), then G (m,n) [k *( G (m ⁇ 1,n) +G (m+1,n) )/2+( G (m,n ⁇ 1) ⁇ G (m,n+1) )/2]/4, again, using a constant, k.
  • the difference between horizontal pixels, G (m,n ⁇ 1) and G (m,n+1) is greater than the difference between vertical pixels, G (m ⁇ 1,n) and G (m+1,n)
  • a stronger inference of a “stripe” is present in the vertical pixels, and, thus, the vertical pixels are afforded more weight in interpolating to the unknown green value, G (m,n) .
  • the weight is determined by the relative strength of the stripe, as given above.
  • the color interpolation algorithm 50 may derive the green value, G (m,n) .
  • G (m,n) A complete representation of the green color for the image data 12 is thus obtained.
  • the particular arrangement of color filters in the CFA 100 facilitates the interpolation of the unknown green color values. Because each unknown green color value is surrounded by known color values, a more precise estimate of the unknown value may be made, in some embodiments.
  • the color interpolation algorithm 50 next derives color hue information.
  • Hue is the color component of a color signal.
  • a color signal is an amalgam of three colors, such as red, green and blue.
  • hue may be measured as the relative intensity of red or blue color with respect to the green color.
  • the image data 12 is captured as a logarithm of the intensity of the incident light 16 . Since the intensity values for each color are captured in logarithmic form, the hue for each color may be obtained by subtracting the intensity information received.
  • the color interpolation algorithm 50 derives the red hue and from image data 12 associated with red pixels 10 r of the CFA 100 .
  • the blue hue is derived from color values associated with blue pixels 10 b of the CFA 100 .
  • each red pixel 10 r has an associated red value, R, obtained when the image was captured, and an interpolated green value, G.
  • each blue pixel 10 b has an associated blue value, B, obtained when the image was captured, and an interpolated green value, G.
  • H B B ⁇ G
  • the red and blue color values may be interpolated from the known red, R, and blue, B, color values, just as was done with the green color values, G, as described above.
  • each of the red, R, and green, G, values may be obtained for only 12.5% of the image data 12 .
  • the likelihood of accurately estimating color information from known color values is diminished for the red and blue colors.
  • hue is defined as a relative relationship between two color values.
  • hue information is well-suited to being used for color interpolation, particularly where the number of data samples is small.
  • the estimation of red and blue hues from known hues provided more accurate color data than estimating red and blue colors from known colors.
  • an arrangement of known red values, R, associated with the red pixels 10 r is shown in a sub-block 24 a comprising red, R, blue, B, and green, G values of the image data 12 .
  • the known red values, R are oriented in a symmetrical pattern.
  • the known blue values, B are oriented in the same symmetrical pattern as the known red values, R.
  • the red hue, H R may be obtained for each of the red values, R, as shown in a sub-block 24 b in FIG. 4 .
  • the red hues, H R for other unknown locations of the sub-block 24 are obtained by the color interpolation algorithm 50 .
  • an unknown red hue, H R(m,n) is positioned in a neighborhood 26 comprising known red hues, H R(m,n ⁇ 1) , H R(m ⁇ 1,n+1) and H R(m,n+3) .
  • the unknown red hue, H R(m,n) is positioned just to the right of known red hue, H R(m,n ⁇ 1) , and two positions to the left of known red hue, H R(m,n+3) .
  • the unknown red hue, H R(m,n) may be part of a smooth zone, shown in FIG. 5B , in which the known red hues, H R(m,n ⁇ 1) , H R(m ⁇ 1,n+1) and H R(m,n+3) , all have approximately the same intensity, x.
  • the neighborhood 26 includes two known red hues, H R(m,n ⁇ 1) , H R(m ⁇ 1,n+1) , with a value approximating x and the third known red hue, H R(m,n+3) , with a value approximating y.
  • H R(m,n) [2*[( H R(m,n ⁇ 1) +1/ ⁇ square root ⁇ 2 *H R(m ⁇ 1,n+1) )/(1+1/ ⁇ square root ⁇ 2)]+ H R(m,n+3) ]/3
  • the neighborhood 26 may be arranged as depicted in FIG. 5D , where known red hues, H R(m,n ⁇ 1) and H R(m,n+3) , approximate the same value, x.
  • known red hue, H R(m ⁇ 1,n+1) however, approximates a different intensity value, y. Accordingly, the neighborhood 26 is in a stripe zone.
  • the unknown red hue, H R(m,n) is positioned in the center of the neighborhood 26 , equally positioned between known red hues, H R(m,n ⁇ 1) and H R(m,n+2) , directly below known red hue, H R(m ⁇ 1,n) , and two positions above known red hue, H R(m+3,n) .
  • H R(m,n) ( H R(m,n ⁇ 1) +H R(m,n+2) +H R(m ⁇ 1,n) +H R(m+3,n) )/4
  • the neighborhood 26 may include a horizontal or a vertical stripe.
  • the color interpolation algorithm 50 determines whether the unknown red hue, H R(m,n) , is part of a horizontal stripe, H RH , or of a vertical stripe, H RV , then applies one of the following formulas to estimate the red value, H R(m,n) :
  • the unknown red hue, H R(m,n) is positioned in the center of a neighborhood 28 , directly below known red hue, H R(m ⁇ 1,n) , and including known red hues, H R(m ⁇ 2,n ⁇ 2) , H R(m ⁇ 2,n+2) , H R(m+2,n ⁇ 2) , H R(m+3,n) , and H R(m+2,n+2) ,.
  • a smooth zone is depicted in FIG. 7B , in which three of the known red hues, H R(m ⁇ 1,n) , H R(m ⁇ 2,n ⁇ 2) , and H R(m ⁇ 2,n+2) , are approximately x.
  • a vertical stripe zone is inferred, due to the known red hues, H R(m ⁇ 1,n) and H R(m+3,n) , having hues of approximately x.
  • the unknown red hue, H R(m,n) in the neighborhood 28 is moved downward one position (see FIG. 7A ).
  • the unknown red hue occupies a smooth zone, as known red hues, H R(m+1,n ⁇ 2) , H R(m+2,n) , and H R(m+1,n+2) , have approximately the same value, x.
  • H R(m ⁇ 2,n) ( H R(m ⁇ 2,n) +H R(m+2,n) )/2
  • the above operations used to derive red hues may likewise be performed on known blue hues to derive unknown blue hues.
  • the color interpolation algorithm 50 thus performs pattern recognition of the known color hues in deriving unknown color hues.
  • the CFA 100 is designed to facilitate accurate color interpolation of the green values, a better estimation of hues is possible, in some embodiments. Because green is more prominently discerned by human eyes, the CFA 100 and color interpolation algorithm 50 may provide improved image quality.
  • the color interpolation algorithm 50 is a software program that resides in a storage 52 of the imaging device 30 (see FIG. 1 ). Alternatively, a portion of the operations described herein may be performed using discrete logic circuitry.
  • the storage 52 may include volatile storage, such as a random access memory, or non-volatile storage such as a read-only memory (ROM), a flash memory, or a hard disk drive.
  • FIG. 9 a flow diagram illustrates the operation of the color interpolation algorithm 50 , according to one embodiment, and as described in detail above.
  • the color interpolation algorithm 50 is described where the CFA 100 utilizes the RGB color space. However, the algorithm 50 may readily be applied to the CFA 100 where the pixels 10 include other combinations of color filters, including but not limited to the cyan-magenta-yellow color space.
  • the color interpolation algorithm 50 reads the known green intensity values, G (block 502 ). Recall that the green values, G, are produced by the pixels 10 g of the CFA 100 that have green filters. These known green values, G, are used to estimate the unknown green values, which correspond to the pixels 10 b and 10 r that have blue and red filters, respectively (block 504 ). This green estimation is performed as described in FIGS. 3A-3E , above.
  • the color interpolation algorithm 50 assigns red (blue) hue to pixels with known red (blue) values (block 506 ), according to the formula shown.
  • the color interpolation algorithm 50 performs subsequent estimation on hue values, not intensity values, according to one embodiment.
  • the unknown red (blue) hues corresponding to various pixel locations in the image data are interpolated from known red (blue) hues (block 508 ).
  • red (blue) hues, H R (H B ), are known
  • the red (blue) values, R (B) may be derived, using the same hue formula, rearranged (block 510 ).
  • the estimation of red hues may precede the estimation of blue hues, or vice-versa.
  • the image may be reconstructed using the interpolated image data 80 produced by the color interpolation algorithm 50 .
  • the CFA 100 facilitates better performance of the color interpolation algorithm 50 , in some embodiments.

Abstract

A color filter array includes arrangements of green-filtered pixels to optimize performance and accuracy of color interpolation operations. Where red or blue pixels are found, green values are estimated with a high degree of accuracy. Unknown red and blue intensity values are interpolated by converting known red and blue values to hue. The interpolated hue values are then converted to intensity data.

Description

    BACKGROUND
  • This invention relates to image processing and, more particularly, to a color filter array and method for performing color interpolation.
  • A digital camera captures an image using a sensor including a large number of pixels, or picture elements. Each pixel may include a light-sensitive photocell or other circuitry that produces a voltage upon receiving incident light. The voltage is converted to digital form in the camera. The digitized image data may be stored, manipulated, or transmitted to another location within or outside the camera.
  • Rather than recording color, the circuitry of the pixel records intensity information of the image. Accordingly, the color information may be extracted from the intensity data using color filters. Although other color combinations are sometimes used, some arrangements of color filters extract the three primary colors: red, green, and blue. From combinations of the three colors, the entire color spectrum, from black to white, may be derived.
  • Cameras employ different mechanisms for obtaining the three primary colors from the incoming photons of light. Very high quality cameras, for example, may employ three separate sensors, a first with a red filter, a second with a blue filter, and a third with a green filter. Such cameras typically have one or more beam splitters that send the light to the different color sensors. All sensor photocells receive intensity information simultaneously. Because each photocell is receiving light filtered through a distinct color, each pixel value is dedicated to a single color. The additional hardware, however, makes these cameras relatively expensive.
  • A second method for recording the color information is to rotate a three-color filter across the sensor. Each pixel may store all three colors, in sequence. However, each color is stored at a different point in time. Thus, this method works well with still, but not candid or handheld photography, because the three colors are not obtained at precisely the same moment.
  • A third method for recording the three primary colors from a single image is to dedicate each pixel to a different color value. Different photocells of the sensor are filtered with one of the red, green, and blue filters. The arrangement of differently colored filters upon a sensor is known as a color filter array (CFA). CFA sensors allow each of the red, green, and blue pixels to receive image information simultaneously. Once the image is recorded, the true color, or three-color representation, for each pixel may subsequently be derived using color interpolation.
  • Color interpolation depends on the pattern, or “mosaic,” that describes the layout of the filters on the pixels of the sensor. One common mosaic is known as a Bayer pattern. The Bayer pattern alternates red and green pixels in a first row of the sensor with green and blue pixels in a second row of the sensor. Thus, there are twice as many green pixels (50%) as either red pixels (25%) or blue pixels (25%). The green pixels are preferred because the human eye is more sensitive to luminance in the green color region.
  • CFA sensors, including the Bayer-patterned sensor, are useful for some color imaging because a single sensor is used, yet all the color information is recorded at the same moment. This allows for smaller, cheaper, and more versatile cameras. Since each pixel records information from one color, information for the remaining colors is missing from that pixel. Accordingly, color interpolation is typically performed on image data produced by a CFA sensor.
  • A variety of color interpolation algorithms, both adaptive and non-adaptive, may be performed to synthesize the color pixels. Non-adaptive algorithms are performed in a fixed pattern for every pixel in a group. Such algorithms include nearest neighbor replication, bilinear interpolation, cubic convolution, and smooth hue transition.
  • Adaptive algorithms detect local spatial features in a group of pixels, then apply some function, or predictor, based on the features. Examples of adaptive algorithms include edge sensing interpolation, pattern recognition, and pattern matching interpolation, to name a few.
  • While CFA patterns are popular in digital camera sensors, performing color interpolation on CFA image data produces mixed results. Since color interpolation provides a more complete representation of the image than the image data recorded by the CFA, a CFA pattern that simplifies the color interpolation algorithm may increase the usefulness of some digital cameras.
  • Thus, there is a continuing need to provide a color filter array pattern that facilitates efficient color interpolation.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 is a block diagram of a digital imaging device employing the color filter array and color interpolation algorithm according to one embodiment of the invention;
  • FIG. 2 is a diagram of a novel color filter array according to one embodiment of the invention;
  • FIGS. 3A-3E are diagrams illustrating the color interpolation of green values using the CFA of FIG. 1 according to one embodiment of the invention;
  • FIG. 4 is a diagram of a sub-block of image data in which red color values are translated into hue values according to one embodiment of the invention;
  • FIGS. 5A-5D are diagrams illustrating the color interpolation of red (or blue) hues for one sub-block of image data according to one embodiment of the invention;
  • FIGS. 6A-6C are diagrams illustrating the color interpolation of red (or blue) hues for a second sub-block of image data according to one embodiment of the invention;
  • FIGS. 7A-7D are diagrams illustrating the color interpolation of red (or blue) hues for a third sub-block of image data according to one embodiment of the invention;
  • FIGS. 8A-8C are diagrams illustrating the color interpolation of red (or blue) hues for a fourth sub-block of image data according to one embodiment of the invention; and
  • FIG. 9 is a flow diagram illustrating operation of the color interpolation algorithm according to one embodiment of the invention.
  • DETAILED DESCRIPTION
  • When an image is captured, the image includes a number of elements, known as pixels, each of which describes the intensity of the image for a particular location. The color of a particular pixel in a color image is typically specified by red, green, and blue color components. Where each color is described by an 8-bit value, the pixel is represented by a 24-bit value, eight bits for each of the red, green, and blue components.
  • However, capturing a 24-bit representation of each pixel of an image is costly. Instead, a sensor, the part of a digital camera that receives the image information, typically includes a filter mosaic called a color filter array (CFA). Each filter in the CFA covers a single pixel and permits only a specific color of a particular spectral band to pass through the filter. Under such an arrangement, at each pixel location, a single color intensity is captured while the other two color intensities are missing.
  • Color interpolation allows the missing color information to be “recovered.” At each pixel location, the two missing colors may be interpolated, based upon available information about neighboring pixel locations. Both adaptive and non-adaptive color interpolation algorithms have been implemented on CFAs. The results for the various algorithms are mixed. Some algorithms are favored for still images while others are preferred because of their speed, complexity, or other factors.
  • When observing a color image, the human eye is better able to discern luminescence in green colors, whereas red and blue colors contribute to the intensity of the image. This is because human eye receptors are more sensitive to the green color than to either red or blue colors. The estimation of the green color in an image, therefore, is arguably more important for ensuring the visual quality of an interpolated image.
  • With this in mind, many CFAs favor green filters over red and blue filters. For example, the commonly used Bayer pattern employs 50% green filters, 25% red filters, and 25% blue filters, arranged in a particular mosaic. Because CFA-based image data is color interpolated, a CFA which enhances the color interpolation operation, whether by reducing its complexity or by increasing the quality of the interpolated image, may be desirable.
  • In FIG. 1, a digital imaging device 30 receives incident light 16 into a novel color filter array (CFA) 100 to produce image data 12, in one embodiment. The digital imaging device 30 may be a camera, a scanner, or a printer, to name a few examples. The CFA 100 is positioned over a sensor (not shown) that converts the incident light to a measurable voltage. The particular arrangement of filters on the CFA 100 are described in FIG. 2, below.
  • In one embodiment, the digital imaging device 30 performs a color interpolation operation or algorithm 50 on the image data 12 to produce interpolated image data 80. The interpolated image data 80 may be compressed or otherwise processed in the digital imaging device 30, or may be transmitted from the imaging device 30 to another entity, such as a computer or other processor-based system. The color interpolation algorithm 50 is discussed in more detail, below.
  • In FIG. 2, according to one embodiment, the CFA 100 is arranged in a particular mosaic or pattern. The CFA 100 includes a plurality of pixels 10. Each pixel 10 has one of three color filters associated therewith. In one embodiment, the red-green-blue (RGB) color space is represented. Pixel 10 r is associated with a red filter, pixel 10 g is associated with a green filter, and pixel 10 b is associated with a blue filter. The filters of the CFA 100 may be arranged using other color spaces, such as cyan-magenta-yellow (CMY), in some embodiments.
  • Like Bayer-patterned filters, the CFA 100 includes more green pixels 10 g than blue pixels 10 b or red pixels 10 r. In the CFA 100, green pixels 10 g comprise more than half the pixels 10. In one embodiment, a first row of the CFA 100 includes a red pixel 10 r followed by three green pixels 10 g, then a red pixel 10 r, then three green pixels 10 g. A second row of the CFA 100 includes the same arrangement as the first row, except the row does not start with a red pixel 10 r, but with two green pixels 10 g.
  • A third row and fourth row are arranged just as the first two rows, only the red pixels 10 r are replaced with blue pixels 10 b. Subsequent rows of the CFA 100 are simply replications of the first four rows. Ultimately, the CFA 100 includes 75% green pixels 10 g, 12.5% blue pixels 10 b, and 12.5% red pixels 10 r.
  • The CFA 100 is arranged such that the estimation, or interpolation, of green color values may be more accurate. The pixels 10 for which green estimation is to be made include the red pixels 10 r and the blue pixels 10 b. These pixels 10 r and 10 b are surrounded on all sides by green pixels 10 g. In other words, any unknown green pixel 10 g in the CFA 100 is surrounded by a set of known green pixels 10 g in all eight directions, e.g., in its 3×3 neighborhood.
  • As shown in FIG. 1, the CFA 100 produces image data 12. The image data 12 includes intensity information associated with each of the pixels 10 r, 10 g, and 10 b, of the CFA 100. The color interpolation algorithm 50 operates on the intensity information in the image data 12. In the following discussion, variables, R, G, and B are used to denote the intensity information for the red pixel 10 r, green pixel 10 g, and blue pixel 10 b, respectively.
  • In FIG. 3A, a 3×3 neighborhood 20 of the CFA 100 includes eight green pixels 10 g, corresponding to image data values, G(m−1,n−1), G(m−1,n), G(m−1,n+1), G(m,n−1), G(m,n+1), G(m+1,n−1), G(m+1,n), and G(m+1,n+1), surrounding an image data value, G(m,n), for which the green component is unknown. The unknown green value, G(m,n), may be associated with any location of the CFA 100 where a red pixel 10 r or a blue pixel 10 b is known. In one embodiment, the color interpolation algorithm 50 concentrates on the 3×3 neighborhood 20 surrounding each unknown pixel 10.
  • In estimating the unknown green value, G(m,n), the color interpolation algorithm 50 observes the intensity values of direct neighbors 22 of the green value, G(m,n). As shown in FIG. 3B, the direct neighbors of G(m,n) are G(m−1,n), G(m,n−1), G(m,n+1), and G(m+1,n). Where the intensity values of direct neighbors 22 are similar, certain patterns may be expected.
  • In FIG. 3C, for example, all the direct neighbors 22 of the unknown green value, G(m,n), have approximately the same intensity value, x. Thus, the unknown green value, G(m,n), is in a smooth zone or region. In one embodiment, where the unknown green value, G(m,n), occupies a smooth zone, the green value, G(m,n), is estimated by taking an average of the values of the four direct neighbors:
    G (m,n)=(G (m−1,n) +G (m,n−1) +G (m,n+1) +G (m+1,n))/4
    where G(m−1,n)≈G(m,n−1)≈G(m,n+1)≈G(m+1,n)≈x, then G(m,n)≈4x/4≈x.
  • In FIG. 3D, three of the direct neighbors 22 of the unknown green value, G(m,n), have approximately the same intensity value, x, while the fourth direct neighbor, G(m+1,n), has a distinct intensity value, y. The unknown green value, G(m,n), is thus in an edge zone. In one embodiment, the color interpolation algorithm 50 estimates the green value, G(m,n), by averaging the three values which are similar, then weighting the average by some constant, as shown:
    G (m,n) =[k*(G (m−1,n) +G (m,n−1) +G (m,n+1))/3+G (m+1,n)]/(k+1)
    The constant, k, may be determined based on how close x is to y or based upon other factors. In one embodiment, k is determined by assessing the intensity values, x and y, where L=|x−y|, as follows:
    if L≦20, K=L/5+1
    else K=5
  • In FIG. 3E, two of the direct neighbors, G(m−1,n) and G(m+1,n), of the unknown green value, G(m,n), have approximately one intensity value, x, while the other two direct neighbors, G(m,n−1) and G(m,n+1), have approximately a second intensity value, y. Accordingly, the unknown green value, G(m,n), is in a stripe zone, and is likely to have one of the intensity values, x or y. In one embodiment, the color interpolation algorithm 50 performs difference calculations as follows:
    ΔGH =|G (m,n−1) −G (m,n+1)|
    ΔGV =|G (m−1,n) −G (m+1,n)|
    and, where (ΔGH>ΔGV), then
    G (m,n) =[k*(G (m−1,n) +G (m+1,n))/2+(G (m,n−1) −G (m,n+1))/2]/4,
    again, using a constant, k. In one embodiment, k is derived by taking the difference between GH and GV (L=|GH−GV|) and using the following formula:
    if L≦20, k=L/5+1
    else k=5
    In other words, where the difference between horizontal pixels, G(m,n−1) and G(m,n+1), is greater than the difference between vertical pixels, G(m−1,n) and G(m+1,n), a stronger inference of a “stripe” is present in the vertical pixels, and, thus, the vertical pixels are afforded more weight in interpolating to the unknown green value, G(m,n). The weight is determined by the relative strength of the stripe, as given above.
  • Thus, by analyzing its direct neighbors 22, the color interpolation algorithm 50 may derive the green value, G(m,n). A complete representation of the green color for the image data 12 is thus obtained. The particular arrangement of color filters in the CFA 100 facilitates the interpolation of the unknown green color values. Because each unknown green color value is surrounded by known color values, a more precise estimate of the unknown value may be made, in some embodiments.
  • In one embodiment, the color interpolation algorithm 50 next derives color hue information. Hue is the color component of a color signal. Recall, however, that a color signal is an amalgam of three colors, such as red, green and blue. Thus, hue may be measured as the relative intensity of red or blue color with respect to the green color.
  • In one embodiment, the image data 12 is captured as a logarithm of the intensity of the incident light 16. Since the intensity values for each color are captured in logarithmic form, the hue for each color may be obtained by subtracting the intensity information received.
  • In one embodiment, the color interpolation algorithm 50 derives the red hue and from image data 12 associated with red pixels 10 r of the CFA 100. Likewise, the blue hue is derived from color values associated with blue pixels 10 b of the CFA 100. Following green color interpolation, as described above, each red pixel 10 r has an associated red value, R, obtained when the image was captured, and an interpolated green value, G. In one embodiment, the color interpolation algorithm 50 derives the red hue, HR, of the pixel 10 r, as follows:
    H R =R−G
    Likewise, each blue pixel 10 b has an associated blue value, B, obtained when the image was captured, and an interpolated green value, G. In one embodiment, the color interpolation algorithm 50 obtains the blue hue, HB, of the pixel 10 b, according to the following formula:
    H B =B−G
    Thus, for each blue pixel 10 b, the blue hue, Hb, can be obtained. For each red pixel 10 r, the red hue, Hr, can be obtained. Likewise, color information, R and B, may be obtained from hue information, HR and HB, as follows:
    R=H R +G, and
    B=H B +G
  • The red and blue color values may be interpolated from the known red, R, and blue, B, color values, just as was done with the green color values, G, as described above. However, using the CFA 100, each of the red, R, and green, G, values may be obtained for only 12.5% of the image data 12. Thus, the likelihood of accurately estimating color information from known color values is diminished for the red and blue colors.
  • The human eye does not process image data in terms of absolute color values. Instead, the human eye discerns color in relative terms. Looking at the formulas for HB and HR, hue is defined as a relative relationship between two color values. Thus, hue information is well-suited to being used for color interpolation, particularly where the number of data samples is small. In one embodiment, the estimation of red and blue hues from known hues provided more accurate color data than estimating red and blue colors from known colors.
  • In FIG. 4, an arrangement of known red values, R, associated with the red pixels 10 r, is shown in a sub-block 24 a comprising red, R, blue, B, and green, G values of the image data 12. The known red values, R, are oriented in a symmetrical pattern. Although not illustrated, the known blue values, B, are oriented in the same symmetrical pattern as the known red values, R.
  • Using the formula above, the red hue, HR, may be obtained for each of the red values, R, as shown in a sub-block 24 b in FIG. 4. In one embodiment, the red hues, HR, for other unknown locations of the sub-block 24 are obtained by the color interpolation algorithm 50.
  • In FIG. 5A, an unknown red hue, HR(m,n), is positioned in a neighborhood 26 comprising known red hues, HR(m,n−1), HR(m−1,n+1) and HR(m,n+3). The unknown red hue, HR(m,n), is positioned just to the right of known red hue, HR(m,n−1), and two positions to the left of known red hue, HR(m,n+3).
  • The unknown red hue, HR(m,n), may be part of a smooth zone, shown in FIG. 5B, in which the known red hues, HR(m,n−1), HR(m−1,n+1) and HR(m,n+3), all have approximately the same intensity, x. In one embodiment, the color interpolation algorithm 50 derives the unknown red hue, HR(m,n), in a smooth zone as follows:
    H R(m,n)=(k*H R(m,n−1) +j*H R(m−1,n+1) +p*H R(m,n+3))/(k+j+p)
    where k, j, and p are variables that weight the known red hues according to the inverse of their relative radial distances from the pixel with unknown red hue, HR(m,n), in one embodiment. In this example, the weights are assigned as k=1, j=½, and p=⅓.
  • In FIG. 5C, the neighborhood 26 includes two known red hues, HR(m,n−1), HR(m−1,n+1), with a value approximating x and the third known red hue, HR(m,n+3), with a value approximating y. This arrangement appears to be a corner zone. In one embodiment, the color interpolation algorithm 50 derives the unknown red hue, HR(m,n), in a corner zone using the following formula:
    H R(m,n)=[2*[(H R(m,n−1)+1/{square root}2*H R(m−1,n+1))/(1+1/{square root}2)]+H R(m,n+3)]/3
  • Alternatively, the neighborhood 26 may be arranged as depicted in FIG. 5D, where known red hues, HR(m,n−1) and HR(m,n+3), approximate the same value, x. Known red hue, HR(m−1,n+1), however, approximates a different intensity value, y. Accordingly, the neighborhood 26 is in a stripe zone. In one embodiment, the color interpolation algorithm 50 derives the unknown red hue, HR(m,n), in a stripe zone by performing the following operation:
    H R(m,n)=[1.5*(3*H R(m,n−1) +H R(m,n+3))/4+H R(m−1,n+1)]/2.5
    where the known red hues, HR(m,n−1) and HR(m,n+3), are given more weight because of the possible continuity. In one embodiment, where a shorter radial distance between known hues is found, a higher weight value is assigned, and vice-versa.
  • In FIG. 6A, the unknown red hue, HR(m,n), is positioned in the center of the neighborhood 26, equally positioned between known red hues, HR(m,n−1) and HR(m,n+2), directly below known red hue, HR(m−1,n), and two positions above known red hue, HR(m+3,n).
  • A smooth zone is depicted in FIG. 6B, in which each known red hue is approximately x. In one embodiment, the color interpolation algorithm 50 estimates the red hue, HR(m,n), as follows:
    H R(m,n)=(H R(m,n−1) +H R(m,n+2) +H R(m−1,n) +H R(m+3,n))/4
  • In FIG. 6C, a corner zone is suggested where known red hues, HR(m,n−1) and HR(m−1,n+1), have similar values, x, while HR(m,n+3) has a distinct value, y. Thus, the neighborhood 26 may include a horizontal or a vertical stripe. In one embodiment, the color interpolation algorithm 50 determines whether the unknown red hue, HR(m,n), is part of a horizontal stripe, HRH, or of a vertical stripe, HRV, then applies one of the following formulas to estimate the red value, HR(m,n):
    H R(m,n) =H RH=(2*H R(m,n−1) +H R(m,n+2))/3
    H R(m,n) =H RV=(3*H R(m−1,n) +H R(m+3,n))/4
  • In FIG. 7A, the unknown red hue, HR(m,n), is positioned in the center of a neighborhood 28, directly below known red hue, HR(m−1,n), and including known red hues, HR(m−2,n−2), HR(m−2,n+2), HR(m+2,n−2), HR(m+3,n), and HR(m+2,n+2),.
  • A smooth zone is depicted in FIG. 7B, in which three of the known red hues, HR(m−1,n), HR(m−2,n−2), and HR(m−2,n+2), are approximately x. In one embodiment, the color interpolation algorithm 50 estimates the red hue, HR(m,n), for a smooth zone as follows:
    H R(m,n)=(H R(m,n−1) +H R(m−2,n−2) +H R(m−2,n+2))/3
  • In FIG. 7C, a vertical stripe zone is inferred, due to the known red hues, HR(m−1,n) and HR(m+3,n), having hues of approximately x. In one embodiment, the color interpolation algorithm 50 estimates the red hue, HR(m,n), for such a vertical zone using the following formula:
    H R(m,n)=(3*H R(m−1,n) +H R(m+3,n))/4
    Note that more weight is given to the known red hue, HR(m−1,n), due to its proximity to the unknown red hue, HR(m,n).
  • In FIG. 7D, two of the known red hues, HR(m−2,n−2) and HR(m+2,n+2), have approximately the same value, x, and suggest that the unknown red hue, HR(m,n), may be in a diagonal arrangement. Accordingly, in one embodiment, the color interpolation algorithm 50 estimates the red hue, HR(m,n), for such a diagonal zone as follows:
    H R(m,n)=(H R(m−2,n−2) +H R(m+2,n+2))/2
    Where, instead, known red hues, HR(m+2,n−2) and HR(m−2,n+2), have approximately the same value, y, the color interpolation algorithm 50 estimates the red hue, HR(m,n), using the following formula:
    H R(m,n)=(H R(m+2,n−2) +H R(m−2,n+2))/2
  • In FIG. 8A, the unknown red hue, HR(m,n), in the neighborhood 28 is moved downward one position (see FIG. 7A). In FIG. 8B, the unknown red hue occupies a smooth zone, as known red hues, HR(m+1,n−2), HR(m+2,n), and HR(m+1,n+2), have approximately the same value, x. Accordingly, the color interpolation algorithm 50 estimates the red hue, HR(m,n), by performing the following operation:
    H R(m,n)=(1/{square root}5*H R(m+1,n−2))+(½*H R(m+2,n))+(1/{square root}5*H R(m+1,n+2))
  • In FIG. 8C, known red hues, HR(m−2,n) and HR(m+2,n), have approximately the same value, y, suggesting a vertical zone. In one embodiment, the color interpolation algorithm 50 derives the unknown red hue, HR(m,n), using the following formula:
    H R(m,n)=(H R(m−2,n) +H R(m+2,n))/2
  • The above operations used to derive red hues may likewise be performed on known blue hues to derive unknown blue hues. The color interpolation algorithm 50 thus performs pattern recognition of the known color hues in deriving unknown color hues.
  • Once all the red and blue hues are known, the red and blue values may be derived, using the formulas, R=HR+G, and B=HB+G, described above. Since the unknown green color values, G, have already been estimated, the color interpolation algorithm 50 has a complete representation of each of the red, blue, and green colors associated with each pixel 10 of the CFA 100.
  • Because the CFA 100 is designed to facilitate accurate color interpolation of the green values, a better estimation of hues is possible, in some embodiments. Because green is more prominently discerned by human eyes, the CFA 100 and color interpolation algorithm 50 may provide improved image quality.
  • In one embodiment, the color interpolation algorithm 50 is a software program that resides in a storage 52 of the imaging device 30 (see FIG. 1). Alternatively, a portion of the operations described herein may be performed using discrete logic circuitry. The storage 52 may include volatile storage, such as a random access memory, or non-volatile storage such as a read-only memory (ROM), a flash memory, or a hard disk drive.
  • In FIG. 9, a flow diagram illustrates the operation of the color interpolation algorithm 50, according to one embodiment, and as described in detail above. Once an image is captured, the image data 12 may be stored. Typically, the image data 12 may be stored in a temporary frame buffer memory.
  • The color interpolation algorithm 50 is described where the CFA 100 utilizes the RGB color space. However, the algorithm 50 may readily be applied to the CFA 100 where the pixels 10 include other combinations of color filters, including but not limited to the cyan-magenta-yellow color space.
  • In one embodiment, the color interpolation algorithm 50 reads the known green intensity values, G (block 502). Recall that the green values, G, are produced by the pixels 10 g of the CFA 100 that have green filters. These known green values, G, are used to estimate the unknown green values, which correspond to the pixels 10 b and 10r that have blue and red filters, respectively (block 504). This green estimation is performed as described in FIGS. 3A-3E, above.
  • Once green values are known for all the image data, in one embodiment, the color interpolation algorithm 50 assigns red (blue) hue to pixels with known red (blue) values (block 506), according to the formula shown. The color interpolation algorithm 50 performs subsequent estimation on hue values, not intensity values, according to one embodiment. As described in FIGS. 5A-5D, 6A-6C, 7A-7D, and 8A-8C, the unknown red (blue) hues corresponding to various pixel locations in the image data are interpolated from known red (blue) hues (block 508).
  • Once the red (blue) hues, HR (HB), are known, the red (blue) values, R (B), may be derived, using the same hue formula, rearranged (block 510). The estimation of red hues may precede the estimation of blue hues, or vice-versa.
  • Once the estimation of red and blue hues is complete, the image may be reconstructed using the interpolated image data 80 produced by the color interpolation algorithm 50. By emphasizing the accurate estimation of the green color, the CFA 100 facilitates better performance of the color interpolation algorithm 50, in some embodiments.
  • While the present invention has been described with respect to a limited number of embodiments, those skilled in the art will appreciate numerous modifications and variations therefrom. It is intended that the appended claims cover all such modifications and variations as fall within the true spirit and scope of this present invention.

Claims (9)

1-10. (canceled)
11. A system comprising:
a color filter array comprising a plurality of first color-filtered pixels, second color-filtered pixels, and third color-filtered pixels, wherein each third color-filtered pixel and each first color-filtered pixel are surrounded on all sides by second color-filtered pixels; and
a color interpolation program to receive image data produced by incident light passing through the color filter array and produce interpolated image data.
12. The system of claim 11, wherein the image data comprises first color values, second color values, and third color values and the color interpolation program:
estimates an interpolated second color value from a plurality of second color values in a sub-block of the image data;
derives a plurality of first color hues using the first color values and the interpolated second color values; and
estimates a plurality of interpolated first color hues using the first color hues.
13. The system of claim 12, wherein the color interpolation program further derives a second plurality of first color values from the plurality of interpolated first color hues.
14. The system of claim 13, wherein the color interpolation program further:
derives a plurality of third color hues using the third color values and the interpolated second color values;
estimates a plurality of interpolated third color hues using the third color hues; and
derives a second plurality of third color values from the plurality of interpolated third color hues.
15. The system of claim 11, wherein the second color-filtered pixels comprise seventy-five percent of the pixels in the color filter array.
16. The system of claim 11, further comprising storage to store the color interpolation program.
17. The system of claim 11, wherein the first color-filtered pixel comprises a red-filtered pixel, the second color-filtered pixel comprises a green-filtered pixel, and the third color-filtered pixel comprises a blue-filtered pixel.
18-21. (canceled)
US11/105,907 2000-11-30 2005-04-14 Color filter array and color interpolation algorithm Abandoned US20050174441A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US11/105,907 US20050174441A1 (en) 2000-11-30 2005-04-14 Color filter array and color interpolation algorithm

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US09/727,038 US6917381B2 (en) 2000-11-30 2000-11-30 Color filter array and color interpolation algorithm
US11/105,907 US20050174441A1 (en) 2000-11-30 2005-04-14 Color filter array and color interpolation algorithm

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US09/727,038 Division US6917381B2 (en) 2000-11-30 2000-11-30 Color filter array and color interpolation algorithm

Publications (1)

Publication Number Publication Date
US20050174441A1 true US20050174441A1 (en) 2005-08-11

Family

ID=24921088

Family Applications (2)

Application Number Title Priority Date Filing Date
US09/727,038 Expired - Lifetime US6917381B2 (en) 2000-11-30 2000-11-30 Color filter array and color interpolation algorithm
US11/105,907 Abandoned US20050174441A1 (en) 2000-11-30 2005-04-14 Color filter array and color interpolation algorithm

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US09/727,038 Expired - Lifetime US6917381B2 (en) 2000-11-30 2000-11-30 Color filter array and color interpolation algorithm

Country Status (1)

Country Link
US (2) US6917381B2 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070091188A1 (en) * 2005-10-21 2007-04-26 Stmicroelectroncs, Inc. Adaptive classification scheme for CFA image interpolation
US20090066821A1 (en) * 2007-09-07 2009-03-12 Jeffrey Matthew Achong Method And Apparatus For Interpolating Missing Colors In A Color Filter Array
US20090092338A1 (en) * 2007-10-05 2009-04-09 Jeffrey Matthew Achong Method And Apparatus For Determining The Direction of Color Dependency Interpolating In Order To Generate Missing Colors In A Color Filter Array
US20220215506A1 (en) * 2021-01-07 2022-07-07 Apple Inc. Circuit for combined down sampling and correction of image data

Families Citing this family (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3548504B2 (en) * 2000-06-26 2004-07-28 キヤノン株式会社 Signal processing device, signal processing method, and imaging device
US6563439B1 (en) * 2000-10-31 2003-05-13 Intel Corporation Method of performing Huffman decoding
US6636167B1 (en) * 2000-10-31 2003-10-21 Intel Corporation Method of generating Huffman code length information
DE10136474A1 (en) * 2001-07-27 2003-02-13 Philips Corp Intellectual Pty Electronic circuit for operating an HID lamp and image projector
US7012643B2 (en) 2002-05-08 2006-03-14 Ball Aerospace & Technologies Corp. One chip, low light level color camera
US7477781B1 (en) 2002-10-10 2009-01-13 Dalsa Corporation Method and apparatus for adaptive pixel correction of multi-color matrix
US7324707B2 (en) * 2004-10-12 2008-01-29 Altek Corporation Interpolation method for generating pixel color
TWI249336B (en) * 2004-11-15 2006-02-11 Ind Tech Res Inst Method and apparatus of color filter array demosaicking for digital image acquisition system
CN100459718C (en) * 2004-11-26 2009-02-04 财团法人工业技术研究院 Method and device for decoding mosaic of color filter array picture
US7780089B2 (en) 2005-06-03 2010-08-24 Hand Held Products, Inc. Digital picture taking optical reader having hybrid monochrome and color image sensor array
US7568628B2 (en) 2005-03-11 2009-08-04 Hand Held Products, Inc. Bar code reading device with global electronic shutter control
US7611060B2 (en) 2005-03-11 2009-11-03 Hand Held Products, Inc. System and method to automatically focus an image reader
GB2426881B (en) * 2005-06-01 2010-12-29 Snell & Wilcox Ltd Method and apparatus for spatial interpolation of colour images
US7770799B2 (en) 2005-06-03 2010-08-10 Hand Held Products, Inc. Optical reader having reduced specular reflection read failures
CN100379254C (en) * 2005-08-10 2008-04-02 展讯通信(上海)有限公司 Method for removing interpolation image color edge development
CN100414964C (en) * 2005-08-10 2008-08-27 展讯通信(上海)有限公司 Color filter lens array interpolation method
US20070159542A1 (en) * 2006-01-12 2007-07-12 Gang Luo Color filter array with neutral elements and color image formation
US7456881B2 (en) * 2006-01-12 2008-11-25 Aptina Imaging Corporation Method and apparatus for producing Bayer color mosaic interpolation for imagers

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4605956A (en) * 1984-09-10 1986-08-12 Eastman Kodak Company Single-chip electronic color camera with color-dependent birefringent optical spatial frequency filter and red and blue signal interpolating circuit
US4630307A (en) * 1984-09-10 1986-12-16 Eastman Kodak Company Signal processing method and apparatus for sampled image signals
US4642678A (en) * 1984-09-10 1987-02-10 Eastman Kodak Company Signal processing method and apparatus for producing interpolated chrominance values in a sampled color image signal
US5054100A (en) * 1989-11-16 1991-10-01 Eastman Kodak Company Pixel interpolator with edge sharpening
US5251019A (en) * 1991-01-25 1993-10-05 Eastman Kodak Company Solid state color image sensor using a field-staggered color filter pattern
US5374956A (en) * 1992-05-29 1994-12-20 Eastman Kodak Company Electronic imaging apparatus with dithered color filter array
US6563537B1 (en) * 1997-07-31 2003-05-13 Fuji Photo Film Co., Ltd. Image signal interpolation
US6570616B1 (en) * 1997-10-17 2003-05-27 Nikon Corporation Image processing method and device and recording medium in which image processing program is recorded

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5008739A (en) * 1989-02-13 1991-04-16 Eastman Kodak Company Real-time digital processor for producing full resolution color signals from a multi-color image sensor
US5382976A (en) * 1993-06-30 1995-01-17 Eastman Kodak Company Apparatus and method for adaptively interpolating a full color image utilizing luminance gradients
JP3753197B2 (en) * 1996-03-28 2006-03-08 富士写真フイルム株式会社 Image data interpolation calculation method and apparatus for performing the method
JP4115574B2 (en) * 1998-02-02 2008-07-09 オリンパス株式会社 Imaging device
US6507364B1 (en) * 1998-03-13 2003-01-14 Pictos Technologies, Inc. Edge-dependent interpolation method for color reconstruction in image processing devices
US6404918B1 (en) * 1999-04-30 2002-06-11 Hewlett-Packard Company Image demosaicing method utilizing directional smoothing

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4605956A (en) * 1984-09-10 1986-08-12 Eastman Kodak Company Single-chip electronic color camera with color-dependent birefringent optical spatial frequency filter and red and blue signal interpolating circuit
US4630307A (en) * 1984-09-10 1986-12-16 Eastman Kodak Company Signal processing method and apparatus for sampled image signals
US4642678A (en) * 1984-09-10 1987-02-10 Eastman Kodak Company Signal processing method and apparatus for producing interpolated chrominance values in a sampled color image signal
US5054100A (en) * 1989-11-16 1991-10-01 Eastman Kodak Company Pixel interpolator with edge sharpening
US5251019A (en) * 1991-01-25 1993-10-05 Eastman Kodak Company Solid state color image sensor using a field-staggered color filter pattern
US5374956A (en) * 1992-05-29 1994-12-20 Eastman Kodak Company Electronic imaging apparatus with dithered color filter array
US6563537B1 (en) * 1997-07-31 2003-05-13 Fuji Photo Film Co., Ltd. Image signal interpolation
US6570616B1 (en) * 1997-10-17 2003-05-27 Nikon Corporation Image processing method and device and recording medium in which image processing program is recorded

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070091188A1 (en) * 2005-10-21 2007-04-26 Stmicroelectroncs, Inc. Adaptive classification scheme for CFA image interpolation
US20090066821A1 (en) * 2007-09-07 2009-03-12 Jeffrey Matthew Achong Method And Apparatus For Interpolating Missing Colors In A Color Filter Array
US7825965B2 (en) 2007-09-07 2010-11-02 Seiko Epson Corporation Method and apparatus for interpolating missing colors in a color filter array
US20090092338A1 (en) * 2007-10-05 2009-04-09 Jeffrey Matthew Achong Method And Apparatus For Determining The Direction of Color Dependency Interpolating In Order To Generate Missing Colors In A Color Filter Array
US20220215506A1 (en) * 2021-01-07 2022-07-07 Apple Inc. Circuit for combined down sampling and correction of image data
US11763421B2 (en) * 2021-01-07 2023-09-19 Apple Inc. Circuit for combined down sampling and correction of image data

Also Published As

Publication number Publication date
US6917381B2 (en) 2005-07-12
US20020063789A1 (en) 2002-05-30

Similar Documents

Publication Publication Date Title
US20050174441A1 (en) Color filter array and color interpolation algorithm
US5805217A (en) Method and system for interpolating missing picture elements in a single color component array obtained from a single color sensor
JP5461568B2 (en) Modify color and full color channel CFA images
US6192162B1 (en) Edge enhancing colored digital images
JP5140766B2 (en) Imperfect color and full color CFA image improvement
US7256828B2 (en) Weighted gradient based and color corrected interpolation
US20090290052A1 (en) Color Pixel Pattern Scheme for High Dynamic Range Optical Sensor
US7072509B2 (en) Electronic image color plane reconstruction
JP2009524989A (en) Interpolation of panchromatic and color pixels
JPH08298670A (en) Adaptive color interpolation single sensor color electronic camera
JP2004153823A (en) Image processing system using local linear regression
US20070292022A1 (en) Weighted gradient based and color corrected interpolation
US6867802B2 (en) Camera with color filter
US5821999A (en) Method and system for fractally interpolating intensity values for a single color component array obtained from a single color sensor
US6847396B1 (en) Interpolation method for producing full color images in using a single-chip color sensor
JP3059205B2 (en) Image processing device
US7046277B2 (en) Image interpolating device, including interpolation and modification processors
Yang et al. Quality evaluation of color demosaicing according to image resolution
EP1528814A2 (en) Imaging apparatus
JP2001078211A (en) Device and method for color component generation and multi-colored image pickup device using same
JP4334150B2 (en) Image interpolation device
JP2003134523A (en) Image pickup apparatus and method
JP3226224B2 (en) Image processing device
JP4334152B2 (en) Image interpolation device
JP4334151B2 (en) Image interpolation device

Legal Events

Date Code Title Description
STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION