CN113947535B - Low-illumination image enhancement method based on illumination component optimization - Google Patents
Low-illumination image enhancement method based on illumination component optimization Download PDFInfo
- Publication number
- CN113947535B CN113947535B CN202010694542.9A CN202010694542A CN113947535B CN 113947535 B CN113947535 B CN 113947535B CN 202010694542 A CN202010694542 A CN 202010694542A CN 113947535 B CN113947535 B CN 113947535B
- Authority
- CN
- China
- Prior art keywords
- illumination
- image
- low
- point
- rgb
- 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.)
- Active
Links
- 238000005286 illumination Methods 0.000 title claims abstract description 66
- 238000000034 method Methods 0.000 title claims abstract description 25
- 238000005457 optimization Methods 0.000 title claims abstract description 12
- 238000000354 decomposition reaction Methods 0.000 claims abstract description 13
- 238000001914 filtration Methods 0.000 claims abstract description 12
- 230000000007 visual effect Effects 0.000 claims abstract description 3
- 239000011159 matrix material Substances 0.000 claims description 11
- 238000010586 diagram Methods 0.000 claims description 7
- 238000002474 experimental method Methods 0.000 abstract description 3
- 230000000694 effects Effects 0.000 description 4
- 238000010606 normalization Methods 0.000 description 3
- 230000009466 transformation Effects 0.000 description 3
- 238000004364 calculation method Methods 0.000 description 2
- 238000001514 detection method Methods 0.000 description 1
- 230000002708 enhancing effect Effects 0.000 description 1
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T5/00—Image enhancement or restoration
- G06T5/70—Denoising; Smoothing
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T2207/00—Indexing scheme for image analysis or image enhancement
- G06T2207/10—Image acquisition modality
- G06T2207/10004—Still image; Photographic image
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T2207/00—Indexing scheme for image analysis or image enhancement
- G06T2207/20—Special algorithmic details
- G06T2207/20024—Filtering details
-
- Y—GENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y02—TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
- Y02T—CLIMATE CHANGE MITIGATION TECHNOLOGIES RELATED TO TRANSPORTATION
- Y02T10/00—Road transport of goods or passengers
- Y02T10/10—Internal combustion engine [ICE] based vehicles
- Y02T10/40—Engine management systems
Landscapes
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Image Processing (AREA)
Abstract
The invention provides a low-illumination image enhancement method based on illumination component optimization. Firstly, estimating an initial illumination component by using a max-RGB model on a low-illumination original image, and optimizing the initial illumination component by using singular value decomposition and guided filtering to obtain a final illumination image. According to Retinex theory, dividing the low-illumination original image and the final illumination image point by point, and performing guided filtering on the obtained image by utilizing a G channel in three channels of the low-illumination original image RGB to remove noise. Due to the combination of singular value decomposition and guided filtering, the illumination component can be estimated more accurately, and the subjective visual effect and objective indexes of the enhanced picture are improved. The validity of the method was verified in several experiments of image enhancement.
Description
Technical Field
The invention relates to a low-illumination image enhancement problem in the field of image processing, in particular to a low-illumination image enhancement method based on illumination component optimization.
Background
Low-intensity image enhancement has long been a research hotspot in the field of image processing. Under the condition of lacking good illumination conditions, the image acquisition process is inevitably influenced by a plurality of factors such as parameters of equipment, illumination change and the like, so that the image shooting effect is poor, the problems of uneven illumination, color distortion and the like occur, and the follow-up processing such as target detection, target identification and the like can be influenced to a certain extent. Therefore, how to obtain high quality images under low illumination conditions is a critical issue.
Classical low image enhancement methods can be divided into three types: histogram transformation based, retinex model based and defogging model based. The histogram transformation achieves an enhancement effect by extending the grey level of the artwork and increasing the dynamic range of the image. The Retinex model is based on the principle of color constancy, and the traditional method uses gaussian filtering to estimate the illumination in the original image, and uses logarithmic transformation to remove the illumination to obtain an enhanced image. In the defogging model, the image is reversed to obtain an effect similar to that of a foggy day image, and the image is reversed again after being processed by a defogging algorithm to obtain an enhanced image. All three methods have advanced to some extent, but the visual effect and objective index are still not ideal.
Disclosure of Invention
Aiming at the problem that the low-illumination image enhancement result is not ideal, the invention provides a low-illumination image enhancement method based on illumination component optimization. And optimizing the initial illumination by utilizing singular value decomposition and guided filtering, and denoising the enhanced image by using the guided filtering again after the enhanced image is obtained by simplifying the Retinex model. The present invention achieves the above object by the following procedure:
(1) Obtaining an initial illumination component diagram by using a max-RGB model on the low-illumination original diagram;
(2) Processing the initial illumination component diagram obtained in the step (1) by using singular value decomposition, and normalizing;
(3) Obtaining an optimized illumination component diagram by using three guide filtering on the normalized result in the step (2);
(4) According to the simplified Retinex model, dividing the RGB three channels of the low-illumination original image with the illumination component image obtained in the step (3) point by point to obtain an enhanced image;
(5) And (3) denoising the enhanced image obtained in the step (4) by using a G channel in the RGB three channels of the low-illumination original image as a guide image to obtain a final required enhanced image.
Drawings
FIG. 1 is a block diagram of a low-intensity image enhancement method based on illumination component optimization;
Detailed Description
The invention is further described below with reference to the accompanying drawings:
the illumination map calculation and optimization method specifically comprises the following steps:
(1) Acquisition of initial illumination map
The initial illumination map is extracted by adopting a max-RGB model, and the calculation formula is as follows:
L(x,y)=max(R(x,y),G(x,y),B(x,y)) (1)
wherein R (x, y), G (x, y) and B (x, y) are RGB three-channel images of the low-illumination original image respectively.
(2) Optimization of illumination patterns
Singular value decomposition is a common matrix diagonalization decomposition scheme, and matrix a can be decomposed into the following forms by using singular value decomposition:
A=UΣV T (2)
wherein U and V are orthogonal matrices, i.e. UU for matrix U, V T =i and VV T =i, Σ is a non-negative diagonal matrix, the orthogonal matrices U and V contain structural information of the original matrix, and the singular matrix Σ contains energy information of the original matrix. The singular matrix Σ may be expressed as:
Σ=diag(s 1 ,s 2 ,…,s N )(s 1 >s 2 >…>s N ) (3)
wherein s is 1 ,s 2 ,…,s N Is the singular value of the original matrix a.
After singular value decomposition is carried out on a 3 multiplied by 3 area in an initial illumination image, S in a singular matrix is selected 1 I.e. the largest singular value as the illumination intensity of that point. After the whole image is processed, normalization is carried out.
The guide filter is a common edge-preserving filter, and can well preserve the edges of the image while removing texture detail information. To further optimize the illumination map, the illumination map after singular value decomposition and normalization is reprocessed using three-time guided filtering. If the initial illumination pattern is L ini (x, y), singular value decomposition and normalization to obtain an illumination map L s (x,y),GF R (A, B) represents the guided filtering with a window radius R, and the following formula exists:
wherein the window size is r 1 =15、r 2 =7、r 3 =3,L 3 (x, y) is the illumination map for final use after optimization.
The enhanced image and denoising method are obtained as follows:
(1) According to Retinex theory, a low-light image S (x, y) may be expressed as the product of the light component L (x, y) and the reflection component R (x, y), i.e.:
S(x,y)=L(x,y)×R(x,y) (5)
the above-mentioned deformable is:
where τ is a constant that prevents the denominator from becoming zero, taking 0.01.
(2) An enhanced image can be obtained according to equation (6). The low-illumination image amplifies noise originally hidden in the dark while enhancing, and a denoising process is required after the enhancement. Currently used CCD cameras and CMOS cameras mostly use bayer array sensors to acquire color images, and bayer array is a 4×4 array consisting of 8 green, 4 blue and 4 red pixels. Therefore, the noise level of the green channel in the original image is usually lower, the RGB three channels of the enhancement result can be respectively denoised by using the guide filtering as the guide image, and the final result is obtained after three channels are fused.
In order to verify the effectiveness of the low-illumination image enhancement method based on illumination component optimization, experiments are carried out on 20 images, and comparison experiments are carried out on a classical low-illumination image enhancement method MSRCR, dong, SRIE and the method provided by the invention.
Table 1 average value of each index of 20 images
Tab.1Mean value of indicators for 20images
The table shows that the invention has better effect on experimental pictures, has a certain practical value, is lower than the method A in the index of color entropy and exceeds the comparison method in the indexes of LOE, NIQE, BRISQUE.
Claims (4)
1. The low-illumination image enhancement method based on illumination component optimization is characterized by comprising the following steps of:
(1) Obtaining an initial illumination component diagram by using a max-RGB model on the low-illumination original diagram;
(2) Processing the initial illumination map obtained in the step (1) by using singular value decomposition, and normalizing;
(3) For the initial illumination map obtained in (1)L ini Normalized result graph L obtained in (x, y) and (2) s (x, y) conducting guided filtering with a window radius R, and the formula is as follows:wherein GF is R (A, B) means that the guided filtering is performed with the window radius R, L 3 (x, y) is the illumination map for final use after optimization;
(4) According to the simplified Retinex model:c epsilon { R, G, B }, taking 0.01 for preventing denominator from being zero, and dividing the RGB three channels of the low-illumination original image with the illumination component image obtained in the step (3) point by point to obtain an enhanced image;
(5) And (3) denoising the enhanced image obtained in the step (4) by using a G channel in the RGB three channels of the low-illumination original image as a guide image to obtain a final required enhanced image.
2. The method according to claim 1, characterized in that in step (1) the initial illumination map is obtained using a max-RGB model, i.e. using the maximum of the RGB three channels of the original image at point (x, y) as illumination for that point.
3. The method of claim 1, wherein the initial illumination map is processed in step (2) using singular value decomposition, the method comprising:
singular value decomposition is performed for a 3×3 region of the image centered around point (x, y), namely:
A=UΣV T (1)
wherein A represents a 3×3 region in the initial illumination map, U and V are both orthogonal matrices, Σ is a non-negative diagonal matrix composed of singular values of A, and there are:
Σ=diag=(s 1 ,s 2 ,…,s N )(s 1 >s 2 >…>s N ) (2)
with maximum singular value S 1 Instead of the point illumination, the whole image is processed and then fedAnd (5) normalizing the rows.
4. The method of claim 1, wherein in step (5), the enhanced image is guided, filtered and denoised by using a green channel component with a lower noise level in the original image, so as to improve the visual effect and various indexes of the image.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202010694542.9A CN113947535B (en) | 2020-07-17 | 2020-07-17 | Low-illumination image enhancement method based on illumination component optimization |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202010694542.9A CN113947535B (en) | 2020-07-17 | 2020-07-17 | Low-illumination image enhancement method based on illumination component optimization |
Publications (2)
Publication Number | Publication Date |
---|---|
CN113947535A CN113947535A (en) | 2022-01-18 |
CN113947535B true CN113947535B (en) | 2023-10-13 |
Family
ID=79326765
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202010694542.9A Active CN113947535B (en) | 2020-07-17 | 2020-07-17 | Low-illumination image enhancement method based on illumination component optimization |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN113947535B (en) |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN114897710A (en) * | 2022-04-06 | 2022-08-12 | 四川大学 | Video enhancement method under low-illumination environment |
CN114862711B (en) * | 2022-04-29 | 2023-03-31 | 西安理工大学 | Low-illumination image enhancement and denoising method based on dual complementary prior constraints |
Citations (18)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101916431A (en) * | 2010-07-23 | 2010-12-15 | 北京工业大学 | Low-illumination image data processing method and system |
JP2012108898A (en) * | 2010-10-29 | 2012-06-07 | Jvc Kenwood Corp | Image processing device and image processing method |
CN103578084A (en) * | 2013-12-09 | 2014-02-12 | 西安电子科技大学 | Color image enhancement method based on bright channel filtering |
CN105205794A (en) * | 2015-10-27 | 2015-12-30 | 西安电子科技大学 | Synchronous enhancement de-noising method of low-illumination image |
CN105654437A (en) * | 2015-12-24 | 2016-06-08 | 广东迅通科技股份有限公司 | Enhancement method for low-illumination image |
CN106846282A (en) * | 2017-03-28 | 2017-06-13 | 华侨大学 | A kind of enhancement method of low-illumination image of use adaptively correcting |
CN106897981A (en) * | 2017-04-12 | 2017-06-27 | 湖南源信光电科技股份有限公司 | A kind of enhancement method of low-illumination image based on guiding filtering |
CN107203977A (en) * | 2017-05-17 | 2017-09-26 | 河海大学 | A kind of underwater image restoration method based on dark primary priori and rarefaction representation |
CN107527332A (en) * | 2017-10-12 | 2017-12-29 | 长春理工大学 | Enhancement Method is kept based on the low-light (level) image color for improving Retinex |
CN107563971A (en) * | 2017-08-12 | 2018-01-09 | 四川精视科技有限公司 | A kind of very color high-definition night-viewing imaging method |
CN107578383A (en) * | 2017-08-29 | 2018-01-12 | 北京华易明新科技有限公司 | A kind of low-light (level) image enhancement processing method |
CN108596853A (en) * | 2018-04-28 | 2018-09-28 | 上海海洋大学 | Underwater picture Enhancement Method based on bias light statistical model and transmission map optimization |
CN109191390A (en) * | 2018-08-03 | 2019-01-11 | 湘潭大学 | A kind of algorithm for image enhancement based on the more algorithm fusions in different colours space |
CN109978789A (en) * | 2019-03-26 | 2019-07-05 | 电子科技大学 | A kind of image enchancing method based on Retinex algorithm and guiding filtering |
CN110570360A (en) * | 2019-05-30 | 2019-12-13 | 昆明理工大学 | Retinex-based robust and comprehensive low-quality illumination image enhancement method |
CN110992287A (en) * | 2019-12-03 | 2020-04-10 | 中国电子科技集团公司信息科学研究院 | Method for clarifying non-uniform illumination video |
CN111292257A (en) * | 2020-01-15 | 2020-06-16 | 重庆邮电大学 | Retinex-based image enhancement method in dark vision environment |
CN111353955A (en) * | 2020-02-28 | 2020-06-30 | 广州市百果园信息技术有限公司 | Image processing method, device, equipment and storage medium |
Family Cites Families (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9008457B2 (en) * | 2010-05-31 | 2015-04-14 | Pesonify, Inc. | Systems and methods for illumination correction of an image |
US9418403B2 (en) * | 2013-10-04 | 2016-08-16 | Fuji Xerox Co., Ltd. | Image processor and non-transitory computer readable medium for generating a reproduction image which is reproduced so that visibility of an original image is enhanced |
-
2020
- 2020-07-17 CN CN202010694542.9A patent/CN113947535B/en active Active
Patent Citations (18)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101916431A (en) * | 2010-07-23 | 2010-12-15 | 北京工业大学 | Low-illumination image data processing method and system |
JP2012108898A (en) * | 2010-10-29 | 2012-06-07 | Jvc Kenwood Corp | Image processing device and image processing method |
CN103578084A (en) * | 2013-12-09 | 2014-02-12 | 西安电子科技大学 | Color image enhancement method based on bright channel filtering |
CN105205794A (en) * | 2015-10-27 | 2015-12-30 | 西安电子科技大学 | Synchronous enhancement de-noising method of low-illumination image |
CN105654437A (en) * | 2015-12-24 | 2016-06-08 | 广东迅通科技股份有限公司 | Enhancement method for low-illumination image |
CN106846282A (en) * | 2017-03-28 | 2017-06-13 | 华侨大学 | A kind of enhancement method of low-illumination image of use adaptively correcting |
CN106897981A (en) * | 2017-04-12 | 2017-06-27 | 湖南源信光电科技股份有限公司 | A kind of enhancement method of low-illumination image based on guiding filtering |
CN107203977A (en) * | 2017-05-17 | 2017-09-26 | 河海大学 | A kind of underwater image restoration method based on dark primary priori and rarefaction representation |
CN107563971A (en) * | 2017-08-12 | 2018-01-09 | 四川精视科技有限公司 | A kind of very color high-definition night-viewing imaging method |
CN107578383A (en) * | 2017-08-29 | 2018-01-12 | 北京华易明新科技有限公司 | A kind of low-light (level) image enhancement processing method |
CN107527332A (en) * | 2017-10-12 | 2017-12-29 | 长春理工大学 | Enhancement Method is kept based on the low-light (level) image color for improving Retinex |
CN108596853A (en) * | 2018-04-28 | 2018-09-28 | 上海海洋大学 | Underwater picture Enhancement Method based on bias light statistical model and transmission map optimization |
CN109191390A (en) * | 2018-08-03 | 2019-01-11 | 湘潭大学 | A kind of algorithm for image enhancement based on the more algorithm fusions in different colours space |
CN109978789A (en) * | 2019-03-26 | 2019-07-05 | 电子科技大学 | A kind of image enchancing method based on Retinex algorithm and guiding filtering |
CN110570360A (en) * | 2019-05-30 | 2019-12-13 | 昆明理工大学 | Retinex-based robust and comprehensive low-quality illumination image enhancement method |
CN110992287A (en) * | 2019-12-03 | 2020-04-10 | 中国电子科技集团公司信息科学研究院 | Method for clarifying non-uniform illumination video |
CN111292257A (en) * | 2020-01-15 | 2020-06-16 | 重庆邮电大学 | Retinex-based image enhancement method in dark vision environment |
CN111353955A (en) * | 2020-02-28 | 2020-06-30 | 广州市百果园信息技术有限公司 | Image processing method, device, equipment and storage medium |
Non-Patent Citations (9)
Title |
---|
Bima Sena Bayu Dewantara 等.OptiFuzz: a robust illumination invariant face recognition system and its implementation.《Machine Vision and Applications》.2016,第27卷(第2016期),877-891. * |
Wonjun Kim 等.Low-Light Image Enhancement Using Volume-Based Subspace Analysis.《IEEE Access》.2020,第08卷118370-118379. * |
刘颖 等.基于加权引导滤波的Retinex刑侦图像增强.《西安邮电大学学报》.2018,第23卷(第05期),30-36. * |
王殿伟 等.基于光照-反射成像模型和形态学操作的多谱段图像增强算法.《物理学报》.2018,第67卷(第21期),104-114. * |
王瑞尧 等.最大差值图决策的低照度图像自适应增强算法.《计算机应用》.2019,第40卷(第04期),1164-1170. * |
赵全友 等.复杂光照下的两步法颜色恒常性增强.《光学精密工程》.2009,第17卷(第04期),859-866. * |
鞠明 等.基于向心自动波交叉皮质模型的非均匀光照图像增强.《自动化学报》.2011,第37卷(第07期),800-810. * |
黄丽雯 等.低光照彩色图像增强算法研究.《重庆理工大学学报(自然科学)》.2020,第34卷(第01期),219-225. * |
龙庆延 等.基于奇异值分解和引导滤波的低照度图像增强算法.《科学技术与工程》.2021,第21卷(第12期),5018-5023. * |
Also Published As
Publication number | Publication date |
---|---|
CN113947535A (en) | 2022-01-18 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US11127122B2 (en) | Image enhancement method and system | |
CN111047530B (en) | Underwater image color correction and contrast enhancement method based on multi-feature fusion | |
CN108122213B (en) | A kind of soft image Enhancement Method based on YCrCb | |
CN102819827B (en) | Self-adaption moment matching stripe noise removing method based on gray-level segmentation | |
CN107358585B (en) | Foggy day image enhancement method based on fractional order differential and dark channel prior | |
CN104463816A (en) | Image processing method and device | |
CN111861896A (en) | UUV-oriented underwater image color compensation and recovery method | |
CN113947535B (en) | Low-illumination image enhancement method based on illumination component optimization | |
CN111598791B (en) | Image defogging method based on improved dynamic atmospheric scattering coefficient function | |
CN104299196A (en) | Image processing device and method and display device | |
CN112488948B (en) | Underwater image restoration method based on black pixel point estimation back scattering | |
Priyanka et al. | Low-light image enhancement by principal component analysis | |
CN115578297A (en) | Generalized attenuation image enhancement method for self-adaptive color compensation and detail optimization | |
CN117274085A (en) | Low-illumination image enhancement method and device | |
CN108154492A (en) | A kind of image based on non-local mean filtering goes haze method | |
Zhu et al. | Underwater image enhancement based on colour correction and fusion | |
CN111127350A (en) | Image enhancement method | |
CN104766287A (en) | Blurred image blind restoration method based on significance detection | |
CN113628169B (en) | Infrared image automatic focusing evaluation method, system and medium based on pseudo color | |
CN112699760B (en) | Face target area detection method, device and equipment | |
CN105405110A (en) | Uneven light compensation method | |
CN107451971A (en) | The blind convolved image restoring method of low-light (level) of priori is combined based on dark and Gauss | |
CN111611940A (en) | Rapid video face recognition method based on big data processing | |
CN115937021A (en) | Polarization defogging method based on frequency domain feature separation and iterative optimization of atmospheric light | |
CN104966271A (en) | Image denoising method based on biological vision receptive field mechanism |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
GR01 | Patent grant | ||
GR01 | Patent grant |