WO2012015020A1 - Method and device for image enhancement - Google Patents

Method and device for image enhancement Download PDF

Info

Publication number
WO2012015020A1
WO2012015020A1 PCT/JP2011/067381 JP2011067381W WO2012015020A1 WO 2012015020 A1 WO2012015020 A1 WO 2012015020A1 JP 2011067381 W JP2011067381 W JP 2011067381W WO 2012015020 A1 WO2012015020 A1 WO 2012015020A1
Authority
WO
WIPO (PCT)
Prior art keywords
value
pixel
local
digital image
contrast
Prior art date
Application number
PCT/JP2011/067381
Other languages
French (fr)
Inventor
Xiaojun Zhang
Zhigang Fan
Original Assignee
Sharp Kabushiki Kaisha
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 Sharp Kabushiki Kaisha filed Critical Sharp Kabushiki Kaisha
Publication of WO2012015020A1 publication Critical patent/WO2012015020A1/en

Links

Classifications

    • 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
    • G06T5/94
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/10Image acquisition modality
    • G06T2207/10024Color image

Definitions

  • the invention relates to digital image processing, and more particularly, to a technique for image enhancement and/ or dynamic range reduction, capable of generating a clearer and brighter image without any visible artifacts based on an input image .
  • Patent Document 1 discloses an image processing technique. An image is first transformed to the logarithmic space . Subtractions are carried out between different color channels to eliminate chroma. Then, standard coordinates are calculated based on local mean values and variances. The local mean values are obtained by convoluting the image with an average filter such as Gaussian filter. The local variances are calculated based on the definition of the conventional standard variance in combination with weighting operation. The standard coordinates are obtained by subtracting pixel values from the mean values and then dividing by the local variances. Patent Document 1 also gives two other approaches for calculating local standard coordinates. At last, several schemes are provided for synthesizing the standard coordinates and the original image to obtain an enhance output image .
  • Patent Document 1 it is required to calculate the local mean values and the local variances in a relatively large neighborhood, which imposes an increased computational load. In addition, in Patent Document 1 , it is impossible to ensure that no artificial color will be introduced.
  • the technique according to Patent Document 1 may produce visible artifacts.
  • An object of the present invention is to provide a method and device for image enhancement, capable of generating a clearer and brighter image without any visible artifacts based on an input image.
  • a method for digital image enhancement comprises steps of: calculating a local luminance value and a local contrast value for each pixel in an input digital image ; determining a gain factor for each pixel based on the local luminance value and the local contrast value; and adjusting a value of a pixel based on the gain factor determined for the pixel.
  • a device for digital image enhancement which comprises: a luminance calculation unit configured to calculate a local luminance value for each pixel in an input digital image; a contrast calculation unit configured to calculate a local contrast value for each pixel in the input digital image; a gain calculation unit configured to determine a gain factor for each pixel based on the local luminance value and the local contrast value; and a mapping unit configured to adjust a value of a pixel based on the gain factor determined for the pixel.
  • Fig. 1 is a block diagram of a device for digital image enhancement according to an embodiment of the present invention.
  • Fig. 2 is a flowchart illustrating a method for digital image enhancement according to an embodiment of the present invention.
  • Fig. 3 is a schematic diagram illustrating a process of calculating luminance and contrast according to an embodiment of the present invention.
  • Fig. 4 shows an example of application of the device according to an embodiment of the present invention.
  • Fig. 5 shows an example of application of the method and device according to embodiments of the present invention.
  • Fig. 6 shows an example of application of the method and device according to embodiments of the present invention.
  • Fig. 7 shows an example of application of the method and device according to embodiments of the present invention.
  • a method and a device for digital image enhancement are provided.
  • a captured image is enhanced taking into account the ambient luminance of a scene during the image shooting process as well as the contrast between colors of the individual parts of the shot subject.
  • a digital image with a large dynamic range can be processed into an image with a dynamic range to which human eyes are sensitive . Further, the luminance and the contrast of the image can be improved while reducing the dynamic range.
  • Fig. 1 shows a block diagram of a device for digital image enhancement according to an embodiment of the present invention.
  • the device 100 of this embodiment can be applied in a camera for a real-time processing on a captured image .
  • a digital image can be read from a memory 1 10 which stores digital images shot in advance, processed according to the method of the present invention, and then stored in a memory or output from an output device 140 such as a printer or a display.
  • the image enhancement device 100 comprises : a gray scaling unit 101 configured to gray-scale a color digital image; a luminance calculation unit 105 configured to calculate a luminance value for each pixel of the image ; a contrast calculation unit 102 configured to calculate a contrast value for each pixel of the image ; a gain calculation unit 103 configured to determine a gain factor for each pixel based on the calculated luminance value and contrast value; and a mapping unit 104 configured to process each pixel based on the determined gain factor.
  • the image having been processed by the mapping unit 104 is stored in a memory 1 10 or output from an output device 140 such as a printer or a display.
  • Fig. 2 is a flowchart illustrating a method for digital image enhancement according to an embodiment of the present invention.
  • digital image data are input from the memory 1 10.
  • the color digital image read from the memory is input from the memory 1 10.
  • the gray scaling unit 10 1 is an image having three channels, R, G and B, which is then converted into a gray scale image by the gray scaling unit 101 .
  • the gray scaling unit 10 1 can be configured to obtain a gray scale value either by averaging the pixel values from the three channels, by selecting a pixel value of one out of the three channels, or by calculating the weighted sum of the pixel values from the three channels.
  • the gray scaling unit 101 can be configured to determine the gray scale values of the pixels according to the following equations :
  • grey(x) max r ⁇ x),g ⁇ x), b ⁇ x)) ⁇
  • the variable x denotes the location of a pixel in the input image . Since x can be a two-dimension vector, it can be used to represent the location of the pixel in the input image in a two-dimension coordinate system.
  • r(x) , g(x) and b(x) denotes the R, G and B components of the color pixel, respectively, and max(-) denotes an operation of taking maximum.
  • no gray scaling process is required if the input image is a single channel image .
  • the luminance calculation unit 105 and the contrast calculation unit 102 calculate the luminance values and the contrast values of the pixels.
  • x denotes the location of the pixel in the input image
  • G ⁇ x denotes the gray scale value of the pixel (equivalent to grey(x) in the above equations (1) or (2))
  • mean t x) denotes the local mean value on the i-th scale
  • W. denotes the weight coefficient on the i-th scale.
  • the gain calculation unit 103 calculates a gain factor for each pixel in the image based on the calculated luminance value and contrast value . According to an embodiment of the pre sent invention , the gain calculation unit
  • 103 can be configured to calculate the gain factor for each pixel according to upper _bound ⁇ x)
  • upper _bound(x) can be set according to
  • cross_point(x) 1— luminance (x) ( 1 0)
  • the parameter strength in the above equation (6) is reserved for a user's interactive adjustment. The user can control the intensity of image enhancement by adjusting this parameter.
  • the mapping unit 104 After the gain for each pixel is calculated, the mapping unit 104 carries out an enhancement process on each pixel at step S 17. According to an embodiment of the present invention, the mapping unit 104 multiplies the values of the respective channels of each pixel with the same gain factor, such that the hue of the input image can be maintained. The mapping unit 104 performs its operation in such a manner that the mapping operation can be carried out according to
  • the enhanced image can be printed or displayed on a display screen by the output device 140 such as a printer or a display.
  • the device according to the embodiment of the present invention can be implemented in a camera, a mobile phone , a PC , or a medical apparatus, and can be implemented in software or hardware .
  • Fig. 4 shows an example in which the device according to an embodiment of the present invention is applied . It can be implemented in a digital image capture and display system . A digital image captured by a CC D camera is enhanced by the device according to the present invention , so as to obtain an enhanced image for displaying on a display.
  • the method and device according to the embodiments of the present invention are also applicable to video image enhancement.
  • the method according to the embodiments of the present invention is applied to each frame of a video .
  • the enhanced digital images can be displayed on a display device .
  • the method and device according to the embodiments of the present invention are also applicable to a print system .
  • an image can be enhanced using the method according to the embodiments of the present invention , before it is printed .
  • the enhanced image can be printed and output from a printer.
  • an image enhanced by the method and device according to the embodiments of the present invention can be stored in a memory for subsequent processing.
  • both luminance and contrast of an image can be enhanced without introducing any artifacts .
  • the computational efficiency can be improved .
  • the present invention is applicable in a variety of image processing systems, such as image / video capture device, display device, print device and the like.

Abstract

A method and a device for image enhancement are provided. The method according to an embodiment of the present invention comprises calculating a local luminance value and a local contrast value for each pixel in an input digital image; determining a gain factor for each pixel based on the local luminance value and the local contrast value; and adjusting a value of a pixel based on the gain factor determined for the pixel. With the method and device according to the embodiments of the present invention, both luminance and contrast of an image can be enhanced without introducing any artifacts. According to further embodiments, the computational efficiency can be improved. The present invention is applicable in a variety of image processing systems, such as image/video capture device, display device, print device and the like.

Description

DESCRIPTION
TITLE OF INVENTION
METHOD AND DEVICE FOR IMAGE ENHANCEMENT
TECHNICAL FIELD
The invention relates to digital image processing, and more particularly, to a technique for image enhancement and/ or dynamic range reduction, capable of generating a clearer and brighter image without any visible artifacts based on an input image .
BACKGROUND ART
It is very easy for human eyes to perceive a snow scene in the sun or a scene in a dim cave . Human visual system can accommodate various environments and perceive scenes in the respective environments without any difficulty. However, various man-made image sensors do not have such capability of flexibly accommodating various scenes, but only can capture a scene with a fixed dynamic range, and this range is limited. For example, a person in a room can identify furniture or carpet at a corner of the room, and also a cloud in the sun at the same time . However, it is difficult for one to shoot all the scenes he or she sees with a camera. If a long exposure time is set in order to capture details of a scene in a dim room, the sky out of window cannot be shot. If a short exposure time is set to capture details of the sky, no details in the room can be obtained. These are problems which may be encountered in our daily life . A camera or video recorder cannot shoot exactly what we see with our eyes . Thus, how to reduce a large dynamic range of an image without producing any artifact is a problem to be solved in digital image processing.
Patent Document 1 (US20060 1 10052A 1 ) discloses an image processing technique. An image is first transformed to the logarithmic space . Subtractions are carried out between different color channels to eliminate chroma. Then, standard coordinates are calculated based on local mean values and variances. The local mean values are obtained by convoluting the image with an average filter such as Gaussian filter. The local variances are calculated based on the definition of the conventional standard variance in combination with weighting operation. The standard coordinates are obtained by subtracting pixel values from the mean values and then dividing by the local variances. Patent Document 1 also gives two other approaches for calculating local standard coordinates. At last, several schemes are provided for synthesizing the standard coordinates and the original image to obtain an enhance output image . One of these schemes consists in scaling the three channels of the original pixels with the same factor, which is the ratio of the standard coordinates to the original luminance. Another scheme relates to the inverse operation of the above first step. However, Patent Document 1 does not give any details on how to obtain an ideal output image.
According to the above Patent Document 1 , it is required to calculate the local mean values and the local variances in a relatively large neighborhood, which imposes an increased computational load. In addition, in Patent Document 1 , it is impossible to ensure that no artificial color will be introduced.
In other words, the technique according to Patent Document 1 may produce visible artifacts.
SUMMARY OF INVENTION
An object of the present invention is to provide a method and device for image enhancement, capable of generating a clearer and brighter image without any visible artifacts based on an input image.
According to an aspect of the present invention, a method for digital image enhancement is provided, which comprises steps of: calculating a local luminance value and a local contrast value for each pixel in an input digital image ; determining a gain factor for each pixel based on the local luminance value and the local contrast value; and adjusting a value of a pixel based on the gain factor determined for the pixel.
According to another aspect of the present invention, a device for digital image enhancement is provided, which comprises: a luminance calculation unit configured to calculate a local luminance value for each pixel in an input digital image; a contrast calculation unit configured to calculate a local contrast value for each pixel in the input digital image; a gain calculation unit configured to determine a gain factor for each pixel based on the local luminance value and the local contrast value; and a mapping unit configured to adjust a value of a pixel based on the gain factor determined for the pixel. With the above solution, it is possible to enhance both luminance and contrast of an image without losing any details, even if the image has a very large dynamic range.
BRIEF DESCRIPTION OF DRAWINGS
The above features and advantages of the present invention will be more apparent from the following detailed descriptions taken in conjunction with the figures.
Fig. 1 is a block diagram of a device for digital image enhancement according to an embodiment of the present invention. Fig. 2 is a flowchart illustrating a method for digital image enhancement according to an embodiment of the present invention.
Fig. 3 is a schematic diagram illustrating a process of calculating luminance and contrast according to an embodiment of the present invention.
Fig. 4 shows an example of application of the device according to an embodiment of the present invention.
Fig. 5 shows an example of application of the method and device according to embodiments of the present invention.
Fig. 6 shows an example of application of the method and device according to embodiments of the present invention.
Fig. 7 shows an example of application of the method and device according to embodiments of the present invention.
DESCRIPTION OF EMBODIMENTS
The preferred embodiments of the present invention will be detailed in the following with reference to the figures. Throughout the figures, the same or similar elements, though shown in different figures, are represented by the same reference sign. For clarity and conciseness purpose, details for known functions and structures contained herein will be omitted, so as not to obscure the concept of the present invention. According to the embodiments of the present invention, a method and a device for digital image enhancement are provided. In the embodiments of the present invention, a captured image is enhanced taking into account the ambient luminance of a scene during the image shooting process as well as the contrast between colors of the individual parts of the shot subject. According to the embodiments of the present invention, a digital image with a large dynamic range can be processed into an image with a dynamic range to which human eyes are sensitive . Further, the luminance and the contrast of the image can be improved while reducing the dynamic range.
Fig. 1 shows a block diagram of a device for digital image enhancement according to an embodiment of the present invention. The device 100 of this embodiment can be applied in a camera for a real-time processing on a captured image . As an alternative, a digital image can be read from a memory 1 10 which stores digital images shot in advance, processed according to the method of the present invention, and then stored in a memory or output from an output device 140 such as a printer or a display.
As shown in Fig. 1 , the image enhancement device 100 according the embodiment of the present invention comprises : a gray scaling unit 101 configured to gray-scale a color digital image; a luminance calculation unit 105 configured to calculate a luminance value for each pixel of the image ; a contrast calculation unit 102 configured to calculate a contrast value for each pixel of the image ; a gain calculation unit 103 configured to determine a gain factor for each pixel based on the calculated luminance value and contrast value; and a mapping unit 104 configured to process each pixel based on the determined gain factor. The image having been processed by the mapping unit 104 is stored in a memory 1 10 or output from an output device 140 such as a printer or a display.
Next, the specific functions and operation processes of the individual units will be explained in detail with reference to Figs. 2 and 3. Fig. 2 is a flowchart illustrating a method for digital image enhancement according to an embodiment of the present invention.
At steps S l l , S 12 and S I 3 , digital image data are input from the memory 1 10. According to the embodiment of the present invention, the color digital image read from the memory
1 10 is an image having three channels, R, G and B, which is then converted into a gray scale image by the gray scaling unit 101 . According to the embodiment of the present invention, the gray scaling unit 10 1 can be configured to obtain a gray scale value either by averaging the pixel values from the three channels, by selecting a pixel value of one out of the three channels, or by calculating the weighted sum of the pixel values from the three channels. For example, the gray scaling unit 101 can be configured to determine the gray scale values of the pixels according to the following equations :
grey(x) = (r (?;} - g (x) - b (*)) /3 · · · ( 1 )
or
grey(x) = max r{x),g{x), b{x)) ^ where the variable x denotes the location of a pixel in the input image . Since x can be a two-dimension vector, it can be used to represent the location of the pixel in the input image in a two-dimension coordinate system. The above r(x) , g(x) and b(x) denotes the R, G and B components of the color pixel, respectively, and max(-) denotes an operation of taking maximum.
According to an embodiment of the present invention, no gray scaling process is required if the input image is a single channel image .
Then, at steps S 14 and S 15, the luminance calculation unit 105 and the contrast calculation unit 102 calculate the luminance values and the contrast values of the pixels. According to an embodiment of the present invention, the luminance value and the contrast value of a pixel can be calculated according to luminance 00 = mean, ( )
... (3)
contrast w =
Figure imgf000010_0001
where x denotes the location of the pixel in the input image, G{x) denotes the gray scale value of the pixel (equivalent to grey(x) in the above equations (1) or (2)), meant x) denotes the local mean value on the i-th scale, and W. denotes the weight coefficient on the i-th scale. According to an embodiment of the present invention, in order to effectively calculate these parameters, as shown in Fig. 3, an integral image is first calculated according to
Figure imgf000010_0002
... (5)
That is, the sum of the gray scale values of all the pixels at the top left corner is calculated. Then, mean^x) is calculated by four addition/ subtraction operations. After obtaining the local mean value mean.,{x) on each scale, the luminance value and the contrast value can be calculated according to the above equations (3) and (4). After obtaining the luminance value and the contrast value , at step S 16 , the gain calculation unit 103 calculates a gain factor for each pixel in the image based on the calculated luminance value and contrast value . According to an embodiment of the pre sent invention , the gain calculation unit
103 can be configured to calculate the gain factor for each pixel according to upper _bound{x)
gainix) = - ;— - ~ ;— . . .
1 + a * exp (—strength » (contrast(xj— cross_pomt(xj)) ^ where a = upper _bound(x)— 1 , such that gain(x) = 1 when contrast(x) = cross_point(x) , upper _bound(x~) is set to be a fixed value for the entire image or a value adaptive to each pixel. According to an embodiment of the present invention, upper _bound(x) can be set according to
upper _bound(x) = lfmean(x) ^yj
or
upper _bound{x) = l/(max (r(x),£(x), i?(x)) ^gj where mean(x) can be a mean value on any of the scale or a weighted sum of mean value s on the re spective scales . Similarly, cross_point(x) can be set as a fixed value for the entire image or as a value adaptive to each pixel. According to an embodiment of the pre sent invention , cross_point(x) can be set according to cross_point(x) = 1.0 ^gj
or
cross_point(x) = 1— luminance (x) ( 1 0) The parameter strength in the above equation (6) is reserved for a user's interactive adjustment. The user can control the intensity of image enhancement by adjusting this parameter.
After the gain for each pixel is calculated, the mapping unit 104 carries out an enhancement process on each pixel at step S 17. According to an embodiment of the present invention, the mapping unit 104 multiplies the values of the respective channels of each pixel with the same gain factor, such that the hue of the input image can be maintained. The mapping unit 104 performs its operation in such a manner that the mapping operation can be carried out according to
(r', g',b') = gain{x) * (r,g, b) _
At step S 18 , the enhanced image can be printed or displayed on a display screen by the output device 140 such as a printer or a display.
While the specific embodiment of the device according to the present invention has been described having separate functional modules, it will be appreciated by those skilled in the art that these modules can be embodied in a single device, such as a CPU, or as a number of components. For example, the device according to the embodiment of the present invention can be implemented in a camera, a mobile phone , a PC , or a medical apparatus, and can be implemented in software or hardware . Fig. 4 shows an example in which the device according to an embodiment of the present invention is applied . It can be implemented in a digital image capture and display system . A digital image captured by a CC D camera is enhanced by the device according to the present invention , so as to obtain an enhanced image for displaying on a display.
As shown in Fig. 5 , the method and device according to the embodiments of the present invention are also applicable to video image enhancement. In this case, the method according to the embodiments of the present invention is applied to each frame of a video . Then , the enhanced digital images can be displayed on a display device .
As shown in Fig. 6 , the method and device according to the embodiments of the present invention are also applicable to a print system . In this case , an image can be enhanced using the method according to the embodiments of the present invention , before it is printed . Then , the enhanced image can be printed and output from a printer. As shown in Fig. 7, an image enhanced by the method and device according to the embodiments of the present invention can be stored in a memory for subsequent processing. With the method and device according to the embodiments of the present invention, both luminance and contrast of an image can be enhanced without introducing any artifacts . According to further embodiments, the computational efficiency can be improved . The present invention is applicable in a variety of image processing systems, such as image / video capture device, display device, print device and the like.
The foregoing only describes the exemplary embodiments for implementing the present invention . It can be appreciated by those skilled in the art that any modifications and partial alternations can be made without departing from the scope of the present invention. These modifications and alternations should be encompassed by the scope of the present invention which is only defined by the claims as attached.

Claims

Claim 1
A method for digital image enhancement, comprising steps of:
-calculating a local luminance value and a local contrast value for each pixel in an input digital image ;
-determining a gain factor for each pixel based on the local luminance value and the local contrast value; and
-adjusting a value of a pixel based on the gain factor determined for the pixel.
Claim 2
The method according to claim 1 , wherein the input digital image is a color image containing a plurality of color channels, and the method further comprises a step of gray scaling the input digital image prior to the step of calculating a local luminance value and a local contrast value for each pixel in an input digital image .
Claim 3
The method according to claim 1 or 2 , wherein the step of calculating a local luminance value and a local contrast value for each pixel in an input digital image comprises:
-calculating a weighted sum of local luminance values on different scales ; and
-calculating a weighted sum of local contrast value s on different scales .
Claim 4
The method according to claim 3 , wherein the luminance value and the contrast value are calculated according to
Λ"
luminance (A.) = ^ W. * mean, (x)
∑ ( G (x) \
W; * loglO , ,
\mean. (x) where x denotes the location of the pixel in the input image , denotes the gray scale value of the pixel, mean. (x) denotes the local mean value on the i-th scale, and Wt denotes the weight coefficient on the i-th scale .
Claim 5
The method according to claim 1 or 2 , wherein the step of determining a gain factor for each pixel based on the local luminance value and the local contrast value comprises : calculating the gain factor according to upp e r_b o nd (,τ)
gain(x) = — T-T ;——— -
1— a · exp (—strength * (contrast(x)— cross_point(x))j where a = upper_baund(x — 1 , such that gain(x) = 1 when contrast(x)— cross_point(x) ; upper _bound{x) is set as a fixed value for the entire image, or as a value adaptive to each pixel; cross_pomt(x) = l - luminance (s) ^ and the parameter strength is reserved for a user in performing interactive adjustment. Claim 6
The method according to claim 5 , wherein
upper _bound(x) = lfniean{x~) Qr
upper _bound(x) = 1 / (max (r(x),g(x), b(x))
where mean(x) can be a mean value on any one of the scales or a weighted sum of mean values on the respective scales.
Claim 7
A device for digital image enhancement, comprising:
-a luminance calculation unit configured to calculate a local luminance value for each pixel in an input digital image;
-a contrast calculation unit configured to calculate a local contrast value for each pixel in the input digital image;
-a gain calculation unit configured to determine a gain factor for each pixel based on the local luminance value and the local contrast value; and
-a mapping unit configured to adjust a value of a pixel based on the gain factor determined for the pixel.
Claim 8 The device according to claim 7, wherein the input digital image is a color image containing a plurality of color channels, and the device further comprises :
a gray scaling unit configured to gray- scale the input digital image prior to calculating a local luminance value and a local contrast value for each pixel in an input digital image .
Claim 9
The device according to claim 7 or 8, wherein the luminance calculation unit calculates the local luminance values for each pixel by calculating a weighted sum of local luminance values on different scales; and the contrast calculation unit calculates the local contrast value for each pixel by calculating a weighted sum of local contrast values on different scales.
Claim 10
The device according to claim 9 , wherein the luminance value and the contrast value are calculated according to
Figure imgf000018_0001
where x denotes the location of the pixel in the input image, G(A) denotes the gray scale value of the pixel, mean. jV) denotes the local mean value on the i-th scale , and W. denotes the weight coefficient on the i-th scale .
Claim 1 1
The device according to claim 7 or 8 , wherein the gain calculation unit is configured for determining a gain factor for each pixel based on the local luminance value and the local contrast value by calculating the gain factor according to upp erjh o und(p )
g in{x) =
1— a · exp (—strength * (contrast(x)— cross_point(x))) where a— upper _bound(x)— 1 , such that gain(x) = 1 when contrast(x) = cross_pomt(x) ; upper _bound{x) is set as a fixed value for the entire image or as a value adaptive to each pixel; cross_point(x) = 1 - luminance (x) } and th e parameter strength is reserved for a user in performing interactive adj ustment.
Claim 1 2
The device according to claim 1 1 , wherein
upper _bound(x) = l/mean(x) QJ. upper _bound(x) = l/(max (r(x)fg(x)lb(x')) where mean(x) can be a mean value on any one of the scales or a weighted sum of mean value s on the respective scales .
Claim 1 3 A control program which causes a computer to perform a method for digital image enhancement, the method comprising steps of:
-calculating a local luminance value and a local contrast value for each pixel in an input digital image;
-determining a gain factor for each pixel based on the local luminance value and the local contrast value; and
-adjusting a value of a pixel based on the gain factor determined for the pixel.
Claim 14
A computer-readable storage medium storing a control program which causes a computer to perform a method for digital image enhancement, the method comprising steps of:
-calculating a local luminance value and a local contrast value for each pixel in an input digital image ;
-determining a gain factor for each pixel based on the local luminance value and the local contrast value; and
-adjusting a value of a pixel based on the gain factor determined for the pixel.
PCT/JP2011/067381 2010-07-27 2011-07-22 Method and device for image enhancement WO2012015020A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201010239299.8 2010-07-27
CN201010239299.8A CN102339461A (en) 2010-07-27 2010-07-27 Method and equipment for enhancing image

Publications (1)

Publication Number Publication Date
WO2012015020A1 true WO2012015020A1 (en) 2012-02-02

Family

ID=45515177

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2011/067381 WO2012015020A1 (en) 2010-07-27 2011-07-22 Method and device for image enhancement

Country Status (2)

Country Link
CN (1) CN102339461A (en)
WO (1) WO2012015020A1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102800299A (en) * 2012-08-01 2012-11-28 赵建峰 High-precision image modulus partitioning coloring display method
CN111861903A (en) * 2020-06-12 2020-10-30 成都数之联科技有限公司 Brightness self-adaptive image enhancement method and system

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103901378B (en) * 2012-12-26 2018-01-12 深圳联影医疗科技有限公司 The brightness control system and method for image in magnetic resonance system
CN105338214B (en) * 2014-08-13 2018-07-20 山东新北洋信息技术股份有限公司 Image processing method and image processing apparatus
CN105469038A (en) * 2015-11-19 2016-04-06 国网福建省电力有限公司泉州供电公司 Safety cap video detection method for electric power switching station
CN107993189B (en) * 2016-10-27 2021-06-18 瑞芯微电子股份有限公司 Image tone dynamic adjustment method and device based on local blocking
CN106897963A (en) * 2017-01-04 2017-06-27 奇酷互联网络科技(深圳)有限公司 Adjust method, device and the terminal device of brightness of image
CN108885782B (en) * 2017-08-09 2022-04-26 深圳市大疆创新科技有限公司 Image processing method, apparatus and computer-readable storage medium
CN110263301B (en) * 2019-06-27 2023-12-05 北京百度网讯科技有限公司 Method and device for determining color of text

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004030142A (en) * 2002-06-25 2004-01-29 Fuji Photo Film Co Ltd Image processing method and apparatus
JP2009044628A (en) * 2007-08-10 2009-02-26 Mitsubishi Electric Corp Image processing apparatus and image processing method

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004030142A (en) * 2002-06-25 2004-01-29 Fuji Photo Film Co Ltd Image processing method and apparatus
JP2009044628A (en) * 2007-08-10 2009-02-26 Mitsubishi Electric Corp Image processing apparatus and image processing method

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
KOHEI INOUE: "Contrast Enhancement of Color Images by Multiscale Nonlinear Smoothing, ITE Technical Report", THE INSTITUTE OF IMAGE INFORMATION AND TELEVISION ENGINEERS, vol. 24, no. 74, 22 November 2000 (2000-11-22) *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102800299A (en) * 2012-08-01 2012-11-28 赵建峰 High-precision image modulus partitioning coloring display method
CN111861903A (en) * 2020-06-12 2020-10-30 成都数之联科技有限公司 Brightness self-adaptive image enhancement method and system

Also Published As

Publication number Publication date
CN102339461A (en) 2012-02-01

Similar Documents

Publication Publication Date Title
WO2012015020A1 (en) Method and device for image enhancement
EP3087730B1 (en) Method for inverse tone mapping of an image
CN106981054B (en) Image processing method and electronic equipment
CN110378859A (en) A kind of new high dynamic range images generation method
WO2003061266A2 (en) System and method for compressing the dynamic range of an image
JP5457652B2 (en) Image processing apparatus and method
WO2019101005A1 (en) Pixel compensation method and apparatus, and terminal device
KR20210118233A (en) Apparatus and method for shooting and blending multiple images for high-quality flash photography using a mobile electronic device
JP4479527B2 (en) Image processing method, image processing apparatus, image processing program, and electronic camera
KR20150145725A (en) Method and apparatus for dynamic range expansion of ldr video sequence
US11070705B2 (en) System and method for image dynamic range adjusting
US20190147572A1 (en) Low cost color expansion module for expanding colors of an image
US20180089812A1 (en) Method and system for image enhancement
Yan et al. Enhancing image visuality by multi-exposure fusion
WO2008102296A2 (en) Method for enhancing the depth sensation of an image
US8164650B2 (en) Image processing apparatus and method thereof
Bengtsson et al. Regularized optimization for joint super-resolution and high dynamic range image reconstruction in a perceptually uniform domain
JP4359662B2 (en) Color image exposure compensation method
JP4992379B2 (en) Image gradation conversion apparatus, program, electronic camera, and method thereof
JP6082304B2 (en) Image processing apparatus and processing method thereof
CN110246086A (en) The image processing method and its image processing system of color image enhancement
JP2012010227A (en) Image processing apparatus, and image processing method
Fan et al. An optimization framework for inverse tone mapping using a single low dynamic range image
JP5050141B2 (en) Color image exposure evaluation method
Lee et al. Visual sensitivity correlated tone reproduction for low dynamic range images in the compression field

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 11812609

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 11812609

Country of ref document: EP

Kind code of ref document: A1