US20050254723A1 - Exposure correction method for digital images - Google Patents

Exposure correction method for digital images Download PDF

Info

Publication number
US20050254723A1
US20050254723A1 US10/844,332 US84433204A US2005254723A1 US 20050254723 A1 US20050254723 A1 US 20050254723A1 US 84433204 A US84433204 A US 84433204A US 2005254723 A1 US2005254723 A1 US 2005254723A1
Authority
US
United States
Prior art keywords
image
exposure
iave
idest
normal
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.)
Granted
Application number
US10/844,332
Other versions
US7336849B2 (en
Inventor
Shang-Yun Wu
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.)
Primax Electronics Ltd
Original Assignee
Destiny Technology Corp
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 Destiny Technology Corp filed Critical Destiny Technology Corp
Priority to US10/844,332 priority Critical patent/US7336849B2/en
Assigned to DESTINY TECHNOLOGY CORPORATION reassignment DESTINY TECHNOLOGY CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: WU, SHANG-YUN
Publication of US20050254723A1 publication Critical patent/US20050254723A1/en
Assigned to PRIMAX ELECTRONICS LTD. reassignment PRIMAX ELECTRONICS LTD. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: DESTINY TECHNOLOGY CORPORATION
Application granted granted Critical
Publication of US7336849B2 publication Critical patent/US7336849B2/en
Expired - Fee Related legal-status Critical Current
Adjusted expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T5/00Image enhancement or restoration
    • G06T5/40Image enhancement or restoration by the use of histogram techniques
    • G06T5/92

Definitions

  • the invention relates to a digital image processing method and, in particular, to an exposure correction method for digital images.
  • the exposure correction can increase or decrease the exposure amount of an image. More exposure gives a brighter image to reveal more details. Less exposure makes the image darker, rendering fewer details.
  • the conventional exposure correction method is performed in the RGB format. Since all channels are implemented using the method of Gamma Normalization, it thus takes a longer processing time.
  • the conventional method uses the maximum and minimum of the brightness to determine the gamma curve and a luminance lookup table. The effect of such a processing method is not ideal.
  • the invention provides an exposure correction method for digital images.
  • a primary objective of the invention is to perform rapid, automatic adjustments on pixels with abnormal exposure in order to obtain better effects on an image.
  • the invention provides an exposure correction method for digital images.
  • an image is converted into a gray-level image.
  • the gray-level histogram of the image is computed to determine whether the exposure of the image is correct.
  • An exposure threshold Ratio_Threshold is thus determined.
  • a central region of the image is extracted to compute the average brightness Iave.
  • a destination brightness Idest is computed according to the averaged brightness Iave.
  • the image is converted into the HIS format and its brightness channel (I) is adjusted according to the lookup table.
  • the brightness of the central region is used to determine the adjusting curve, rendering better processing effects.
  • the brightness I channel in the HIS format is tuned. The invention reduces the processing time.
  • FIG. 1 is a flowchart of the disclosed exposure correction method for digital images
  • FIG. 2 is a schematic view of the low-level region and the high-level region in the histogram according to the invention
  • FIG. 3 is a schematic view of the central region in the invention.
  • FIGS. 4 a and 4 b are flowcharts of computing the coefficients in the adjusting curve according to the invention.
  • FIG. 1 is a flowchart of the disclosed exposure correction method for digital images.
  • the gray-level histogram is a function of the gray level, showing the statistical distribution of the gray levels (brightness) of all the pixels in an image. It indicates the number of pixels with a gray level in an image, reflecting the appearance frequency of each gray level.
  • the horizontal axis from left to right represents the increasing gray level.
  • the gray-level histogram is used to determine whether the exposure of the image is normal.
  • the ratio of pixel numbers in the low-level region 210 and the high-level region 220 in the image, MinRatio/MaxRatio is used to determine whether the exposure of the image is normal.
  • the central region of the image is extracted. As shown in FIG. 3 , the central region 300 is at the center of the image. Its length and width are such that its area is half of that of the whole image.
  • the invention computes the average brightness Iave of the pixels in the central region 300 .
  • the average brightness Iave is used to adjust the destination brightness Idest.
  • the process of determining the destination brightness Idest is as follows:
  • f(x) is determined.
  • the method of determining k and a are described in FIGS. 4 a and 4 b.
  • f(x) is then constructed from the coefficients k and a.
  • the lookup table Itbl maps the brightness I channel, updating the brightness of the image.
  • the updated brightness Inew Itbl[I[i]], where I is the index of the pixel in the image.
  • the HIS format of the image is converted into the RGB format.
  • the destination brightness Idest is then updated:
  • A(k) [exp(63/k) ⁇ 1]/ 89 .
  • the lookup table is constructed to convert the image into the HIS format, using the lookup table to map the I channel. After mapping all the pixels, the image is converted to the RGB format.

Abstract

An exposure correction method for digital images first computes a gray-level histogram of an image. Then determine whether the exposure of the image is normal from the gray-level histogram, thereby determining an exposure threshold. The central region of the image is extracted to find an average brightness Iave. The average brightness Iave and a destination brightness Idest are used to determine an adjusting curve y=f(x). The brightness channel is adjusted according to a constructed correspondence table. Therefore, the image processing effects are enhanced even though the processing time is reduced.

Description

    BACKGROUND OF THE INVENTION
  • 1. Field of Invention
  • The invention relates to a digital image processing method and, in particular, to an exposure correction method for digital images.
  • 2. Related Art
  • Due to the popularity of digital cameras and scanners, there are more chances for people to obtain digital images. However, such pictures sometimes do not have appropriate exposure. They are either over exposed (the images being too bright) or insufficiently exposed (the images being too dark). All these situations directly affect the visual effects of the images. Therefore, they have to be corrected in order to have better effects.
  • The exposure correction can increase or decrease the exposure amount of an image. More exposure gives a brighter image to reveal more details. Less exposure makes the image darker, rendering fewer details.
  • The conventional exposure correction method is performed in the RGB format. Since all channels are implemented using the method of Gamma Normalization, it thus takes a longer processing time. The conventional method uses the maximum and minimum of the brightness to determine the gamma curve and a luminance lookup table. The effect of such a processing method is not ideal.
  • Therefore, how to provide a digital image processing method to enhance the image processing effect while increasing the exposure correction speed is a problem to be solved in the field.
  • SUMMARY OF THE INVENTION
  • In view of the foregoing, the invention provides an exposure correction method for digital images. A primary objective of the invention is to perform rapid, automatic adjustments on pixels with abnormal exposure in order to obtain better effects on an image.
  • To achieve the objective, the invention provides an exposure correction method for digital images. First, an image is converted into a gray-level image. The gray-level histogram of the image is computed to determine whether the exposure of the image is correct. An exposure threshold Ratio_Threshold is thus determined. A central region of the image is extracted to compute the average brightness Iave. A destination brightness Idest is computed according to the averaged brightness Iave. An adjusting curve y=f(x) is then determined according to the averaged brightness Iave and the destination brightness Idest. A lookup table is constructed according to the adjusting curve y=f(x). The image is converted into the HIS format and its brightness channel (I) is adjusted according to the lookup table.
  • According to the disclosed exposure correction method, the brightness of the central region is used to determine the adjusting curve, rendering better processing effects. Using the obtained lookup table, the brightness I channel in the HIS format is tuned. The invention reduces the processing time.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • The invention will become more fully understood from the detailed description given hereinbelow illustration only, and thus are not limitative of the present invention, and wherein:
  • FIG. 1 is a flowchart of the disclosed exposure correction method for digital images;
  • FIG. 2 is a schematic view of the low-level region and the high-level region in the histogram according to the invention;
  • FIG. 3 is a schematic view of the central region in the invention; and
  • FIGS. 4 a and 4 b are flowcharts of computing the coefficients in the adjusting curve according to the invention.
  • DETAILED DESCRIPTION OF THE INVENTION
  • The invention uses the curve adjustment method that utilizes the histogram of the brightness channel to conduct exposure correction. FIG. 1 is a flowchart of the disclosed exposure correction method for digital images.
  • The gray-level histogram is a function of the gray level, showing the statistical distribution of the gray levels (brightness) of all the pixels in an image. It indicates the number of pixels with a gray level in an image, reflecting the appearance frequency of each gray level. The horizontal axis from left to right represents the increasing gray level. The vertical axis represents the number of pixels in each gray level. If the image has L gray levels (usually L=256, namely 8-digit binary gray-level code), then the gray-level histogram of a pixel f(x,y) is Hist[I], where I=0, 1, . . . , 255.
  • Once the gray-level histogram is determined, it is used to determine whether the exposure of the image is normal. With reference to FIG. 2, the ratio of pixel numbers in the low-level region 210 and the high-level region 220 in the image, MinRatio/MaxRatio, is used to determine whether the exposure of the image is normal. The normal exposure ratio is NeedExposure_Ratio=20. If MinRatio/MaxRatio>NeedExposure_Ratio or MinRatio/MaxRatio<1/NeedExposure_Ratio, the exposure is abnormal; otherwise, the exposure is all right. The pixel number in the low-level region 210 is computed using the formula: MinRatio = k = 0 N Hist ( k ) / m = 0 255 Hist ( m )
  • The pixel number in the high-level region 220 is computed using the formula: MaxRatio = k = 255 - N 255 Hist ( k ) / m = 0 255 Hist ( m )
  • The condition to be satisfied is MinRatio/(N+1)>MinRatio_Threshold or MaxRatio/(N+1)<Minatio_Threshold, where N=4 and MinRatio_Threshold=2.0/255 here.
  • Whether the exposure of an image is normal is usd to determine the exposure threshold, Ratio_Threshold, of the image. When the exposure is not normal, Ratio_Threshold=0.3. When the exposure is normal, Ratio_Threshold=0.1.
  • Afterwards, the central region of the image is extracted. As shown in FIG. 3, the central region 300 is at the center of the image. Its length and width are such that its area is half of that of the whole image. The invention computes the average brightness Iave of the pixels in the central region 300. The average brightness Iave is used to adjust the destination brightness Idest. The process of determining the destination brightness Idest is as follows:
      • 1. Preset a destination brightness Idest=150.
      • 2. Compute two intermediate parameters Ibase and deltaI:
        • when Iave<=128, Ibase=Iave;
        • when Iave>128, Ibase=255-Iave; and
        • deltaI=abs(Iave-Idest).
      • 3. Update the destination brightness Idest.
        • Set fCurRatio=deltaI/Ibase.
        • If fCurRatio>Ratio_Threshold, then fCurRatio=Ratio_Threshold, wherein
        • when Iave>Idest, Idest=Iave+fCurRatio*Ibase,
        • when Iave<=Idest, Idest=Iave−fCurRatio*Ibase,
        • from which the destination brightness Idest is obtained.
        • Construct the curve y=f(x) passing through the points (0,0), (Iave Idest), and (255,255), where the curve y=f(x) monotonically increases from x=0 to 255 and is defined as:
        • when Iave<Idest, f(x)=k*ln(a*x+1); and
        • when Iave>Idest, f(x)=k*e(a*x)−k.
  • Once the values of the coefficients k and a are determined, f(x) is determined. The method of determining k and a are described in FIGS. 4 a and 4 b.
  • When Iave<Idest, as in FIG. 4 a, we set k=10000 (step 411) and k=k/2 (step 412). a is then computed from k using a=[exp(Idest/k)-1]/Iave (step 413). f(x) is constructed from k and a by f(x)=k*ln(a*x+1) (step 414). The value of f(x) is extracted (step 415). If f(x)>255, then the procedure returns to step 412 until f(x) is no greater than 255. At this moment, we set A(k)=[exp(Idest/k)−1]/Iave. When A(k)<255 and A(2k)>255, we use the dichotomy method to compute the coefficients k and a so that f(255)=k*ln(a*x+1)=255. The coefficients k and a are then updated (step 416).
  • When Iave>Idest, the method of determining the coefficients k and a is shown in FIG. 4 b. As shown in the drawing, we first set k=10000 (step 421) and then k=k/2 (step 422). a is then computed from k using a=[ln(Idest/k)+1]/Iave (step 423), thereby constructing f(x) using f(x)=k*exp(a*x)−k (step 424). The value of f(x) is extracted (step 425). If f(x)<255, the procedure returns to step 422 until f(x) is no smaller than 255. Then we set A(k)=[ln(Idest/k)+1]/Iave. If A(k)>255 and A(2k)<255 we us the dichotomy method to update the coefficients k and a (step 426) so that f(255)=k*exp(a*x)−k=255.
  • f(x) is then constructed from the coefficients k and a. A lookup table, Itbl[i], is constructed from f(x), where Itbl[i]=f(i) for i=0, 1, . . . , 255. The lookup table Itbl maps the brightness I channel, updating the brightness of the image. The updated brightness Inew=Itbl[I[i]], where I is the index of the pixel in the image. Finally, the HIS format of the image is converted into the RGB format.
  • In the following, we use an explicit image as an example to explain the invention. The data obtained from the gray-level histogram of the image are:
  • 1507,268,703,1195,354,285,648,416,1252,537,1385,793,236,1018,988,774,1276,672,1 206,1081,600,1408,1214,638,3008,644,1532,1618,1611,1590,970,1782,780,780,596,438,5 10,448,324,311,655,197,250,336,334,302,182,263,336,205,261,227,220,219,171,221,235,1 62,313,157,190,200,219,262,223,170,311,193,186,158,197,229,185,210,211,245,176,161,1 80,173,239,146,180,191,187,144,135,165,203,153,166,154,147,128,146,125,141,175,127,1 38,130,119,102,141,125,145,129,131,123,123,104,125,92,106,111,111,144,112,100,95,94, 86,108,88,72,93,114,109,88,122,124,92,126,124,129,80,122,93,113,88,133,105,88,101,105, 80,85,89,97,114,102,74,122,69,92,109,94,137,110,87,107,110,132,127,87,89,221,89,115,1 28,139,159,126,111,322,97,140,164,171,188,127,142,292,101,114,188,123,161,131,140,19 8,204,92,95,104,75,115,118,107,241,102,129,135,140,114,131,135,315,126,119,152,177,1 58,192,110,438,129,91,162,121,172,84,92,247,274,72,92,99,93,43,61,79,47,36,18,16,26,26, 13,9,3,8,2,1,1,2,1,3,0,3,3,0,2,2,1,62,121,42,149,119,35,68,114,96,149,79,295,199,76,194,3 03,213,315,177,320,271,146,388,317,127,766,148,450,414,430,418,241,515,202,223,159,1 01,91,73,46,42,65,28,36,27,35,23,21,34,42,21,19,23,13,22,22,38,22,22,25,22,17,17,19,21,2 9,17,23,20,37,16,23,24,28,28,23,39,19,22,27,33,26,21,23,18,28,17,20,24,30,31,25,27,24,18, 21,10,22,29,24,25,16,26,18,33,26,18,22,23,25,12,23,20,17,23,25,17,24,18,26,22,27,20,23, 19,20,11,18,24,16,23,17,18,26,22,33,29,26,25,29.
  • The invention then uses the above data to determine whether the image is properly exposed. The ratio of the number of pixels in the low-level region, MinRatio, and the number of pixels in the high-level region, MaxRatio, is computed as: MinRatio = k = 0 N Hist ( k ) / m = 0 255 Hist ( m ) MaxRatio = k = 255 - N 255 Hist ( k ) / m = 0 255 Hist ( m )
  • Set N=4 and obtain MinRatio=0.06 and MaxRatio=0.001.
  • Since 0.06/(4+1)>2.0/255 and MinRatio/MaxRatio=0.06/0.001=60>20, therefore, the image is not properly exposed and Ratio_Threshold=0.3.
  • The central region of the image is extracted to obtain its average brightnes Iave=89. Since Iave<=128, thus Ibase=89, from which we obtain deltaI=abs(Iave−Idest)=abs(89−150)=61, where Idest=150 is the predetermined value. The destination brightness Idest is then updated:
      • fCurRatio=deltaI/Ibase=61/89=0.69.
      • Since fCurRatio=0.69>Ratio_Threshold=0.3, we have fCurRatio=Ratio_Threshold=0.3.
      • Moreover, Iave=89<Idest=150, therefore, Idest=Iave−fCurRatio*Ibase=89−89*0.3=63.
  • Afterwards, the invention determines the curve y=f(x). First set k=10000. Since Iave<Idest, we have a=[exp(63/k)−1]/89. Thereofre, f(x)=k*ln(a*x+1). If f(x)>255, we have k=k/2 and obtains the value of k.
  • A(k)=[exp(63/k)−1]/89. When A(k)<255 and A(2k)>255, the dichotomy is used to compute the coefficients k and a so that f(255)=k*ln(a*x+1)=255, from which we obtain the value of a.
  • The lookup table is constructed to convert the image into the HIS format, using the lookup table to map the I channel. After mapping all the pixels, the image is converted to the RGB format.
  • Certain variations would be apparent to those skilled in the art, which variations are considered within the spirit and scope of the claimed invention.

Claims (10)

1. An exposure correction method for a digital image comprising the steps of:
converting the image into a gray-level image and computing the gray-level histogram thereof;
determining whether the exposure of the image is normal from the gray-level histogram, thereby determining an exposure threshold, Ratio_Threshold;
extracting a central region of the image and computing the average brightness, Iave, of the pixels in the central region;
computing a destination brightness, Idest, according to the average brightness and using Iave and Idest to determine an adjusting curve y=f(x);
constructing a lookup table according to the adjusting curve y=f(x); and
converting the image into a HIS format and adjusting the brightness channel according to the lookup table.
2. The method of claim 1, wherein the step of determining whether the exposure of the image is normal includes the steps of:
determining a number of pixels in a low-level region MinRatio and a number of pixels in a high-level region MaxRatio according to the histogram of the image;
computing the ratio of MinRatio and MaxRatio; and
using the ratio to determine whether the exposure of the image is normal.
3. The method of claim 2, wherein the number of pixels in a low-level region MinRatio is computed using
MinRatio = k = 0 N Hist ( k ) / m = 0 255 Hist ( m )
and the number of pixels in a high-level region MaxRatio is computed using
MaxRatio = k = 255 - N 255 Hist ( k ) / m = 0 255 Hist ( m ) .
4. The method of claim 2, wherein the step of using the ratio to determine whether the exposure of the image is normal is as follows: the exposure is normal if MinRatio/MaxRatio>20 or MinRatio/MaxRatio<1/20 and not normal if 1/20=<MinRatio/MaxRatio<=20.
5. The method of claim 1, wherein the step of determining whether the exposure of the image is normal and determining an exposure threshold, Ratio_Threshold, includes the steps of:
setting the exposure threshold as 0.1 if the exposure is normal; and
setting the exposure threshold as 0.3 if the exposure is not normal.
6. The method of claim 1, wherein the central region of the image is a central region with an area that is ½ of the total area of the image.
7. The method of claim 1, wherein the adjusting curve y=f(x) monotonically increases from x=0 to x=255 and passes the points (0,0), (Iave,Idest), and (255,255).
8. The method of claim 1, wherein the adjusting curve f(x) has the expression:

f(x)=k*ln(a*x+1) when Iave<Idest; and
f(x)=k*e(a*x)−k when Iave>Idest.
9. The method of claim 8, wherein the coefficients k and a are computed using the dichotomy method.
10. The method of claim 1 further comprising the step of converting the image into the RGB format.
US10/844,332 2004-05-13 2004-05-13 Exposure correction method for digital images Expired - Fee Related US7336849B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US10/844,332 US7336849B2 (en) 2004-05-13 2004-05-13 Exposure correction method for digital images

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US10/844,332 US7336849B2 (en) 2004-05-13 2004-05-13 Exposure correction method for digital images

Publications (2)

Publication Number Publication Date
US20050254723A1 true US20050254723A1 (en) 2005-11-17
US7336849B2 US7336849B2 (en) 2008-02-26

Family

ID=35309461

Family Applications (1)

Application Number Title Priority Date Filing Date
US10/844,332 Expired - Fee Related US7336849B2 (en) 2004-05-13 2004-05-13 Exposure correction method for digital images

Country Status (1)

Country Link
US (1) US7336849B2 (en)

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060056684A1 (en) * 2004-09-10 2006-03-16 Haruhisa Kurane Image processing apparatus, image processing program, image processing method, and imaging apparatus
US7099056B1 (en) * 2002-04-03 2006-08-29 Eastman Kodak Company Automatically balanced exposure time and gain in an image sensor
US20080170128A1 (en) * 2007-01-17 2008-07-17 Samsung Electronics Co., Ltd. Apparatus, method and medium preventing image degradation due to shaking of an image photographing device
US20080174607A1 (en) * 2007-01-24 2008-07-24 Ali Iranli Systems and methods for reducing power consumption in a device through a content adaptive display
CN101140184B (en) * 2007-10-30 2010-07-07 北京中星微电子有限公司 Method and device for automatically measuring ambient brightness
US20120062694A1 (en) * 2010-05-31 2012-03-15 Panasonic Corporation Imaging apparatus, imaging method, and program
CN102412627A (en) * 2011-11-29 2012-04-11 安徽继远电网技术有限责任公司 Image identification-based intelligent transformer substation state monitoring system
US20130202206A1 (en) * 2012-02-06 2013-08-08 Nhn Corporation Exposure measuring method and apparatus based on composition for automatic image correction
CN103248828A (en) * 2012-02-13 2013-08-14 宏达国际电子股份有限公司 Exposure value adjustment apparatus and method
CN107463051A (en) * 2017-08-25 2017-12-12 维沃移动通信有限公司 A kind of exposure method and device
WO2020107291A1 (en) * 2018-11-28 2020-06-04 深圳市大疆创新科技有限公司 Photographing method and apparatus, and unmanned aerial vehicle
CN117593651A (en) * 2024-01-18 2024-02-23 四川交通职业技术学院 Tunnel crack segmentation recognition method

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7881555B2 (en) * 2006-08-29 2011-02-01 Siemens Medical Solutions Usa, Inc. Methods and systems for reducing bright burn in images
CN108833797B (en) * 2018-06-06 2021-01-22 深圳京龙睿信科技有限公司 Device for improving performance of vehicle-mounted binocular vision system and using method thereof

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5224177A (en) * 1991-10-31 1993-06-29 The University Of Chicago High quality film image correction and duplication method and system
US5283746A (en) * 1990-02-22 1994-02-01 At&T Bell Laboratories Manufacturing adjustment during article fabrication
US6014469A (en) * 1996-12-31 2000-01-11 Xerox Corporation System and method for selectively noise-filtering digital images
US6094219A (en) * 1990-11-20 2000-07-25 St. Clair Intellectual Property Consultants, Inc. Electronic still video camera with direct personal computer (PC) compatible digital format output

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5283746A (en) * 1990-02-22 1994-02-01 At&T Bell Laboratories Manufacturing adjustment during article fabrication
US6094219A (en) * 1990-11-20 2000-07-25 St. Clair Intellectual Property Consultants, Inc. Electronic still video camera with direct personal computer (PC) compatible digital format output
US5224177A (en) * 1991-10-31 1993-06-29 The University Of Chicago High quality film image correction and duplication method and system
US6014469A (en) * 1996-12-31 2000-01-11 Xerox Corporation System and method for selectively noise-filtering digital images

Cited By (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7099056B1 (en) * 2002-04-03 2006-08-29 Eastman Kodak Company Automatically balanced exposure time and gain in an image sensor
US20060056684A1 (en) * 2004-09-10 2006-03-16 Haruhisa Kurane Image processing apparatus, image processing program, image processing method, and imaging apparatus
US20080170128A1 (en) * 2007-01-17 2008-07-17 Samsung Electronics Co., Ltd. Apparatus, method and medium preventing image degradation due to shaking of an image photographing device
US8284265B2 (en) * 2007-01-17 2012-10-09 Samsung Electronics Co., Ltd. Apparatus, method and medium preventing image degradation due to shaking of an image photographing device
US20080174607A1 (en) * 2007-01-24 2008-07-24 Ali Iranli Systems and methods for reducing power consumption in a device through a content adaptive display
CN101140184B (en) * 2007-10-30 2010-07-07 北京中星微电子有限公司 Method and device for automatically measuring ambient brightness
US20120062694A1 (en) * 2010-05-31 2012-03-15 Panasonic Corporation Imaging apparatus, imaging method, and program
CN102412627A (en) * 2011-11-29 2012-04-11 安徽继远电网技术有限责任公司 Image identification-based intelligent transformer substation state monitoring system
US20130202206A1 (en) * 2012-02-06 2013-08-08 Nhn Corporation Exposure measuring method and apparatus based on composition for automatic image correction
US8885937B2 (en) * 2012-02-06 2014-11-11 Nhn Corporation Exposure measuring method and apparatus based on composition for automatic image correction
CN103248828A (en) * 2012-02-13 2013-08-14 宏达国际电子股份有限公司 Exposure value adjustment apparatus and method
US9479705B2 (en) 2012-02-13 2016-10-25 Htc Corporation Exposure value adjustment apparatus, method, and non-transitory tangible machine-readable medium thereof
CN107463051A (en) * 2017-08-25 2017-12-12 维沃移动通信有限公司 A kind of exposure method and device
WO2020107291A1 (en) * 2018-11-28 2020-06-04 深圳市大疆创新科技有限公司 Photographing method and apparatus, and unmanned aerial vehicle
CN111357276A (en) * 2018-11-28 2020-06-30 深圳市大疆创新科技有限公司 Shooting method and device and unmanned aerial vehicle
CN117593651A (en) * 2024-01-18 2024-02-23 四川交通职业技术学院 Tunnel crack segmentation recognition method

Also Published As

Publication number Publication date
US7336849B2 (en) 2008-02-26

Similar Documents

Publication Publication Date Title
US7336849B2 (en) Exposure correction method for digital images
US7421120B2 (en) Apparatus correcting image by luminance histogram
US7170645B2 (en) Method and apparatus for enhancing digital image quality
US7907135B2 (en) Image display and image displaying method for gradation correction
CN112752023B (en) Image adjusting method and device, electronic equipment and storage medium
US20080240605A1 (en) Image Processing Apparatus, Image Processing Method, and Image Processing Program
KR100707270B1 (en) Method for Image Contrast Enhancement Using RGB Value and Apparatus therof
US20090009525A1 (en) Color Adjustment Device and Method
US20110279710A1 (en) Apparatus and method for automatically controlling image brightness in image photographing device
KR20040048790A (en) Apparatus and Method for control luminance
US9396526B2 (en) Method for improving image quality
JP2007201979A (en) Exposure control apparatus and imaging apparatus
WO2009091152A9 (en) Color recovery method and system
JP3961515B2 (en) Image quality improving apparatus and method
WO2021180173A1 (en) Image processing method and apparatus, device and storage medium
CN112288661B (en) Image color correction method
JP2012175310A (en) Image processing apparatus and image processing method
JP4851505B2 (en) Image processing apparatus and image processing method
JP2009124264A (en) Image processing apparatus and image processing method
KR20110125154A (en) Apparatus and method for auto adjusting brightness of image taking device
US20040109091A1 (en) Apparatus and method for adaptive brightness control
JP2002247361A (en) Image processor, image processing method and recording medium having recorded programs for executing the same
CN1332557C (en) Method of exposure correction for digital image
JP2000102033A (en) Automatic gradation correction method
CN114339061B (en) Quick response automatic exposure control method

Legal Events

Date Code Title Description
AS Assignment

Owner name: DESTINY TECHNOLOGY CORPORATION, TAIWAN

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:WU, SHANG-YUN;REEL/FRAME:015325/0603

Effective date: 20040419

AS Assignment

Owner name: PRIMAX ELECTRONICS LTD., TAIWAN

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:DESTINY TECHNOLOGY CORPORATION;REEL/FRAME:018486/0038

Effective date: 20060920

FPAY Fee payment

Year of fee payment: 4

REMI Maintenance fee reminder mailed
LAPS Lapse for failure to pay maintenance fees
STCH Information on status: patent discontinuation

Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362

FP Lapsed due to failure to pay maintenance fee

Effective date: 20160226