US20100321520A1 - Digital camera and method - Google Patents
Digital camera and method Download PDFInfo
- Publication number
- US20100321520A1 US20100321520A1 US12/862,458 US86245810A US2010321520A1 US 20100321520 A1 US20100321520 A1 US 20100321520A1 US 86245810 A US86245810 A US 86245810A US 2010321520 A1 US2010321520 A1 US 2010321520A1
- Authority
- US
- United States
- Prior art keywords
- component
- image
- histogram
- pixels
- value
- 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
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T5/00—Image enhancement or restoration
- G06T5/90—Dynamic range modification of images or parts thereof
- G06T5/92—Dynamic range modification of images or parts thereof based on global image properties
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T5/00—Image enhancement or restoration
- G06T5/40—Image enhancement or restoration using histogram techniques
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T2207/00—Indexing scheme for image analysis or image enhancement
- G06T2207/10—Image acquisition modality
- G06T2207/10024—Color image
Definitions
- the present invention relates to digital signal processing, and more particularly to architectures and methods for enhancement in digital images and video.
- Imaging and video capabilities have become the trend in consumer electronics. Digital cameras, digital camcorders, and video cellular phones are common, and many other new gadgets are evolving in the marketplace. Advances in large resolution CCD/CMOS sensors coupled with the availability of low-power digital signal processors (DSPs) has led to the development of digital cameras with both high resolution still image and short audio/visual clip capabilities.
- the high resolution e.g., sensor with a 2560 ⁇ 1920 pixel array
- FIG. 2 a is an example functional block diagram for digital camera control and image processing (“image pipeline”).
- the automatic focus, automatic exposure, and automatic white balancing are referred to as the 3A functions; and the image processing includes functions such as color filter array (CFA) interpolation, gamma correction, white balancing, color space conversion, and JPEG/MPEG compression/decompression (JPEG for single images and MPEG for video clips).
- CFA color filter array
- JPEG JPEG for single images and MPEG for video clips.
- the typical color CCD consists of a rectangular array of photosites (corresponding to pixels in an output image) with each photosite covered by a filter (the CFA): typically, red, green, or blue. In the commonly-used Bayer pattern CFA one-half of the photosites are green, one-quarter are red, and one-quarter are blue.
- FIGS. 2 b - 2 d show an alternative architecture with FIG. 2 c illustrating the video
- Typical digital cameras provide a capture mode with full resolution image or audio/visual clip processing plus compression and storage, a preview mode with lower resolution processing for immediate display, and a playback mode for displaying stored images or audio/visual clips.
- High contrast images are appealing to human eyes. However, it is difficult to obtain high contrast images from video or still cameras or camera phones, due to the limitations of the sensors, image processors, and displays. Many contrast enhancement methods have been proposed for image processing applications. But they are either too complex to be used for consumer video or still cameras, or specific for different imaging applications such as biomedical imaging. A desirable method for digital cameras should be universal, because digital cameras will be used to capture different kinds of images. It also should have low computation complexity and low memory requirements, due to the cost and shot-to-shot constraints of digital cameras.
- the present invention provides image and/or video contrast enhancement with low complexity by piecewise-linear transform with saturation values determined by histogram analysis.
- FIGS. 1 a - 1 d are a flowchart plus enhancement function graphs and a heuristic histogram.
- FIGS. 2 a - 2 e illustrate an image pipeline, processor, and network communication.
- FIGS. 3 a - 3 b show experimental results.
- Preferred embodiment image (still image or individual video frame) contrast enhancement methods apply a piecewise-linear transform with the transform cutoffs determined as a fraction of the peak histogram count for an estimated green component.
- the enhancement typically would precede gamma correction in the image pipeline.
- Video preferred embodiment methods include parameter filtering for smooth contrast enhancements from frame to frame and the use of prior frame statistics for one-pass enhancement.
- DSPs digital signal processors
- SoC systems on a chip
- FIG. 2 b is an example of digital camera hardware.
- a stored program in an onboard or external (flash EEP)ROM or FRAM could implement the signal processing.
- Analog-to-digital converters and digital-to-analog converters can provide coupling to the real world, modulators and demodulators (plus antennas for air interfaces) can provide coupling for transmission waveforms, and packetizers can provide formats for transmission over networks such as the Internet; see FIG. 2 e.
- the first preferred embodiment contrast enhancement methods for images use a piecewise-linear transform of pixel values as shown in FIG. 1 b ; the scale in FIG. 1 b corresponds to 8-bit (0-255) data.
- the piecewise-linear transform provides the advantage of linear transform simplicity for implementation.
- the linear transform is a constant mapping for the lower and higher values because human eyes are less sensitive to luminance variation in these two ranges than in the middle intensity range.
- This linear transform is performed before the gamma correction to take advantage of perceptual uniformity given by the gamma correction; that is, the contrast enhancement method inserted into the example of FIG. 2 d could be applied between color conversion (RGB-to-RGB) and gamma correction.
- the two parameters, S 1 and S 2 of the transform would be image dependent.
- the same linear transform is applied independently to each of the R, G, and B components of each pixel.
- the preferred embodiment image methods decide the cutoff points S 1 and S 2 in the linear transform function based upon the image characteristics. Luminance values are frequently used in contrast enhancement. Based on Rec709, the luminance level of each pixel is computed from the red, green, and blue component values as:
- the green component contributes the most energy to the luminance. For low complexity, it is reasonable to use the green component only. Experiments also show that this simplification does not introduce any visual difference. Thus it would seem plausible to use the minimum and the maximum values of the green components of all pixels as the S 1 and S 2 values, respectively. However, this does not work well. First, for most images with appropriate exposure, the minimum and maximum pixel luminance or green values will be very close to 0 and 255, respectively. Second, the minimum and maximum values are usually determined by the outliners in an image.
- image contrast enhancement methods use histogram analysis of an image to choose S 1 and S 2 as follows.
- FIG. 1 c heuristically illustrates a histogram with nP, nC, S 1 , and S 2 labeled.
- nP the maximum count for each of the 256 possible green (or luminance) values is 19,200.
- nC the maximum cutoff
- nC 3% or 5% of nP
- nP 5% of nP
- the very dark and very bright pixels could be ignored by disregarding the extremes in the histogram, such as the counts for values in the range 0 to 5 and 250 to 255 would ignored in computing S 1 and S 2 .
- nP For higher resolution data, such as 12-bit green or luminance values, the number of possible values increases, e.g, to 4,096, but the histogram will have the same general shape, although more noisy looking, and the cutoff, nC, to determine S 1 and S 2 would still be computed as a fraction of the peak count, nP.
- the main computational complexity of the foregoing methods lies in the histogram computation plus the linear transform computation.
- a straightforward way to do the histogram computation is after the RGB-to-RGB color level conversion.
- the difficulty is how to estimate the histogram of processed green components based on Bayer raw data before processing. Note that after processing the processed green component is totally different from Gr and Gb components in the Bayer data.
- the first preferred embodiment methods use a simplified model for these processing.
- the first preferred embodiment methods estimate downsampled processed green components based on R, Gr, Gb, and B in a 2 ⁇ 2 neighbor of Bayer data by:
- D is the digital gain
- W i are the white balancing gains
- M 2,i and O 2 are the RGB-to-RGB conversion coefficients for the processed green component. That is, the contrast enhancement histogram uses these values of G.
- FIG. 1 d is a graph of the piecewise linear function.
- the piecewise-linear transform is a constant mapping for the lower and higher values, because human eyes are less sensitive to luminance variation in these two ranges than in the middle range. For low complexity, this linear transform is performed on the luminance component Y directly, which does not change the color information.
- the two cutoff parameters, L and H, of the linear transform are image dependent. That is, the preferred embodiment methods must compute the cutoff values ⁇ L n ⁇ and ⁇ H n ⁇ , where the subscript denotes the nth frame in a video sequence, based on the video characteristics.
- the minimum and the maximum values of the luminance components of all pixels are L and H, respectively. However, it does not work well. First, for most videos with appropriate exposure, their minimum and maximum will be very close to 0 and 255, respectively. Second, the minimum and maximum values are usually determined by the outliners in the images.
- the preferred embodiment methods first analyze the histogram of each video frame as follows.
- the preceding video contrast enhancement implementation needs to go through luminance components in two passes (accumulating the histogram and performing the piecewise-linear transform). Some system may require a one-pass solution. In that case, we will use the parameters computed from a previous frame for the current frame. Specifically, we perform the video contrast enhancement in the following single-pass order:
- the main computation of the method is histogram computation and linear transform. Both of them have low complexity. Of course, analyzing the histogram of only every other (or less frequent) frame, and consequently updating L n and H n only every other (or less frequent) frame would further reduce computational complexity.
- FIGS. 3 a - 3 b show an example of preferred embodiment contrast enhancement.
- the FIG. 3 a image is before contrast enhancement and the FIG. 3 b image is after contrast enhancement method.
Landscapes
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Image Processing (AREA)
- Facsimile Image Signal Circuits (AREA)
Abstract
Digital camera contrast enhancement with piecewise-linear transform with lower and upper cutoffs for the transform determined from histogram analysis with a green color conversion approximation for images and IIR parameter filtering for videos.
Description
- This application is a divisional of U.S. patent application Ser. No. 11/741,753 filed Apr. 29, 2007, which claims the benefit of provisional U.S. patent application Nos. 60/747,033, filed May 11, 2006, and 60/803,904, filed Jun. 5, 2006, which are herein incorporated by reference.
- The present invention relates to digital signal processing, and more particularly to architectures and methods for enhancement in digital images and video.
- Imaging and video capabilities have become the trend in consumer electronics. Digital cameras, digital camcorders, and video cellular phones are common, and many other new gadgets are evolving in the marketplace. Advances in large resolution CCD/CMOS sensors coupled with the availability of low-power digital signal processors (DSPs) has led to the development of digital cameras with both high resolution still image and short audio/visual clip capabilities. The high resolution (e.g., sensor with a 2560×1920 pixel array) provides quality offered by traditional film cameras.
-
FIG. 2 a is an example functional block diagram for digital camera control and image processing (“image pipeline”). The automatic focus, automatic exposure, and automatic white balancing are referred to as the 3A functions; and the image processing includes functions such as color filter array (CFA) interpolation, gamma correction, white balancing, color space conversion, and JPEG/MPEG compression/decompression (JPEG for single images and MPEG for video clips). Note that the typical color CCD consists of a rectangular array of photosites (corresponding to pixels in an output image) with each photosite covered by a filter (the CFA): typically, red, green, or blue. In the commonly-used Bayer pattern CFA one-half of the photosites are green, one-quarter are red, and one-quarter are blue.FIGS. 2 b-2 d show an alternative architecture withFIG. 2 c illustrating the video frontend of theFIG. 2 b processor, andFIG. 2 d the preview engine (PRV) of the processor. - Typical digital cameras provide a capture mode with full resolution image or audio/visual clip processing plus compression and storage, a preview mode with lower resolution processing for immediate display, and a playback mode for displaying stored images or audio/visual clips.
- High contrast images are appealing to human eyes. However, it is difficult to obtain high contrast images from video or still cameras or camera phones, due to the limitations of the sensors, image processors, and displays. Many contrast enhancement methods have been proposed for image processing applications. But they are either too complex to be used for consumer video or still cameras, or specific for different imaging applications such as biomedical imaging. A desirable method for digital cameras should be universal, because digital cameras will be used to capture different kinds of images. It also should have low computation complexity and low memory requirements, due to the cost and shot-to-shot constraints of digital cameras.
- Starck et al., “Gray and Color Image Contrast Enhancement by the Curvelet Transform”, 12 IEEE Trans. Image Processing, 706 (June 2003) discloses a complex transform on images, resulting in high computational complexity and high memory requirements.
- The present invention provides image and/or video contrast enhancement with low complexity by piecewise-linear transform with saturation values determined by histogram analysis.
-
FIGS. 1 a-1 d are a flowchart plus enhancement function graphs and a heuristic histogram. -
FIGS. 2 a-2 e illustrate an image pipeline, processor, and network communication. -
FIGS. 3 a-3 b show experimental results. - Preferred embodiment image (still image or individual video frame) contrast enhancement methods apply a piecewise-linear transform with the transform cutoffs determined as a fraction of the peak histogram count for an estimated green component. The enhancement typically would precede gamma correction in the image pipeline. Video preferred embodiment methods include parameter filtering for smooth contrast enhancements from frame to frame and the use of prior frame statistics for one-pass enhancement.
- Preferred embodiment systems (camera cellphones, digital cameras, PDAs, etc.) perform preferred embodiment methods with any of several types of hardware: digital signal processors (DSPs), general purpose programmable processors, application specific circuits, or systems on a chip (SoC) such as combinations of a DSP and a RISC processor together with various specialized programmable accelerators.
FIG. 2 b is an example of digital camera hardware. A stored program in an onboard or external (flash EEP)ROM or FRAM could implement the signal processing. Analog-to-digital converters and digital-to-analog converters can provide coupling to the real world, modulators and demodulators (plus antennas for air interfaces) can provide coupling for transmission waveforms, and packetizers can provide formats for transmission over networks such as the Internet; seeFIG. 2 e. - The first preferred embodiment contrast enhancement methods for images use a piecewise-linear transform of pixel values as shown in
FIG. 1 b; the scale inFIG. 1 b corresponds to 8-bit (0-255) data. The piecewise-linear transform provides the advantage of linear transform simplicity for implementation. The linear transform is a constant mapping for the lower and higher values because human eyes are less sensitive to luminance variation in these two ranges than in the middle intensity range. This linear transform is performed before the gamma correction to take advantage of perceptual uniformity given by the gamma correction; that is, the contrast enhancement method inserted into the example ofFIG. 2 d could be applied between color conversion (RGB-to-RGB) and gamma correction. To achieve universal contrast enhancement, the two parameters, S1 and S2, of the transform would be image dependent. To keep color information consistent for an image, the same linear transform is applied independently to each of the R, G, and B components of each pixel. - The preferred embodiment image methods decide the cutoff points S1 and S2 in the linear transform function based upon the image characteristics. Luminance values are frequently used in contrast enhancement. Based on Rec709, the luminance level of each pixel is computed from the red, green, and blue component values as:
-
Y=0.2125*R+0.7154*G+0.0721*B - Note that the green component contributes the most energy to the luminance. For low complexity, it is reasonable to use the green component only. Experiments also show that this simplification does not introduce any visual difference. Thus it would seem plausible to use the minimum and the maximum values of the green components of all pixels as the S1 and S2 values, respectively. However, this does not work well. First, for most images with appropriate exposure, the minimum and maximum pixel luminance or green values will be very close to 0 and 255, respectively. Second, the minimum and maximum values are usually determined by the outliners in an image.
- The preferred embodiment image contrast enhancement methods use histogram analysis of an image to choose S1 and S2 as follows.
- (a) Compute the histogram of the green component values for all pixels.
- (b) Find the histogram peak, nP, which is the count of the most frequent green component value.
- (c) Compute the cutoff number nC=nP*0.02.
- (d) Find the value S1 as the smallest integer (in
range 0 to 255) such that the number of pixels with green component value less than S1 is larger than nC. - (e) Find the value S2 as the largest integer (in the
range 0 to 255) such that the number of the pixels with green component value greater than S2 is larger than nC. -
FIG. 1 c heuristically illustrates a histogram with nP, nC, S1, and S2 labeled. - For example, with a 2560×1920 image there are 4,915,200 pixels and so the average count for each of the 256 possible green (or luminance) values is 19,200. Then with a peaky distribution of values, the maximum count, nP, may be very roughly about ten times the average; i.e., about 200,000. For this maximum count, the 2% cutoff, nC, would then be 4,000, which is about 20% of the overall average.
- Alternative values for nC, such as 3% or 5% of nP, could be used limit noise at the extreme values or a small very dark or very bright area from determining S1 and S2. Indeed, lower values (e.g., 1%) or higher values (e.g., 9%) may also be useful. Similarly, the very dark and very bright pixels could be ignored by disregarding the extremes in the histogram, such as the counts for values in the
range 0 to 5 and 250 to 255 would ignored in computing S1 and S2. - For higher resolution data, such as 12-bit green or luminance values, the number of possible values increases, e.g, to 4,096, but the histogram will have the same general shape, although more noisy looking, and the cutoff, nC, to determine S1 and S2 would still be computed as a fraction of the peak count, nP.
- The main computational complexity of the foregoing methods lies in the histogram computation plus the linear transform computation. A straightforward way to do the histogram computation is after the RGB-to-RGB color level conversion.
-
- However, since an image is processed by all ISP functions row by row, two passes of ISP processing are required. There are two ways to lower complexity. One way computes the histogram using downsampled data from a preview engine; for example, the preview engine shown in
FIG. 2 d. - Another way is to perform the histogram computation before the ISP processing. The difficulty is how to estimate the histogram of processed green components based on Bayer raw data before processing. Note that after processing the processed green component is totally different from Gr and Gb components in the Bayer data. The first preferred embodiment methods use a simplified model for these processing. The first preferred embodiment methods estimate downsampled processed green components based on R, Gr, Gb, and B in a 2×2 neighbor of Bayer data by:
-
G=(WRM2,1R+WGM2,2Gr/2+WGM2,2Gb/2+WBM2,3B)D+O2 - Where D is the digital gain, the Wi are the white balancing gains, and M2,i and O2 are the RGB-to-RGB conversion coefficients for the processed green component. That is, the contrast enhancement histogram uses these values of G.
- Analogous to the image contrast enhancement preferred embodiments, video contrast enhancement preferred embodiment methods use a piecewise linear transform for each video frame to enhance contrast.
FIG. 1 d is a graph of the piecewise linear function. As with the single image preferred embodiments, the main advantage of the linear transform is simplicity of implementation. The piecewise-linear transform is a constant mapping for the lower and higher values, because human eyes are less sensitive to luminance variation in these two ranges than in the middle range. For low complexity, this linear transform is performed on the luminance component Y directly, which does not change the color information. To achieve universal contrast enhancement, the two cutoff parameters, L and H, of the linear transform are image dependent. That is, the preferred embodiment methods must compute the cutoff values {Ln} and {Hn}, where the subscript denotes the nth frame in a video sequence, based on the video characteristics. - It seems plausible to use the minimum and the maximum values of the luminance components of all pixels as L and H, respectively. However, it does not work well. First, for most videos with appropriate exposure, their minimum and maximum will be very close to 0 and 255, respectively. Second, the minimum and maximum values are usually determined by the outliners in the images.
- Consequently, the preferred embodiment methods first analyze the histogram of each video frame as follows.
- (1) Compute the histogram of the luminance components of the nth frame.
- (2) Find the histogram peak, Pn, as the count of the most frequent luminance value.
- (3) Compute the cutoff number, Cn=Pn*0.02.
- (4) Find the lower value An such that the number of the pixels with luminance lower than An is just larger than G.
- (5) Find the upper value Bn such that the number of the pixels with luminance higher than Bn is just larger than G.
- Then compute Ln and Hn for each video frame using a simple two-tap infinite impulse response (IIR) filter as follows. The purpose of this filtering is to smooth the contrast change between adjacent frames.
-
L n=0.75*L n-1+0.25*A n -
H n=0.75*H n-i+0.25*B n - That is, perform the contrast enhancement in the following order:
- (a) Compute the histogram of the values of the luminance components, Yi,n, of the pixels of the nth frame.
- (b) Update the parameters Ln and Hn by the IIR filtering using the An and Bn from the histogram of (1)-(5) above.
- (c) Transform each luminance value in the nth frame by:
-
If Yi,n≦Ln, then Yi,n=0 -
If L n <Y i,n <H n, then Y i,n=255*(Y i,n −L n)/(H n −L n); -
If Yi,n<Hn, then Yi,n=255 - Repeat (a)-(c) for successive frames.
- Again, other multipliers for the cutoff could be used such as: Cn=Pn*0.0m with m an integer in the
range 1 to 9. Also, IIR filter coefficients other than 0.25 and 0.75 could be used for faster or slower adaptation. And when the color component values are in a range other than 0 to 255 (e.g, 12-bit colors with a range of 0 to 4095), then the contrast enhancement transformation would adjust accordingly: Yi,n=min+(max−min)*(Yi,n−Ln)/(Hn−Ln), Yi,n=max, or Yn=min, where max and min are the maximum and minimum, respectively, of the component value range. - The preceding video contrast enhancement implementation needs to go through luminance components in two passes (accumulating the histogram and performing the piecewise-linear transform). Some system may require a one-pass solution. In that case, we will use the parameters computed from a previous frame for the current frame. Specifically, we perform the video contrast enhancement in the following single-pass order:
- (1) For first/next pixel luminance value, accumulate it in a histogram array
-
Histn [Y i,n]=Histn [Y i,n]+1 - (2) For first/next pixel luminance value, apply piecewise-linear transformation using the prior frame's cutoff parameters
-
If Yi,n≦Ln-1, then Yi,n=0 -
If L n-1 <Y i,n <H n-1, then Y i,n=255*(Y i,n −L n-1); -
If Yi,n≧Hn-1, then Y i,n=255. - (3) Repeat (1)-(2) for remaining pixels in nth frame
- (4) Update the parameters Ln and Hn based on the completed histogram Histn.
- The main computation of the method is histogram computation and linear transform. Both of them have low complexity. Of course, analyzing the histogram of only every other (or less frequent) frame, and consequently updating Ln and Hn only every other (or less frequent) frame would further reduce computational complexity.
-
FIGS. 3 a-3 b show an example of preferred embodiment contrast enhancement. TheFIG. 3 a image is before contrast enhancement and theFIG. 3 b image is after contrast enhancement method.
Claims (5)
1. An image contrast enhancement method, comprising the steps of:
(a) computing a histogram of the values of a component of the pixels of an input image;
(b) finding the histogram peak, nP, as the count of the most frequent component value;
(c) compute a cutoff, nC, as nC=nP*0.0m where m is a positive integer in the range 1 to 9;
(d) find a first value, S1, as the smallest component value such that the number of pixels with component value less than S1 is larger than nC;
(e) find a second value, S2, as the largest component value such that the number of pixels with component value greater than S2 is larger than nC; and
(f) apply a piecewise-linear transform to each color in said image, said transform with lower cutoff equal said S1 and upper cutoff equal said S2.
2. The method of claim 1 , wherein said component is a luminance component.
3. The method of claim 1 , wherein said component is a green component.
4. The method of claim 1 , wherein said component is a green estimate over a 2×2 array of said pixels with each pixel having only a single color component.
5. The method of claim 4 , wherein said 2×2 array is a R-Gr×Gb-B array from a Bayer pattern data and said estimate uses RGB-to-RGB parameters.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US12/862,458 US20100321520A1 (en) | 2006-05-11 | 2010-08-24 | Digital camera and method |
Applications Claiming Priority (4)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US74703306P | 2006-05-11 | 2006-05-11 | |
| US80390406P | 2006-06-05 | 2006-06-05 | |
| US11/741,753 US7809188B1 (en) | 2006-05-11 | 2007-04-29 | Digital camera and method |
| US12/862,458 US20100321520A1 (en) | 2006-05-11 | 2010-08-24 | Digital camera and method |
Related Parent Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US11/741,753 Division US7809188B1 (en) | 2006-05-11 | 2007-04-29 | Digital camera and method |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| US20100321520A1 true US20100321520A1 (en) | 2010-12-23 |
Family
ID=42797813
Family Applications (2)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US11/741,753 Active 2029-06-22 US7809188B1 (en) | 2006-05-11 | 2007-04-29 | Digital camera and method |
| US12/862,458 Abandoned US20100321520A1 (en) | 2006-05-11 | 2010-08-24 | Digital camera and method |
Family Applications Before (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US11/741,753 Active 2029-06-22 US7809188B1 (en) | 2006-05-11 | 2007-04-29 | Digital camera and method |
Country Status (1)
| Country | Link |
|---|---|
| US (2) | US7809188B1 (en) |
Cited By (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20140192223A1 (en) * | 2013-01-08 | 2014-07-10 | Hitachi, Ltd. | Imaging device, imaging system, and imaging method |
| CN105023250A (en) * | 2015-06-30 | 2015-11-04 | 北京空间机电研究所 | FPGA-based real-time image self-adaptive enhancing system and method |
| CN105957037A (en) * | 2016-05-09 | 2016-09-21 | 北京小米移动软件有限公司 | Image enhancing method and image enhancing device |
| US11205252B2 (en) * | 2018-12-26 | 2021-12-21 | Shenzhen Lontium Semiconductor Technology Co., Ltd. | Method and device for enhancing brightness and contrast of video image |
Families Citing this family (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| FR2961368B1 (en) * | 2010-06-09 | 2013-05-03 | St Microelectronics Grenoble 2 | METHOD AND DEVICE FOR PROCESSING A DIGITAL IMAGE |
| CN103034985A (en) * | 2012-12-11 | 2013-04-10 | 天津天地伟业数码科技有限公司 | Linear enhancement method of image contrast |
| CN103218793A (en) * | 2013-04-01 | 2013-07-24 | 天津天地伟业数码科技有限公司 | Adaptive hierarchical linear graphics enhancement method based on field programmable gate array (FPGA) platform |
| DE102015119137B3 (en) * | 2015-11-06 | 2017-06-08 | Hochschule Rheinmain University Of Applied Sciences Wiesbaden Rüsselsheim | Invention relating to methods for aperture adjustment |
Citations (7)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US5862304A (en) * | 1990-05-21 | 1999-01-19 | Board Of Regents, The University Of Texas System | Method for predicting the future occurrence of clinically occult or non-existent medical conditions |
| US6181321B1 (en) * | 1997-04-23 | 2001-01-30 | Canon Kabushiki Kaisha | Combined color cast removal and contrast enhancement for digital color images |
| US20020079457A1 (en) * | 1998-01-30 | 2002-06-27 | Masayuki Nakazawa | X-ray image recording system and x-ray image recording method |
| US20030012437A1 (en) * | 2001-07-05 | 2003-01-16 | Jasc Software, Inc. | Histogram adjustment features for use in imaging technologies |
| US6718056B1 (en) * | 1998-11-27 | 2004-04-06 | Ge Medical Systems Sa | Method of automatic determination of the contrast and brightness of a digital radiographic image |
| US20050018923A1 (en) * | 2003-05-19 | 2005-01-27 | Stmicroelectronics S.A. | Digital image processing method having an exposure correction based on recognition of areas corresponding to the skin of the photographed subject |
| US7580562B2 (en) * | 2004-09-21 | 2009-08-25 | Seiko Epson Corporation | Image processing method, image processing device, and image processing program |
-
2007
- 2007-04-29 US US11/741,753 patent/US7809188B1/en active Active
-
2010
- 2010-08-24 US US12/862,458 patent/US20100321520A1/en not_active Abandoned
Patent Citations (8)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US5862304A (en) * | 1990-05-21 | 1999-01-19 | Board Of Regents, The University Of Texas System | Method for predicting the future occurrence of clinically occult or non-existent medical conditions |
| US6181321B1 (en) * | 1997-04-23 | 2001-01-30 | Canon Kabushiki Kaisha | Combined color cast removal and contrast enhancement for digital color images |
| US20020079457A1 (en) * | 1998-01-30 | 2002-06-27 | Masayuki Nakazawa | X-ray image recording system and x-ray image recording method |
| US6718056B1 (en) * | 1998-11-27 | 2004-04-06 | Ge Medical Systems Sa | Method of automatic determination of the contrast and brightness of a digital radiographic image |
| US20030012437A1 (en) * | 2001-07-05 | 2003-01-16 | Jasc Software, Inc. | Histogram adjustment features for use in imaging technologies |
| US7006688B2 (en) * | 2001-07-05 | 2006-02-28 | Corel Corporation | Histogram adjustment features for use in imaging technologies |
| US20050018923A1 (en) * | 2003-05-19 | 2005-01-27 | Stmicroelectronics S.A. | Digital image processing method having an exposure correction based on recognition of areas corresponding to the skin of the photographed subject |
| US7580562B2 (en) * | 2004-09-21 | 2009-08-25 | Seiko Epson Corporation | Image processing method, image processing device, and image processing program |
Cited By (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20140192223A1 (en) * | 2013-01-08 | 2014-07-10 | Hitachi, Ltd. | Imaging device, imaging system, and imaging method |
| US9105105B2 (en) * | 2013-01-08 | 2015-08-11 | Hitachi, Ltd. | Imaging device, imaging system, and imaging method utilizing white balance correction |
| CN105023250A (en) * | 2015-06-30 | 2015-11-04 | 北京空间机电研究所 | FPGA-based real-time image self-adaptive enhancing system and method |
| CN105957037A (en) * | 2016-05-09 | 2016-09-21 | 北京小米移动软件有限公司 | Image enhancing method and image enhancing device |
| US11205252B2 (en) * | 2018-12-26 | 2021-12-21 | Shenzhen Lontium Semiconductor Technology Co., Ltd. | Method and device for enhancing brightness and contrast of video image |
Also Published As
| Publication number | Publication date |
|---|---|
| US7809188B1 (en) | 2010-10-05 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US20100321520A1 (en) | Digital camera and method | |
| US8363131B2 (en) | Apparatus and method for local contrast enhanced tone mapping | |
| US8391598B2 (en) | Methods for performing local tone mapping | |
| US7742081B2 (en) | Imaging apparatus for imaging an image and image processor and method for performing color correction utilizing a number of linear matrix operations | |
| US7236191B2 (en) | Method and system for image processing with pixel interpolation using second order gradients | |
| US8169500B2 (en) | Dynamic range compression apparatus, dynamic range compression method, computer-readable recording medium, integrated circuit, and imaging apparatus | |
| KR100925629B1 (en) | Auto white balance method in BCCRC color space | |
| US8339474B2 (en) | Gain controlled threshold in denoising filter for image signal processing | |
| CN101009851A (en) | Image processing method and its device | |
| EP1394742B1 (en) | Method for filtering the noise of a digital image sequence | |
| KR101225056B1 (en) | Apparatus and method for reducing noise from image sensor | |
| JP2003304549A (en) | Camera and image signal processing system | |
| US20040246350A1 (en) | Image pickup apparatus capable of reducing noise in image signal and method for reducing noise in image signal | |
| US20080068472A1 (en) | Digital camera and method | |
| US20060215908A1 (en) | Image pickup apparatus and image processing method | |
| US8385671B1 (en) | Digital camera and method | |
| US8064717B2 (en) | Digital camera and method | |
| US11153467B2 (en) | Image processing | |
| EP1308888A1 (en) | A method of processing digital images | |
| US8463034B2 (en) | Image processing system and computer-readable recording medium for recording image processing program | |
| US20120274816A1 (en) | Apparatus and method for processing image in digital camera | |
| US20060164523A1 (en) | Luma adaptation for digital image processing | |
| CN111770321B (en) | Image processing apparatus, imaging apparatus, image processing method, and storage medium | |
| US8345116B2 (en) | Noise reduction filter processing circuit, image processing circuit, imaging device, and storage medium storing noise reduction program | |
| JP2008124653A (en) | Image signal processing apparatus, image signal processing program, and image signal processing method |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| STCB | Information on status: application discontinuation |
Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION |