[go: up one dir, main page]

US20090324071A1 - Color enhancement for graphic images - Google Patents

Color enhancement for graphic images Download PDF

Info

Publication number
US20090324071A1
US20090324071A1 US12/215,815 US21581508A US2009324071A1 US 20090324071 A1 US20090324071 A1 US 20090324071A1 US 21581508 A US21581508 A US 21581508A US 2009324071 A1 US2009324071 A1 US 2009324071A1
Authority
US
United States
Prior art keywords
histogram
saturation
values
historical
image
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
US12/215,815
Inventor
Shengqi Yang
Tiehan Lu
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.)
Intel Corp
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 US12/215,815 priority Critical patent/US20090324071A1/en
Assigned to INTEL CORPORATION reassignment INTEL CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: LU, TIEHAN, YANG, SHENGQI
Priority to JP2009152987A priority patent/JP5496556B2/en
Priority to EP09251674.9A priority patent/EP2141655B1/en
Priority to CN2009101594275A priority patent/CN101621704B/en
Publication of US20090324071A1 publication Critical patent/US20090324071A1/en
Priority to US13/930,113 priority patent/US20140010447A1/en
Priority to US14/294,464 priority patent/US9311696B2/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T5/00Image enhancement or restoration
    • G06T5/40Image enhancement or restoration using histogram techniques
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T5/00Image enhancement or restoration
    • G06T5/90Dynamic range modification of images or parts thereof
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N1/00Scanning, transmission or reproduction of documents or the like, e.g. facsimile transmission; Details thereof
    • H04N1/46Colour picture communication systems
    • H04N1/56Processing of colour picture signals
    • H04N1/60Colour correction or control
    • H04N1/6027Correction or control of colour gradation or colour contrast
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/10Image acquisition modality
    • G06T2207/10016Video; Image sequence
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/10Image acquisition modality
    • G06T2207/10024Color image
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/20Special algorithmic details
    • G06T2207/20004Adaptive image processing
    • G06T2207/20012Locally adaptive
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/20Special algorithmic details
    • G06T2207/20172Image enhancement details
    • G06T2207/20182Noise reduction or smoothing in the temporal domain; Spatio-temporal filtering

Definitions

  • This relates generally to image processing and to techniques for improving the quality of images displayed in computed-based systems.
  • hue, saturation, luminance (HSL) color space there are two different aspects that can be changed for color enhancement, hue adjustment and saturation adjustment.
  • a typical hue adjustment example is the facial tone correction by moving the phase of the chrominance signal closer to the phase of the corresponding facial tones. While phase errors in the facial tone are reduced, the phase errors for other color components may be increased.
  • Color saturation may also be important because saturated colors are more appealing to the user's eye.
  • the basic approach of adjusting saturation of an image is by increasing the gain of the chrominance vector of the image. This operation is equivalent to multiplying the original chrominance vector by a saturation vector.
  • color enhancers normally use a preset and fixed saturation factor, regardless of the input image characteristics. For less saturated video images, vivid effects can be obtained by applying a fixed saturation factor. However, for already saturated video images, over-saturation and loss of image details may result from over-saturation adjustment.
  • color banding may occur when directly increasing color saturation. Color banding occurs when a display is unable to render smooth color gradients and, instead, presents stripes or bands of colors, especially in very light or very dark areas.
  • FIG. 1 is a schematic depiction of one embodiment of the present invention
  • FIG. 2 is a flow chart for the embodiment shown in FIG. 1 ;
  • FIG. 3 is a system depiction for one embodiment.
  • a color enhancement system 10 may operate only on saturation in a hue, luminance, saturation (HSL) color space.
  • the value for input luminance and input hue may be unaffected by the system 10 . Instead, only the input saturation may be modified in some embodiments.
  • the saturation enhancement is similar to a contrast enhancement.
  • a histogram is initialized.
  • the histogram may be initialized by applying the same numbers to all entries within the histogram.
  • each value may be given an initial entry of, for example, 500.
  • 64 values instead of using all 256 values, only 64 values are used, so that the saturation values are grouped. For example, saturation values 0 to 3, 4 to 7, etc. may be separate groups.
  • the histogram basically keeps track of how many times a given value from 0 to 255 is encountered within the pixels in the input image.
  • the local variance is measured in block 24 .
  • the saturation similarity between the central pixel and its neighbors is measured.
  • the central pixel can be compared to four neighbors or eight neighbors, as desired.
  • the saturation values of the central pixel is compared to the average of the saturation values of its neighbors.
  • the sum of absolute difference between the saturation values of the central pixel and its surrounding pixels may be determined. If the sum is higher than a predefined threshold, for example 50, the central pixel can be treated as a pixel coming from a non-uniform region, in terms of color saturation. Accordingly, the entry in the histogram, which corresponds to this pixel value, may be increased, for example, by one. If the sum is lower than the threshold, then, most probably, the pixel comes from a region of uniform saturation. In this case, in one embodiment, the value of the entry corresponding to this pixel's saturation is not changed.
  • a histogram After scanning the whole image, pixel by pixel, a histogram records the counts of each potential saturation value, for example, from 0 to 255. The histogram indicates how many pixels in the image have a particular saturation value. However, the histogram is slightly skewed because the values of pixels with local color variation are actually increased.
  • the resulting histogram, indicated in block 20 is then combined with a history histogram maintained in a history saturation lookup table (LUT) 16 .
  • LUT history saturation lookup table
  • a weighted average of the new histogram (block 20 ) and the historical histogram (block 16 ) may be used for blending.
  • the current histogram is weighted as 7/16 and the historical histogram is weighted as 9/16.
  • the new histogram may then be stored back in the historical saturation lookup table 16 .
  • the blending of the historical and current histograms may be done by alpha blending using a weighted average. The exact value of the weights or the use of weights is subject to considerable variation.
  • the new histogram that is blended from the new data and the historical data is stored as the new lookup table 16 and then is used to adjust the input saturation in the local copy saturation lookup table 12 .
  • the lookup table 12 may store a local copy of the historical saturation lookup table stored at 16 .
  • the local copy may be transformed to provide a value for every possible saturation level from 255.
  • the saturation lookup table 16 may only have a value for each group of saturation values, say from 0 to 3 and 4 to 7 and so on, interpolation may be used to develop histogram values for each of 0 to 255 possible values in one embodiment.
  • the input saturation values are adjusted. Histogram equalization is performed for the input image based on the updated local histogram.
  • the output of local copy saturation lookup table 12 can then be used as the output saturation value.
  • banding suppression it is also advantageous for banding suppression to modify the local copy saturation lookup table 12 output values by blending the new value with the input saturation value in the banding suppression block 14 .
  • a weighted average of the input saturation values and the values from the local copy saturation lookup table 12 may be used in block 14 . As a result, color banding may be suppressed in some embodiments.
  • saturation is made more even, the saturation contrast may be improved, and the difference between a pixel and its neighbors may be increased in some cases.
  • a flow chart, in FIG. 2 shows one sequence 26 for implementing the functions depicted in FIG. 1 .
  • the color enhancement system 10 may be implemented in software using a storage device to store computer readable instructions which, when executed, cause the functions depicted in FIG. 1 to be accomplished. In other embodiments, hardware may be used for this purpose.
  • the local copy saturation lookup table 12 is initialized and defined, as indicated in block 28 .
  • the saturation lookup table 16 that stores the historical histogram may be defined and initialized at block 30 .
  • the local variation is measured, as indicated in block 32 . If the local variation is less than or equal to a predefined threshold PT, as determined in diamond 34 , the pixel value PV is increased by one, as indicated in block 36 . The flow iterates until the last pixel in the image has been processed, as indicated in diamond 38 .
  • the information may be normalized to provide 256 interpolated values from a smaller number of values, such as 64, as described above, as indicated in block 40 .
  • the new histogram is blended with the historical histogram, as indicated in block 42 .
  • the output luminance is set equal to the input luminance in block 44 .
  • the output hue is set equal to the input hue in block 46 .
  • the output saturation is set equal to the historical lookup table value stored in the local copy saturation lookup table 12 .
  • the local copy saturation lookup table value and the input saturation value are blended.
  • a graphics processor 112 may include a video post-processing pipeline that accomplishes the functional blocks of FIG. 1 in one embodiment.
  • the graphics processor 112 may be coupled to a frame buffer 114 by a bus 106 .
  • the frame buffer 114 may be coupled to a display screen 118 to display the images produced by the graphics processor 112 .
  • Buses 107 and 108 are coupled to the display screen 118 which is also coupled to a keyboard or mouse 120 .
  • the graphics processor 112 is coupled by a bus 105 , in one embodiment, to a chipset core logic 110 that couples the main processor 100 and storage 130 by a bus 104 .
  • the storage 130 may include a main memory 132 , hard drives 134 , and removable optical or magnetic media 136 in some embodiments.
  • the sequence 26 depicted in FIG. 2 may be implemented in software and may be stored in the region 139 of the main memory 132 .
  • the main memory 132 may also store the various lookup tables indicated in FIG. 1 , in some embodiments of course the storage may be in any other storage device or within components such as the main processor 100 or graphics processor 112 in some embodiments.
  • graphics processing techniques described herein may be implemented in various hardware architectures. For example, graphics functionality may be integrated within a chipset. Alternatively, a discrete graphics processor may be used. As still another embodiment, the graphics functions may be implemented by a general purpose processor, including a multicore processor.
  • references throughout this specification to “one embodiment” or “an embodiment” mean that a particular feature, structure, or characteristic described in connection with the embodiment is included in at least one implementation encompassed within the present invention. Thus, appearances of the phrase “one embodiment” or “in an embodiment” are not necessarily referring to the same embodiment. Furthermore, the particular features, structures, or characteristics may be instituted in other suitable forms other than the particular embodiment illustrated and all such forms may be encompassed within the claims of the present application.

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Multimedia (AREA)
  • Signal Processing (AREA)
  • Image Processing (AREA)
  • Facsimile Image Signal Circuits (AREA)
  • Processing Of Color Television Signals (AREA)
  • Color Image Communication Systems (AREA)

Abstract

A color enhancement system may enhance color components in an image. In one embodiment, the color enhancement system suppresses banding by combining an input color value with an enhanced colored value. In another embodiment, local variation in saturation values around a pixel may be used to determine a modification of an input saturation value for color enhancement. As still another embodiment, flickering between frames may be suppressed by combining a histogram that counts the number of times a given pixel value occurs in a particular image with a historical histogram that keeps track of an average of how often given values have occurred in previous frames.

Description

    BACKGROUND
  • This relates generally to image processing and to techniques for improving the quality of images displayed in computed-based systems.
  • One of the tasks of the video post-processing pipeline is automatic color enhancement. In the hue, saturation, luminance (HSL) color space there are two different aspects that can be changed for color enhancement, hue adjustment and saturation adjustment. A typical hue adjustment example is the facial tone correction by moving the phase of the chrominance signal closer to the phase of the corresponding facial tones. While phase errors in the facial tone are reduced, the phase errors for other color components may be increased.
  • Color saturation may also be important because saturated colors are more appealing to the user's eye. To obtain a more vivid image, the basic approach of adjusting saturation of an image is by increasing the gain of the chrominance vector of the image. This operation is equivalent to multiplying the original chrominance vector by a saturation vector. Traditionally, color enhancers normally use a preset and fixed saturation factor, regardless of the input image characteristics. For less saturated video images, vivid effects can be obtained by applying a fixed saturation factor. However, for already saturated video images, over-saturation and loss of image details may result from over-saturation adjustment.
  • In addition, color banding may occur when directly increasing color saturation. Color banding occurs when a display is unable to render smooth color gradients and, instead, presents stripes or bands of colors, especially in very light or very dark areas.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 is a schematic depiction of one embodiment of the present invention;
  • FIG. 2 is a flow chart for the embodiment shown in FIG. 1; and
  • FIG. 3 is a system depiction for one embodiment.
  • DETAILED DESCRIPTION
  • Referring to FIG. 1, a color enhancement system 10 may operate only on saturation in a hue, luminance, saturation (HSL) color space. The value for input luminance and input hue may be unaffected by the system 10. Instead, only the input saturation may be modified in some embodiments. In some embodiments, the saturation enhancement is similar to a contrast enhancement.
  • Initially, a histogram is initialized. The histogram may be initialized by applying the same numbers to all entries within the histogram. In some embodiments, where the possible saturation values are from 0 to 255, each value may be given an initial entry of, for example, 500. In some embodiments, instead of using all 256 values, only 64 values are used, so that the saturation values are grouped. For example, saturation values 0 to 3, 4 to 7, etc. may be separate groups. The histogram basically keeps track of how many times a given value from 0 to 255 is encountered within the pixels in the input image. Thus, after initializing the histogram in block 22, the local variance is measured in block 24.
  • To measure the local variance, for each pixel, the saturation similarity between the central pixel and its neighbors is measured. For example, in one embodiment, the central pixel can be compared to four neighbors or eight neighbors, as desired. To do the comparison, the saturation values of the central pixel is compared to the average of the saturation values of its neighbors. As an example, the sum of absolute difference between the saturation values of the central pixel and its surrounding pixels may be determined. If the sum is higher than a predefined threshold, for example 50, the central pixel can be treated as a pixel coming from a non-uniform region, in terms of color saturation. Accordingly, the entry in the histogram, which corresponds to this pixel value, may be increased, for example, by one. If the sum is lower than the threshold, then, most probably, the pixel comes from a region of uniform saturation. In this case, in one embodiment, the value of the entry corresponding to this pixel's saturation is not changed.
  • After scanning the whole image, pixel by pixel, a histogram records the counts of each potential saturation value, for example, from 0 to 255. The histogram indicates how many pixels in the image have a particular saturation value. However, the histogram is slightly skewed because the values of pixels with local color variation are actually increased. The resulting histogram, indicated in block 20, is then combined with a history histogram maintained in a history saturation lookup table (LUT) 16. By blending, at block 18, the updated histogram (block 20) with the historical histogram (block 16), the size of the saturation change may be reduced and flickering effects between neighboring frames may be reduced in some embodiments.
  • In one embodiment, a weighted average of the new histogram (block 20) and the historical histogram (block 16) may be used for blending. For example, in one embodiment, the current histogram is weighted as 7/16 and the historical histogram is weighted as 9/16. The new histogram may then be stored back in the historical saturation lookup table 16. In one embodiment, the blending of the historical and current histograms may be done by alpha blending using a weighted average. The exact value of the weights or the use of weights is subject to considerable variation.
  • Then, the new histogram that is blended from the new data and the historical data is stored as the new lookup table 16 and then is used to adjust the input saturation in the local copy saturation lookup table 12. The lookup table 12 may store a local copy of the historical saturation lookup table stored at 16. In addition, the local copy may be transformed to provide a value for every possible saturation level from 255. Thus, while the saturation lookup table 16 may only have a value for each group of saturation values, say from 0 to 3 and 4 to 7 and so on, interpolation may be used to develop histogram values for each of 0 to 255 possible values in one embodiment.
  • Using the lookup table (block 12), the input saturation values are adjusted. Histogram equalization is performed for the input image based on the updated local histogram.
  • In some embodiments, the output of local copy saturation lookup table 12 can then be used as the output saturation value. However, it is also advantageous for banding suppression to modify the local copy saturation lookup table 12 output values by blending the new value with the input saturation value in the banding suppression block 14. In some embodiments, a weighted average of the input saturation values and the values from the local copy saturation lookup table 12 may be used in block 14. As a result, color banding may be suppressed in some embodiments.
  • As a result, in some embodiments, saturation is made more even, the saturation contrast may be improved, and the difference between a pixel and its neighbors may be increased in some cases.
  • A flow chart, in FIG. 2, shows one sequence 26 for implementing the functions depicted in FIG. 1. In some embodiments, the color enhancement system 10 may be implemented in software using a storage device to store computer readable instructions which, when executed, cause the functions depicted in FIG. 1 to be accomplished. In other embodiments, hardware may be used for this purpose.
  • Initially, the local copy saturation lookup table 12 is initialized and defined, as indicated in block 28. In addition, the saturation lookup table 16 that stores the historical histogram may be defined and initialized at block 30. Then, for each pixel in the image, the local variation is measured, as indicated in block 32. If the local variation is less than or equal to a predefined threshold PT, as determined in diamond 34, the pixel value PV is increased by one, as indicated in block 36. The flow iterates until the last pixel in the image has been processed, as indicated in diamond 38.
  • At this time, the information may be normalized to provide 256 interpolated values from a smaller number of values, such as 64, as described above, as indicated in block 40. Then, the new histogram is blended with the historical histogram, as indicated in block 42. The output luminance is set equal to the input luminance in block 44. The output hue is set equal to the input hue in block 46. In block 48, the output saturation is set equal to the historical lookup table value stored in the local copy saturation lookup table 12. Then, in block 50, the local copy saturation lookup table value and the input saturation value are blended. When the last pixel is completed, as determined in diamond 52, the flow ends.
  • Turning next to FIG. 3, a graphics processor 112 may include a video post-processing pipeline that accomplishes the functional blocks of FIG. 1 in one embodiment. The graphics processor 112 may be coupled to a frame buffer 114 by a bus 106. The frame buffer 114 may be coupled to a display screen 118 to display the images produced by the graphics processor 112. Buses 107 and 108 are coupled to the display screen 118 which is also coupled to a keyboard or mouse 120.
  • The graphics processor 112 is coupled by a bus 105, in one embodiment, to a chipset core logic 110 that couples the main processor 100 and storage 130 by a bus 104. The storage 130 may include a main memory 132, hard drives 134, and removable optical or magnetic media 136 in some embodiments. In some embodiments, the sequence 26 depicted in FIG. 2 may be implemented in software and may be stored in the region 139 of the main memory 132. However, the present invention is not limited to software embodiments. The main memory 132 may also store the various lookup tables indicated in FIG. 1, in some embodiments of course the storage may be in any other storage device or within components such as the main processor 100 or graphics processor 112 in some embodiments.
  • The graphics processing techniques described herein may be implemented in various hardware architectures. For example, graphics functionality may be integrated within a chipset. Alternatively, a discrete graphics processor may be used. As still another embodiment, the graphics functions may be implemented by a general purpose processor, including a multicore processor.
  • References throughout this specification to “one embodiment” or “an embodiment” mean that a particular feature, structure, or characteristic described in connection with the embodiment is included in at least one implementation encompassed within the present invention. Thus, appearances of the phrase “one embodiment” or “in an embodiment” are not necessarily referring to the same embodiment. Furthermore, the particular features, structures, or characteristics may be instituted in other suitable forms other than the particular embodiment illustrated and all such forms may be encompassed within the claims of the present application.
  • 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 (26)

1. A method comprising:
suppressing color banding by combining an original saturation value with a color enhanced value.
2. The method of claim 1 including using a weighted average of said original and color enhanced values.
3. The method of claim 1 including measuring the variation between a pixel and its neighbors to develop a measure of saturation enhancement.
4. The method of claim 3 including recording in a histogram counts of saturation values encountered within an image.
5. The method of claim 4 including changing the count based on the variation between a saturation value of a given pixel and the saturation values of its neighbors.
6. The method of claim 5 including combining a historical histogram with a histogram for a current image to develop a histogram to modify an input saturation.
7. A method comprising:
adjusting the saturation of an image based on the variation in saturation values between pixels in the image and the neighbors of those pixels.
8. The method of claim 7 including using a histogram to keep track of the number of occurrences of saturation values of pixels within an image.
9. The method of claim 8 including changing the count based on the local variation between a given pixel and its neighbors.
10. The method of claim 9 including using a modified histogram based on the changed count and a historical histogram taken over previous images and blending the historical and modified histograms.
11. The method of claim 10 including using a weighted average of the historical and modified histograms to form a blended histogram.
12. The method of claim 11 including using the blended histogram to modify the saturation values of input pixels.
13. A method comprising:
developing a current histogram of the occurrence of color values of pixels in an image;
maintaining a historical histogram that stores the color values of previously analyzed images; and
blending the historical and current histograms.
14. The method of claim 13 wherein developing a histogram includes developing a histogram of color values that are saturation values.
15. The method of claim 13 including using a weighted average to blend said current histogram and said historical histogram to form a blended histogram.
16. The method of claim 15 including storing the blended histogram as the new historical histogram.
17. An apparatus comprising:
a unit to generate an enhanced saturation value for a plurality of pixels; and
a banding suppression device coupled to said unit and to receive an input saturation value to combine the input saturation value with the enhanced saturation value to create an output saturation value.
18. The apparatus of claim 17, said device to generate a weighted average of the input saturation value and the color enhanced saturation value.
19. The apparatus of claim 17 including a device to measure local saturation variance between a pixel and its neighbors.
20. The apparatus of claim 19, said unit to develop a histogram of saturation values encountered within an image.
21. The apparatus of claim 20, said unit to develop a histogram to change the histogram count based on the variation between a given pixel and the saturation values of its neighbors.
22. The apparatus of claim 21, said unit to develop a histogram to combine an historical histogram with a histogram for a current image to develop a histogram to modify an input saturation.
23. The apparatus of claim 17 wherein device is a processor.
24. The apparatus of claim 23 wherein said device is a graphics processor.
25. The apparatus of claim 24, said graphics processor to adjust the saturation of an image based on the variation in saturation values between pixels in the image and the neighbors of those pixels.
26. The apparatus of claim 24, said graphics processor to develop a current histogram of the occurrence of color values of pixels in an image, to maintain an historical histogram that stores the color values of previously analyzed images, and to blend the historical and current histograms.
US12/215,815 2008-06-30 2008-06-30 Color enhancement for graphic images Abandoned US20090324071A1 (en)

Priority Applications (6)

Application Number Priority Date Filing Date Title
US12/215,815 US20090324071A1 (en) 2008-06-30 2008-06-30 Color enhancement for graphic images
JP2009152987A JP5496556B2 (en) 2008-06-30 2009-06-26 Color enhancement for graphic images
EP09251674.9A EP2141655B1 (en) 2008-06-30 2009-06-29 Color enhancement for graphic images
CN2009101594275A CN101621704B (en) 2008-06-30 2009-06-30 Method and apparatus for color enhancement of graphic images
US13/930,113 US20140010447A1 (en) 2008-06-30 2013-06-28 Color Enhancement for Graphic Images
US14/294,464 US9311696B2 (en) 2008-06-30 2014-06-03 Color enhancement for graphic images

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US12/215,815 US20090324071A1 (en) 2008-06-30 2008-06-30 Color enhancement for graphic images

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US13/930,113 Division US20140010447A1 (en) 2008-06-30 2013-06-28 Color Enhancement for Graphic Images

Publications (1)

Publication Number Publication Date
US20090324071A1 true US20090324071A1 (en) 2009-12-31

Family

ID=41130491

Family Applications (3)

Application Number Title Priority Date Filing Date
US12/215,815 Abandoned US20090324071A1 (en) 2008-06-30 2008-06-30 Color enhancement for graphic images
US13/930,113 Abandoned US20140010447A1 (en) 2008-06-30 2013-06-28 Color Enhancement for Graphic Images
US14/294,464 Expired - Fee Related US9311696B2 (en) 2008-06-30 2014-06-03 Color enhancement for graphic images

Family Applications After (2)

Application Number Title Priority Date Filing Date
US13/930,113 Abandoned US20140010447A1 (en) 2008-06-30 2013-06-28 Color Enhancement for Graphic Images
US14/294,464 Expired - Fee Related US9311696B2 (en) 2008-06-30 2014-06-03 Color enhancement for graphic images

Country Status (4)

Country Link
US (3) US20090324071A1 (en)
EP (1) EP2141655B1 (en)
JP (1) JP5496556B2 (en)
CN (1) CN101621704B (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100080459A1 (en) * 2008-09-26 2010-04-01 Qualcomm Incorporated Content adaptive histogram enhancement
US20130222414A1 (en) * 2010-10-12 2013-08-29 Panasonic Corporation Color signal processing device
US20140270521A1 (en) * 2008-06-30 2014-09-18 Shengqi Yang Color Enhancement for Graphic Images
CN105070269A (en) * 2015-08-17 2015-11-18 惠州Tcl移动通信有限公司 Color display method and system for mobile terminal
CN111583102A (en) * 2020-05-14 2020-08-25 北京字节跳动网络技术有限公司 Face image processing method and device, electronic equipment and computer storage medium
CN114565543A (en) * 2021-12-30 2022-05-31 上海网达软件股份有限公司 A method and system for video color enhancement based on UV histogram features

Families Citing this family (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105323588B (en) * 2014-06-16 2019-06-21 敦泰电子股份有限公司 Image compression system dynamically adapting to compression parameters
CN104092918B (en) * 2014-07-03 2017-09-29 苏州佳世达光电有限公司 The method of video conversion and the circuit for video conversion
CN108460730B (en) * 2017-02-17 2020-06-26 京东方科技集团股份有限公司 Image processing method and device
CN107274364B (en) * 2017-06-06 2020-01-31 中科创达软件股份有限公司 image enhancement method and device
CN109785274A (en) * 2018-12-18 2019-05-21 电子科技大学 A kind of removal infrared image flashing Histogram Mapping method
CN111738966B (en) * 2020-05-29 2022-08-09 展讯通信(上海)有限公司 Image processing method and device, storage medium and terminal
US11557265B2 (en) 2020-11-13 2023-01-17 Samsung Electronics Co., Ltd. Perceptual color enhancement based on properties of responses of human vision system to color stimulus
CN112651886B (en) * 2020-11-25 2022-10-11 杭州微帧信息科技有限公司 Method for removing color bands in enhanced image by combining original image
CN119014791A (en) * 2023-05-26 2024-11-26 青岛海信医疗设备股份有限公司 Medical endoscope device and image processing method

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030120365A1 (en) * 2001-12-26 2003-06-26 Motohiro Asano Flicker correction for moving picture
US20040120576A1 (en) * 2002-12-20 2004-06-24 Samsung Electronics Co., Ltd. Color signal correction device and method, and image processing system using the same and method thereof
US20060098253A1 (en) * 2004-11-08 2006-05-11 Sony Corporation Image processing apparatus and image processing method as well as computer program
US20060262353A1 (en) * 2005-05-20 2006-11-23 Microsoft Corporation Dynamic saturation adjustments via a curve control
US20070035754A1 (en) * 2005-08-12 2007-02-15 Canon Kabushiki Kaisha Image processing apparatus, image processing method, and method for producing a table
US7359548B2 (en) * 1995-11-30 2008-04-15 Carl Zeiss Microimaging Ais, Inc. Method and apparatus for automated image analysis of biological specimens
US7760942B2 (en) * 2006-08-03 2010-07-20 Tandent Vision Science, Inc. Methods for discriminating moving objects in motion image sequences

Family Cites Families (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7376453B1 (en) * 1993-10-06 2008-05-20 Masimo Corporation Signal processing apparatus
JP3878351B2 (en) * 1999-02-23 2007-02-07 富士フイルムホールディングス株式会社 Color conversion apparatus and method
JP4215225B2 (en) * 1999-02-24 2009-01-28 株式会社沖データ Image processing apparatus and image processing method
JP4686803B2 (en) * 1999-11-26 2011-05-25 富士通株式会社 Infrared image display device
JP4920814B2 (en) * 2000-04-27 2012-04-18 キヤノン株式会社 Image processing method, apparatus, and recording medium
US7034843B2 (en) * 2002-07-10 2006-04-25 Genesis Microchip Inc. Method and system for adaptive color and contrast for display devices
JP4107029B2 (en) * 2002-09-20 2008-06-25 富士ゼロックス株式会社 Image reading device
JP4272880B2 (en) * 2002-12-18 2009-06-03 キヤノン株式会社 Color correction method, image processing apparatus, and lookup table
KR100612494B1 (en) * 2004-06-07 2006-08-14 삼성전자주식회사 Device and method for adjusting color saturation
JP4648071B2 (en) * 2005-04-28 2011-03-09 株式会社日立製作所 Video display device and video signal color saturation control method
CN100470588C (en) * 2005-08-22 2009-03-18 上海广电(集团)有限公司中央研究院 Ways to enhance the color of an image
JP2007060345A (en) * 2005-08-25 2007-03-08 Kazunori Nakamura Network system
US7869649B2 (en) * 2006-05-08 2011-01-11 Panasonic Corporation Image processing device, image processing method, program, storage medium and integrated circuit
JP4393491B2 (en) * 2006-09-12 2010-01-06 キヤノン株式会社 Image processing apparatus and control method thereof
JP2008147963A (en) * 2006-12-08 2008-06-26 Canon Inc Image reading apparatus and method for controlling image reading apparatus
US20080247665A1 (en) * 2007-04-04 2008-10-09 Silicon Integrated Systems Corp. Method and apparatus for dynamic contrast enhancement
US20090324071A1 (en) * 2008-06-30 2009-12-31 Shengqi Yang Color enhancement for graphic images
US9113114B2 (en) * 2010-05-12 2015-08-18 Samsung Electronics Co., Ltd Apparatus and method for automatically controlling image brightness in image photographing device
US20130329996A1 (en) * 2012-06-10 2013-12-12 Apple Inc. Method and system for auto-enhancing photographs with tonal response curves

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7359548B2 (en) * 1995-11-30 2008-04-15 Carl Zeiss Microimaging Ais, Inc. Method and apparatus for automated image analysis of biological specimens
US20030120365A1 (en) * 2001-12-26 2003-06-26 Motohiro Asano Flicker correction for moving picture
US7218777B2 (en) * 2001-12-26 2007-05-15 Minolta Co., Ltd. Flicker correction for moving picture
US20040120576A1 (en) * 2002-12-20 2004-06-24 Samsung Electronics Co., Ltd. Color signal correction device and method, and image processing system using the same and method thereof
US20060098253A1 (en) * 2004-11-08 2006-05-11 Sony Corporation Image processing apparatus and image processing method as well as computer program
US20060262353A1 (en) * 2005-05-20 2006-11-23 Microsoft Corporation Dynamic saturation adjustments via a curve control
US20070035754A1 (en) * 2005-08-12 2007-02-15 Canon Kabushiki Kaisha Image processing apparatus, image processing method, and method for producing a table
US7760942B2 (en) * 2006-08-03 2010-07-20 Tandent Vision Science, Inc. Methods for discriminating moving objects in motion image sequences

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140270521A1 (en) * 2008-06-30 2014-09-18 Shengqi Yang Color Enhancement for Graphic Images
US9311696B2 (en) * 2008-06-30 2016-04-12 Intel Corporation Color enhancement for graphic images
US20100080459A1 (en) * 2008-09-26 2010-04-01 Qualcomm Incorporated Content adaptive histogram enhancement
US20130222414A1 (en) * 2010-10-12 2013-08-29 Panasonic Corporation Color signal processing device
US9430986B2 (en) * 2010-10-12 2016-08-30 Godo Kaisha Ip Bridge 1 Color signal processing device
CN105070269A (en) * 2015-08-17 2015-11-18 惠州Tcl移动通信有限公司 Color display method and system for mobile terminal
CN111583102A (en) * 2020-05-14 2020-08-25 北京字节跳动网络技术有限公司 Face image processing method and device, electronic equipment and computer storage medium
CN114565543A (en) * 2021-12-30 2022-05-31 上海网达软件股份有限公司 A method and system for video color enhancement based on UV histogram features

Also Published As

Publication number Publication date
EP2141655A2 (en) 2010-01-06
JP2010016818A (en) 2010-01-21
CN101621704B (en) 2013-10-16
CN101621704A (en) 2010-01-06
EP2141655B1 (en) 2017-10-11
JP5496556B2 (en) 2014-05-21
US9311696B2 (en) 2016-04-12
EP2141655A3 (en) 2011-06-22
US20140010447A1 (en) 2014-01-09
US20140270521A1 (en) 2014-09-18

Similar Documents

Publication Publication Date Title
US9311696B2 (en) Color enhancement for graphic images
US8325198B2 (en) Color gamut mapping and brightness enhancement for mobile displays
US8411991B2 (en) Image processing apparatus, image processing method, and program
JP4702132B2 (en) Image processing apparatus, liquid crystal display apparatus, and color correction method
KR101234958B1 (en) Adaptive contrast enhancement
US8831346B2 (en) Image processing apparatus and method, and program
CN114693526B (en) Directional scaling system and method
JP2014010776A (en) Image processing apparatus, image processing method, and program
US7932939B2 (en) Apparatus and method for correcting blurred images
US8265419B2 (en) Image processing apparatus and image processing method
CN112911366B (en) Saturation adjustment method and device and display equipment
US8390741B2 (en) Image processing apparatus and image processing method
JP4761560B2 (en) Image signal processing apparatus and image signal processing method
JP2011166638A (en) Video processor and video display unit
US20090185742A1 (en) Method for image compensation
CN101877759B (en) Device and method for processing image
JP4345026B2 (en) Image processing program and image processing apparatus
US20080226163A1 (en) Methods and apparatus for enhancing color data
CN110675802A (en) Brightness compensation method and device
JP5193976B2 (en) Video processing apparatus and video display apparatus
JP6693269B2 (en) Video processing device, video processing method and program
JP2002158892A (en) Picture processor, picture processing method and recording medium
WO2025005001A1 (en) Image processing system, image processing method, and program
CN119722906A (en) Virtual scene rendering method, device, equipment and readable storage medium
JP2017182770A (en) Image processing device, image processing method and program

Legal Events

Date Code Title Description
AS Assignment

Owner name: INTEL CORPORATION, CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:YANG, SHENGQI;LU, TIEHAN;REEL/FRAME:022860/0163;SIGNING DATES FROM 20080626 TO 20080708

STCB Information on status: application discontinuation

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