CN114627030A - Self-adaptive image sharpening method and system - Google Patents

Self-adaptive image sharpening method and system Download PDF

Info

Publication number
CN114627030A
CN114627030A CN202210519867.2A CN202210519867A CN114627030A CN 114627030 A CN114627030 A CN 114627030A CN 202210519867 A CN202210519867 A CN 202210519867A CN 114627030 A CN114627030 A CN 114627030A
Authority
CN
China
Prior art keywords
sharpening
image
channel
coefficient
calculated
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
CN202210519867.2A
Other languages
Chinese (zh)
Other versions
CN114627030B (en
Inventor
黄政林
郭奇锋
张齐宁
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.)
Shenzhen Shenzhi Future Intelligence Co ltd
Original Assignee
Shenzhen Shenzhi Future Intelligence Co ltd
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 Shenzhen Shenzhi Future Intelligence Co ltd filed Critical Shenzhen Shenzhi Future Intelligence Co ltd
Priority to CN202210519867.2A priority Critical patent/CN114627030B/en
Publication of CN114627030A publication Critical patent/CN114627030A/en
Application granted granted Critical
Publication of CN114627030B publication Critical patent/CN114627030B/en
Active legal-status Critical Current
Anticipated 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/73Deblurring; Sharpening
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/10Segmentation; Edge detection
    • G06T7/13Edge detection
    • 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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/20Special algorithmic details
    • G06T2207/20004Adaptive image processing

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Image Processing (AREA)

Abstract

The invention discloses a self-adaptive image sharpening method and a self-adaptive image sharpening system, and relates to the field of image processing. The invention comprises the following steps: extracting the image edge by using a sobel operator; calculating the information content of the processing results of different sharpening coefficients of the image edge, and selecting the sharpening coefficient corresponding to the maximum information content; and calculating a sharpening intensity map by using the color channels according to the sharpening coefficient. The invention can achieve the best sharpening effect in real time by adaptively adjusting the sharpening level.

Description

Self-adaptive image sharpening method and system
Technical Field
The invention relates to the field of image processing, in particular to a self-adaptive image sharpening method and a self-adaptive image sharpening system.
Background
Sharpening algorithms are commonly used image enhancement algorithms in an image processing process, and the mainstream commonly used algorithms are divided into two types:
1. the detail enhancement algorithm based on simple filtering, such as an optimized version of USM, first performs one or more kinds of filtering on an input image I to obtain a blurred image G, then subtracts the blurred image G from the input image I to obtain a detail image D = I-G, and adds the input image I and the detail image D according to a preset parameter w to obtain an output image O = I + wD. This method is commonly used in real-time image processing functions such as ISP.
2. The method based on the deep learning neural network is characterized in that an input image I is processed through one or more CNN networks to obtain an output image O. The method is generally used for non-real-time image processing functions such as post-aesthetic pictures.
The existing detail enhancement algorithm based on simple filtering usually needs to preset a parameter w according to the environment, and cannot adapt to a special environment in real time; the input of the existing detail enhancement algorithm based on simple filtering is generally an image with good quality and small noise, and the processing such as noise reduction needs to be carried out before and after sharpening, when the quality of the input image is poor, the image quality is worse, and the dependence on pre-processing is strong; the method based on the deep learning neural network has high calculation force requirement and is difficult to realize real-time operation.
Therefore, how to solve the above problems needs to be solved by those skilled in the art.
Disclosure of Invention
In view of the above, the present invention provides a method and a system for adaptive image sharpening.
In order to achieve the purpose, the invention adopts the following technical scheme:
an adaptive image sharpening method, comprising the steps of:
extracting an image Edge by using a sobel operator;
calculating the information content of the processing results of different sharpening coefficients of the image edge, and selecting a sharpening coefficient w corresponding to the maximum information content;
and calculating a sharpening intensity image E according to the sharpening coefficient.
Optionally, further sharpening is performed in the V channel, and the calculation method is as follows:
Figure 100002_DEST_PATH_IMAGE001
wherein, V is the intensity channel formed by taking the maximum value of R, G, B channels on each pixel, and + and/are the addition, multiplication and division operations carried out according to the pixels respectively.
Optionally, the specific steps of extracting the image edge by using the sobel operator are as follows:
and respectively extracting gradients of the RGB three channels by using a sobel operator, and taking the maximum gradient as a final gradient to obtain an image edge extraction result.
Optionally, the specific algorithm for extracting the image edge by using the sobel operator is as follows:
Figure 100002_DEST_PATH_IMAGE002
wherein the content of the first and second substances,
Figure 100002_DEST_PATH_IMAGE003
Figure 100002_DEST_PATH_IMAGE004
Figure 100002_DEST_PATH_IMAGE005
the edge images of the R, G, B channels are respectively calculated by using a sobel operator.
Optionally, the information amount calculation method is as follows: the information entropy size is taken as the information intensity wanted in the sharpened picture, the ratio of pixels exceeding the range of [0,255] is taken as the intensity of the information unwanted in the sharpened picture, and the two are integrated to obtain the information content of the current image.
Alternatively, the calculation formula of the information amount Info defining the image img is as follows:
Figure 100002_DEST_PATH_IMAGE006
the mathematical relationship between the info (O) and the sharpening coefficient w is obtained by modeling the information content of the output graph O of different sharpening coefficients w, so that the sharpening coefficient w capable of maximizing the information content of the output graph O is selected.
Optionally, the specific formula for calculating the sharpening intensity map by color channels is as follows:
Figure 100002_DEST_PATH_IMAGE007
Figure 100002_DEST_PATH_IMAGE008
wherein the content of the first and second substances,
Figure 100002_DEST_PATH_IMAGE009
for the R-channel map of the input image,
Figure 100002_DEST_PATH_IMAGE010
for the G-channel map of the input image,
Figure 100002_DEST_PATH_IMAGE011
is a B-channel map of the input image,
Figure 100002_DEST_PATH_IMAGE012
the image edges calculated for the R channel,
Figure 100002_DEST_PATH_IMAGE013
the image edges calculated for the G channel are,
Figure 100002_DEST_PATH_IMAGE014
the image edges calculated for the B channel,
Figure 100002_DEST_PATH_IMAGE015
for the sharpening coefficient of the R channel calculated according to the above method,
Figure 100002_DEST_PATH_IMAGE016
for the sharpening coefficient of the B channel calculated according to the above method,
Figure 100002_DEST_PATH_IMAGE017
the sharpening coefficients of the G channels calculated according to the method are respectively the addition, multiplication and division operations carried out on a pixel basis, and the formula is applied to carry out judgment and selection on a point-by-point basis instead of the judgment and selection of the whole graph.
An adaptive image sharpening system, comprising:
the image is convenient for extracting the module: the method comprises the steps of extracting image edges by using a sobel operator;
a sharpening coefficient calculation module: the method comprises the steps of calculating the information content of processing results of different sharpening coefficients of an image edge, and selecting a sharpening coefficient corresponding to the maximum information content;
an image enhancement module: and the method is used for calculating a sharpening intensity map by using the color channels according to the sharpening coefficient.
Optionally, the sharpening coefficient calculating module is further configured to perform further sharpening on the V channel.
According to the technical scheme, compared with the prior art, the invention discloses the self-adaptive image sharpening method and the self-adaptive image sharpening system, and the optimal sharpening effect can be achieved in real time by self-adaptively adjusting the sharpening level; and calculating sharpening levels by channels by using multi-channel (RGB) combined edge information so as to adaptively sharpen different pixels on the same image.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
FIG. 1 is a schematic flow chart of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The embodiment of the invention discloses a self-adaptive image sharpening method, which comprises the following steps as shown in figure 1:
image edge extraction: in a conventional sharpening algorithm, it is generally selected to extract a gradient on a V-gray map of an original image. However, the image gradient is not only in the V domain, but also in the chrominance domain, and the selection of a single V may result in the sharpness of the gradient in some original images. The most complete gradient is extracted for the comprehensive gradient characteristics of each channel. The present invention extracts edges using the following means: extracting gradients of three channels of RGB respectively by using sobel operator, and taking the maximum gradient as a final gradient
Figure 30422DEST_PATH_IMAGE002
Wherein the content of the first and second substances,
Figure 681984DEST_PATH_IMAGE003
Figure 930562DEST_PATH_IMAGE004
Figure 184826DEST_PATH_IMAGE005
the edge images of the R, G, B channels are respectively calculated by using a sobel operator.
Through a comparison experiment, three edges of RGB are combined, and the extraction of edge information is more complete.
Calculating a sharpening coefficient: in order to adaptively determine the sharpening strength, the method estimates the information quantity of the processing results of different sharpening coefficients of the current input image, and selects the sharpening coefficient corresponding to the maximum information quantity. The information amount calculation method comprises the following steps: the information entropy size is used as the desired information intensity in the sharpened picture, the ratio (over range) of pixels exceeding the range of [0,255] is used as the intensity of the unnecessary information in the sharpened picture, and the two are combined to obtain the current image information amount.
Figure DEST_PATH_IMAGE018
Through experimental tests, when the sharpening strength is enhanced,
Figure DEST_PATH_IMAGE019
is a slowly growing logarithmic function.
Figure DEST_PATH_IMAGE020
All required values can be obtained by one traversal through histogram calculation.
According to the method, the information entropy function is calculated and estimated through the information entropy for three times, the over range is calculated through the primary histogram, and the information content of all sharpening value images can be accurately estimated.
Figure DEST_PATH_IMAGE021
Wherein, a, b and c are fixed parameters obtained by experiments, hist (img) is a statistical histogram of the image img, and hist (img) m and n are the number of pixel points of the image img with the value between m and n
Detail enhancement: general experience shows that sharpening by color channels has a more obvious effect than V-channel sharpening, but a color edge phenomenon occurs at the sharpened edge. According to the method, the sharpening intensity image is calculated by using the color-divided channels, and then sharpening is performed on the V channel, so that a better sharpening effect can be obtained, and meanwhile, the color edge phenomenon is avoided.
Figure 530357DEST_PATH_IMAGE001
Where V is an intensity channel formed by taking the maximum value of R, G, B channels for each pixel, and + is the addition, multiplication, and division operations performed on a pixel-by-pixel basis.
The specific formula for calculating the sharpening intensity map by color channels is as follows:
Figure 946295DEST_PATH_IMAGE007
Figure 947749DEST_PATH_IMAGE008
wherein, the first and the second end of the pipe are connected with each other,
Figure 881070DEST_PATH_IMAGE009
for the R-channel map of the input image,
Figure 284369DEST_PATH_IMAGE010
for the G-channel map of the input image,
Figure 136788DEST_PATH_IMAGE011
as a B-channel map of the input image,
Figure 359958DEST_PATH_IMAGE012
the image edges calculated for the R channel,
Figure 831391DEST_PATH_IMAGE013
the image edges calculated for the G channel,
Figure 213831DEST_PATH_IMAGE014
the image edges calculated for the B channel,
Figure 378096DEST_PATH_IMAGE015
for the sharpening coefficient of the R channel calculated according to the above method,
Figure 88563DEST_PATH_IMAGE016
for the sharpening coefficient of the B channel calculated according to the above method,
Figure 222741DEST_PATH_IMAGE017
the sharpening coefficients of the G channels calculated according to the method are respectively the addition, multiplication and division operations carried out on a pixel basis, and the formula is applied to carry out judgment and selection on a point-by-point basis instead of the judgment and selection of the whole graph.
The embodiment also discloses an adaptive image sharpening system, which includes:
the image is convenient for extracting the module: the method comprises the steps of extracting image edges by using a sobel operator;
a sharpening coefficient calculation module: the method comprises the steps of calculating the information content of processing results of different sharpening coefficients of an image edge, and selecting a sharpening coefficient corresponding to the maximum information content;
an image enhancement module: and the method is used for calculating a sharpening intensity map by using the color channels according to the sharpening coefficient.
And the sharpening coefficient calculation module is also used for further sharpening in the V channel.
In another embodiment, the gradient extraction can also use canny, etc., which can bring about the improvement of the effect but also increase the computational complexity; instead of using the three channels of RGB, a single channel gradient such as Y, L, V can be calculated for use, but the enhancement effect is slightly weaker;
because the rising trend of the information entropy value of the image in the actual test is very gentle, the influence on the information quantity function is far less than that of an over range, and the calculation force requirement of the information entropy is higher, the following optimization can be considered: taking over range as a unique reference variable of the adaptive algorithm;
other sharpening methods such as USM can also be adopted for sharpening enhancement, and the self-adaptive effect can also be achieved.
The embodiments in the present description are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the invention. Thus, the present invention is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (9)

1. An adaptive image sharpening method is characterized by comprising the following steps:
extracting an image Edge by using a sobel operator;
calculating the information content of the processing results of different sharpening coefficients of the image edge, and selecting a sharpening coefficient w corresponding to the maximum information content;
and calculating a sharpening intensity image E according to the sharpening coefficient.
2. The adaptive image sharpening method according to claim 1, wherein the input image I is sharpened by using a split-channel sharpening intensity map, and further comprises sharpening by using a V-channel, and the calculation method is as follows:
Figure DEST_PATH_IMAGE001
wherein, V is the intensity channel formed by taking the maximum value of R, G, B channels on each pixel, and + and/are the addition, multiplication and division operations carried out according to the pixels respectively.
3. The adaptive image sharpening method according to claim 1, wherein the specific steps of extracting the image edge by using the sobel operator are as follows:
and respectively extracting gradients of the three channels of RGB by using a sobel operator, and taking the maximum gradient as a final gradient to obtain an image edge extraction result.
4. The adaptive image sharpening method according to claim 3, wherein the specific algorithm for extracting the image edge by using the sobel operator is as follows:
Figure DEST_PATH_IMAGE002
wherein the content of the first and second substances,
Figure DEST_PATH_IMAGE003
Figure DEST_PATH_IMAGE004
Figure DEST_PATH_IMAGE005
the edge images of the R, G, B channels are respectively calculated by using a sobel operator.
5. The adaptive image sharpening method according to claim 1, wherein the amount of information is calculated as follows: the information entropy size is taken as the information intensity wanted in the sharpened picture, the ratio of pixels exceeding the range of [0,255] is taken as the intensity of the information unwanted in the sharpened picture, and the two are integrated to obtain the information content of the current image.
6. The adaptive image sharpening method according to claim 5, wherein the amount of information is calculated as follows:
Figure DEST_PATH_IMAGE006
the mathematical relationship between info (O) and the sharpening coefficient w is obtained by modeling the information content of the output graph O with different sharpening coefficients w, so that the sharpening coefficient w capable of maximizing the information content of the output graph O is selected.
7. The adaptive image sharpening method according to claim 1, wherein the specific formula for calculating the sharpening intensity map according to the color channels is as follows:
Figure DEST_PATH_IMAGE007
Figure DEST_PATH_IMAGE008
wherein the content of the first and second substances,
Figure DEST_PATH_IMAGE009
for the R-channel map of the input image,
Figure DEST_PATH_IMAGE010
for the G-channel map of the input image,
Figure DEST_PATH_IMAGE011
as a B-channel map of the input image,
Figure DEST_PATH_IMAGE012
the image edges calculated for the R channel,
Figure DEST_PATH_IMAGE013
the image edges calculated for the G channel,
Figure DEST_PATH_IMAGE014
the image edges calculated for the B channel,
Figure DEST_PATH_IMAGE015
for the sharpening coefficient of the R channel calculated according to the above method,
Figure DEST_PATH_IMAGE016
for the sharpening coefficient of the B channel calculated according to the above method,
Figure DEST_PATH_IMAGE017
the sharpening coefficients of the G channel calculated according to the above method are + and/are addition, multiplication, and division operations performed on a pixel-by-pixel basis, respectively.
8. An adaptive image sharpening system, comprising:
the image is convenient for extracting the module: the method comprises the steps of extracting image edges by using a sobel operator;
a sharpening coefficient calculation module: the method comprises the steps of calculating the information content of processing results of different sharpening coefficients of an image edge, and selecting a sharpening coefficient corresponding to the maximum information content;
an image enhancement module: and the method is used for calculating a sharpening intensity map by using the color channels according to the sharpening coefficient.
9. The adaptive image sharpening system of claim 8, wherein the sharpening factor calculation module is further configured to perform further sharpening in the V channel.
CN202210519867.2A 2022-05-13 2022-05-13 Self-adaptive image sharpening method and system Active CN114627030B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210519867.2A CN114627030B (en) 2022-05-13 2022-05-13 Self-adaptive image sharpening method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210519867.2A CN114627030B (en) 2022-05-13 2022-05-13 Self-adaptive image sharpening method and system

Publications (2)

Publication Number Publication Date
CN114627030A true CN114627030A (en) 2022-06-14
CN114627030B CN114627030B (en) 2022-09-20

Family

ID=81906914

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210519867.2A Active CN114627030B (en) 2022-05-13 2022-05-13 Self-adaptive image sharpening method and system

Country Status (1)

Country Link
CN (1) CN114627030B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116228586A (en) * 2023-03-14 2023-06-06 朱桂湘 Sharpening algorithm selection system based on traversal processing
CN117499619A (en) * 2023-11-30 2024-02-02 四川新视创伟超高清科技有限公司 Image processing method for self-adaptive lens resolving power and application

Citations (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6097847A (en) * 1993-05-31 2000-08-01 Nec Corporation Method of and apparatus for calculating sharpness of image and apparatus for sharpening image
JP2003317095A (en) * 2002-02-25 2003-11-07 Noritsu Koki Co Ltd Method and program for image sharpening processing, recording medium where the image sharpening processing program is recorded, and image output device
US20050213836A1 (en) * 2001-01-16 2005-09-29 Packeteer, Inc. Method and apparatus for optimizing a JPEG image using regionally variable compression levels
CN102037491A (en) * 2008-05-19 2011-04-27 三菱电机株式会社 Image processing to enhance image sharpness
US20110229053A1 (en) * 2009-03-16 2011-09-22 Radka Tezaur Adaptive overshoot control for image sharpening
CN102768758A (en) * 2012-07-04 2012-11-07 南京工业职业技术学院 Improved color image unsharp masking (USM) method
US20130084019A1 (en) * 2011-09-30 2013-04-04 Richard E. Crandall Automatic Image Sharpening
US20130251256A1 (en) * 2012-03-21 2013-09-26 Canon Kabushiki Kaisha Image compression
CN105763768A (en) * 2014-12-15 2016-07-13 深圳市中兴微电子技术有限公司 Image processing method, device and system
US20160239942A1 (en) * 2013-12-04 2016-08-18 Razzor Technologies Inc. Adaptive sharpening in image processing and display
US20160292836A1 (en) * 2015-03-30 2016-10-06 Canon Kabushiki Kaisha System and method for displaying a suggested luminance adjustment for an image
US20170169551A1 (en) * 2015-12-10 2017-06-15 Le Holdings (Beijing) Co., Ltd. Image sharpening method based on gradient value and gradient direction and electronic apparatus thereof
US20180182074A1 (en) * 2015-06-26 2018-06-28 Peking University Shenzhen Graduate School Low-illumination image processing method and device
CN108470343A (en) * 2017-02-23 2018-08-31 南宁市富久信息技术有限公司 A kind of improved method for detecting image edge
US20180295260A1 (en) * 2017-04-06 2018-10-11 Canon Kabushiki Kaisha Image processing method, image processing apparatus, image capturing apparatus, and storage medium
CN108932700A (en) * 2018-05-17 2018-12-04 常州工学院 Self-adaption gradient gain underwater picture Enhancement Method based on target imaging model
CN110889806A (en) * 2019-11-19 2020-03-17 常州工学院 Adaptive gain image enhancement method based on fractional order multi-scale entropy fusion
CN110992264A (en) * 2019-11-28 2020-04-10 北京金山云网络技术有限公司 Image processing method, processing device, electronic equipment and storage medium
CN111028182A (en) * 2019-12-24 2020-04-17 北京金山云网络技术有限公司 Image sharpening method and device, electronic equipment and computer-readable storage medium
CN114372934A (en) * 2022-01-07 2022-04-19 重庆邮电大学 Quantum color image sharpening filtering method and system

Patent Citations (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6097847A (en) * 1993-05-31 2000-08-01 Nec Corporation Method of and apparatus for calculating sharpness of image and apparatus for sharpening image
US20050213836A1 (en) * 2001-01-16 2005-09-29 Packeteer, Inc. Method and apparatus for optimizing a JPEG image using regionally variable compression levels
JP2003317095A (en) * 2002-02-25 2003-11-07 Noritsu Koki Co Ltd Method and program for image sharpening processing, recording medium where the image sharpening processing program is recorded, and image output device
CN102037491A (en) * 2008-05-19 2011-04-27 三菱电机株式会社 Image processing to enhance image sharpness
US20110229053A1 (en) * 2009-03-16 2011-09-22 Radka Tezaur Adaptive overshoot control for image sharpening
US20130084019A1 (en) * 2011-09-30 2013-04-04 Richard E. Crandall Automatic Image Sharpening
US20130251256A1 (en) * 2012-03-21 2013-09-26 Canon Kabushiki Kaisha Image compression
CN102768758A (en) * 2012-07-04 2012-11-07 南京工业职业技术学院 Improved color image unsharp masking (USM) method
US20160239942A1 (en) * 2013-12-04 2016-08-18 Razzor Technologies Inc. Adaptive sharpening in image processing and display
CN105763768A (en) * 2014-12-15 2016-07-13 深圳市中兴微电子技术有限公司 Image processing method, device and system
US20160292836A1 (en) * 2015-03-30 2016-10-06 Canon Kabushiki Kaisha System and method for displaying a suggested luminance adjustment for an image
US20180182074A1 (en) * 2015-06-26 2018-06-28 Peking University Shenzhen Graduate School Low-illumination image processing method and device
US20170169551A1 (en) * 2015-12-10 2017-06-15 Le Holdings (Beijing) Co., Ltd. Image sharpening method based on gradient value and gradient direction and electronic apparatus thereof
CN108470343A (en) * 2017-02-23 2018-08-31 南宁市富久信息技术有限公司 A kind of improved method for detecting image edge
US20180295260A1 (en) * 2017-04-06 2018-10-11 Canon Kabushiki Kaisha Image processing method, image processing apparatus, image capturing apparatus, and storage medium
CN108932700A (en) * 2018-05-17 2018-12-04 常州工学院 Self-adaption gradient gain underwater picture Enhancement Method based on target imaging model
CN110889806A (en) * 2019-11-19 2020-03-17 常州工学院 Adaptive gain image enhancement method based on fractional order multi-scale entropy fusion
CN110992264A (en) * 2019-11-28 2020-04-10 北京金山云网络技术有限公司 Image processing method, processing device, electronic equipment and storage medium
CN111028182A (en) * 2019-12-24 2020-04-17 北京金山云网络技术有限公司 Image sharpening method and device, electronic equipment and computer-readable storage medium
CN114372934A (en) * 2022-01-07 2022-04-19 重庆邮电大学 Quantum color image sharpening filtering method and system

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
张佳靖: "基于物联网的智慧社区设计与实现", 《中国优秀博硕士学位论文全文数据库(硕士)社会科学Ⅰ辑》 *
陈莉 等: "基于最大权重独立集的行人检测研究", 《宁波工程学院学报》 *

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116228586A (en) * 2023-03-14 2023-06-06 朱桂湘 Sharpening algorithm selection system based on traversal processing
CN116228586B (en) * 2023-03-14 2023-09-08 深圳市合西科技有限公司 Sharpening algorithm selection system based on traversal processing
CN117499619A (en) * 2023-11-30 2024-02-02 四川新视创伟超高清科技有限公司 Image processing method for self-adaptive lens resolving power and application
CN117499619B (en) * 2023-11-30 2024-04-30 四川新视创伟超高清科技有限公司 Image processing method for self-adaptive lens resolving power and application

Also Published As

Publication number Publication date
CN114627030B (en) 2022-09-20

Similar Documents

Publication Publication Date Title
CN114627030B (en) Self-adaptive image sharpening method and system
CN107527333B (en) Quick image enhancement method based on gamma transformation
EP2008242B1 (en) Optical imaging systems and methods utilizing nonlinear and/or spatially varying image processing
US7020332B2 (en) Method and apparatus for enhancing a digital image by applying an inverse histogram-based pixel mapping function to pixels of the digital image
US7995855B2 (en) Image processing method and apparatus
WO2016206087A1 (en) Low-illumination image processing method and device
US6614944B1 (en) Image enhancement filter with adaptive threshold
KR100532121B1 (en) Method and apparatus for image detail enhancement
CN106780417A (en) A kind of Enhancement Method and system of uneven illumination image
JPH10243240A (en) Image-processing unit
Iwanami et al. An adaptive contrast enhancement using regional dynamic histogram equalization
CN107895350B (en) HDR image generation method based on self-adaptive double gamma transformation
CN105335933A (en) Image contrast enhancement method and apparatus
CN114187222A (en) Low-illumination image enhancement method and system and storage medium
CN111476744A (en) Underwater image enhancement method based on classification and atmospheric imaging model
CN201726464U (en) Novel video image sharpening processing device
WO2020107308A1 (en) Low-light-level image rapid enhancement method and apparatus based on retinex
WO2020093441A1 (en) Detail processing method and device for image saturation enhancement
CN111429381B (en) Image edge enhancement method and device, storage medium and computer equipment
CN114037641A (en) Low-illumination image enhancement method, device, equipment and medium
CN111028181B (en) Image enhancement processing method, device, equipment and storage medium
CN110545414B (en) Image sharpening method
CN117274085A (en) Low-illumination image enhancement method and device
CN111080563A (en) Histogram equalization method based on traversal optimization
RU2383924C2 (en) Method for adaptive increase of sharpness of digital photographs during printing

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