CN110580690A - image enhancement method for identifying peak value transformation nonlinear curve - Google Patents

image enhancement method for identifying peak value transformation nonlinear curve Download PDF

Info

Publication number
CN110580690A
CN110580690A CN201910845604.9A CN201910845604A CN110580690A CN 110580690 A CN110580690 A CN 110580690A CN 201910845604 A CN201910845604 A CN 201910845604A CN 110580690 A CN110580690 A CN 110580690A
Authority
CN
China
Prior art keywords
image
round
peak
nonlinear curve
transformation
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
CN201910845604.9A
Other languages
Chinese (zh)
Other versions
CN110580690B (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.)
Zhejiang Xinmai Microelectronics Co ltd
Original Assignee
Hangzhou Mai Integrated Circuit Technology 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 Hangzhou Mai Integrated Circuit Technology Co Ltd filed Critical Hangzhou Mai Integrated Circuit Technology Co Ltd
Priority to CN201910845604.9A priority Critical patent/CN110580690B/en
Publication of CN110580690A publication Critical patent/CN110580690A/en
Application granted granted Critical
Publication of CN110580690B publication Critical patent/CN110580690B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • G06T5/90

Abstract

The invention discloses an image enhancement method for identifying a peak value transformation nonlinear curve, and relates to the technical field of image processing. The invention comprises an image preprocessing module, a peak identification module, a nonlinear curve transformation module and a guiding filtering and image output module, wherein the 4 modules firstly preprocess an image, then judge whether the image has a peak and the position where the peak exists, select a nonlinear curve transformation mode and a transformation curve according to the judgment result, finally perform guiding filtering on the image, and perform linear weighting processing on the processed brightness distribution and the original brightness distribution. The invention can keep the details of the image after processing, can not generate the conditions of excessive processing and the like, has obvious processing effect on the image with poor definition and darker brightness, is suitable for common images, and has good processing effect, simple and understandable algorithm and high implementation efficiency.

Description

Image enhancement method for identifying peak value transformation nonlinear curve
Technical Field
The invention belongs to the technical field of image processing, and particularly relates to an image enhancement method for identifying a peak value transformation nonlinear curve.
background
The untreated dark field picture is too dark and the details in the dark area are not well visible to the human eye. The brightness information directly related to the image brightness is used for finding a way to adjust the brightness distribution, so that the overall visual condition of the picture can be improved, and details and characteristics can be embodied.
At present, when image processing is used for processing brightness image contrast, technologies such as histogram equalization and CLAHE are mostly used, but the technologies still have great defects, such as too much "general" processing, white (when processing dark field images), false white of images, and some black objects become very unnatural for stretching details. In the common histogram equalization process, because the brightness level is reduced, brightness blocks appear in many modules, and mosaic blocks appear in an image.
the image enhancement method for identifying the peak value transformation nonlinear curve is provided, meanwhile, a dark field image, a bright image and a common image are processed, the dark field image, the bright image and the common image cannot be whitened when dark part details are processed, meanwhile, a bright area is well reserved when the dark part details are well processed, the details are also well reserved, and mosaic blocks rarely occur.
Disclosure of Invention
the invention aims to provide an image enhancement method for identifying a peak value transformation nonlinear curve, which carries out preprocessing on an image through an image preprocessing module, a peak identification module, a transformation nonlinear curve module and a guide filtering and output image module, judges whether the image has a peak and the position of the peak, selects a nonlinear curve transformation mode and a transformation curve according to the judgment result, carries out guide filtering on the image, retains the details of the image, and avoids the situations of excessive processing, mosaic blocks and the like.
In order to solve the technical problems, the invention is realized by the following technical scheme:
the invention relates to an image enhancement method for identifying a peak value transformation nonlinear curve, which comprises the following steps:
SS 00: inputting an image;
SS 01: preprocessing the image through an image preprocessing module:
s011: acquiring the bit width N (bit), the resolution width m and the height n of an image;
S012: processing the image on the Y component;
If the image is a gray image, directly outputting the image;
if the image is a true color image, converting the image according to a formula for converting color RGB into YUV and outputting the converted image, wherein the formula for converting color RGB into YUV is as follows:
Y=0.299R+0.582G+0.114B
U=-0.1687R-0.3313G+0.5B+128;
V=0.5R-0.4187G-0.813B+128
S013: extracting brightness information of the image after obtaining the Y component to obtain brightness distribution information h of the imageii denotes the respective brightness level of the image;
S014: according to the formulaCalculating a probability density p (i) of the luminance level;
Wherein n isiThe number of pixels included in the corresponding luminance level;
nathe total number of pixels contained in the brightness level is obtained by accumulation;
SS 02: judging whether the image has a peak, a peak type and a position where the peak exists through a peak identification module, and selecting a nonlinear curve transformation mode according to a judgment result;
If it isDefining that a 'fine peak' condition occurs in the brightness distribution, and defining the condition as a condition one; if it isDefining that the brightness distribution has a 'rough peak' condition, and defining the condition as a second condition; where round is rounded to the nearest integer;
SS 03: transforming the curve through a non-linear curve transformation module; the mode of converting the curve by the nonlinear curve conversion module is a mode I, a mode II and a mode III respectively;
the first mode and the second mode divide the brightness distribution map into two regions to be processed respectively, different dark threshold values are set, and the purpose of setting the dark threshold values is to divide the image processing regions so that the processing of the image can not be too white to cause unreality of the image;
The third way is the ordinary linear transformation after recognizing the brightness distribution as a normal image;
SS 04: the image guiding filtering is carried out through the guiding filtering output image module, certain linear processing weighting is carried out on the brightness distribution obtained by the processing and the original brightness distribution condition, the details of the image are reserved, and the conditions of excessive processing and the like can not occur:
s041: newly obtained luminance distribution information h1Performing primary guiding filtering with the original brightness distribution condition, and performing guiding filtering in order to keep the original details; obtaining the final brightness distribution statistical information hout
Wherein h is0=h1+ahi+ b, a and b may be modified according to the user's requirement, with a being 0.2 and b being 0 as default;
S042: finding the value of the corresponding pixel point and the original brightness distribution information to obtain a new Y component of the image, restoring the Y component to the RGB color model, and completing image enhancement; the conversion formula for the Y component reverts back to RGB is:
R=Y+1.42(V-128)
G=Y-0.33414(U-128)-0.71414(V-128);
B=Y+1.772(U-128)
Wherein the grayscale image is directly output.
Further, the specific method for selecting the nonlinear curve transformation mode according to the determination result in step SS02 is as follows: when i is more than 0 and less than round (0.12X 2)N) And if the first condition is met, the situation of 'fine sharp peak' appears in the region of the brightness distribution close to the origin, and the first nonlinear curve transformation mode is selected to be implemented.
Further, the specific method for selecting the nonlinear curve transformation mode according to the determination result in step SS02 is as follows: when round (0.12X 2)N)<i<round(0.3×2N) If the condition one is satisfied, the value is found to be round (0.12 multiplied by 2)N)<i<round(0.3×2N) When the 'fine peak' condition occurs, the non-linear curve transformation is selected to be carried outAnd a second transformation mode.
further, the specific method for selecting the nonlinear curve transformation mode according to the determination result in step SS02 is as follows: when i is more than 0 and less than round (0.3X 2)N) If the condition two is satisfied, i is greater than 0 and less than round (0.3 multiplied by 2)N) And when the situation of 'coarse peak' occurs, selecting to implement a second nonlinear curve transformation mode, and transforming the value of gamma according to the situation.
Further, the specific method for selecting the nonlinear curve transformation mode according to the determination result in step SS02 is as follows: when round (0.3X 2)N)<i<round(0.5×2N) In the process, because the human eyes are more sensitive to the dark field condition and not very sensitive to the reaction under the normal bright condition, in order to reduce the complexity of the algorithm and accelerate the algorithm speed, whether the condition two is met is judged, if the condition two is met, a first nonlinear curve transformation mode is selected, and when round (0.3 multiplied by 2) is adoptedN)≦i<2NWhen gamma is more than 0.3 and less than 1, the default gamma is 0.5, and the aim is to stretch the middle area.
further, the specific method for selecting the nonlinear curve transformation mode according to the determination result in step SS02 is as follows: when round (0.5X 2)N)<i<round(0.85×2N) If the condition one is satisfied, a peak appears in the bright area, the bright area is stretched in the middle of the compression, the first nonlinear curve transformation mode is selected to be implemented, and when round (0.3 multiplied by 2) is performedN)≦i<2NWhen gamma is more than 1 and less than 3, the default gamma is 2.2.
further, the specific method for selecting the nonlinear curve transformation mode according to the determination result in step SS02 is as follows: if the image does not satisfy the first condition and the second condition on the whole brightness level, the image is defined as a 'normal transformation image', a third nonlinear curve transformation mode is selected to be implemented, and the average brightness of the image is calculated.
Further, the first way of transforming the curve by the nonlinear curve module in step SS03 is: separating out 'dark' region adjustment, when i is more than 0 and less than round (0.3X 2)N) When h is presenta=hi γGamma is more than 0.3 and less than 1, gamma is determined according to the adjustment intensity, and the default gamma is 0.5, thenWhen round (0.3X 2)N)≦i<2NWhen h is presentc=(hi-round(0.3×2N))γThe gamma value is judged according to the bright area condition,Last h11And h12integration to get a new h1Wherein h is1To output luminance distribution information.
Further, the second way of transforming the curve by the nonlinear curve module in step SS03 is: separating out 'dark' region adjustment, when i is more than 0 and less than round (0.6 multiplied by 2)N) When h is presenta=hi γgamma is more than 0.3 and less than 1, gamma is determined according to the adjustment intensity, and the default gamma is 0.5, thenWhen round (0.6X 2)N)≦i<2Nwhen h is presentc=(hi-round(0.6×2N))γthe gamma value is judged according to the bright area condition, thenlast h11And h12Integration to get a new h1wherein h is1To output luminance distribution information.
further, the third way of transforming the curve by the nonlinear curve module in step SS03 is:
Calculating I according to the formulaave
If Iave<round(0.55×2N) Gamma is more than 0.3 and less than 1, and the default gamma is 0.7;
If Iave≧round(0.55×2N) 1 < gamma < 3, default gammais 1.5;
hb=hi γthen, then
Wherein h is1To output luminance distribution information.
the invention has the following beneficial effects:
1. The invention carries out the guide filtering of the image through the guide filtering output image module, carries out certain linear processing weighting on the processed brightness information and the original brightness distribution condition, keeps the details of the image, does not have the conditions of excessive processing and the like, has obvious processing effect aiming at the image with poor definition and darker brightness, is simultaneously suitable for common images, has good processing effect, simple and understandable algorithm and high implementation efficiency, and can realize the code by using if nested sentences in the code.
2. According to the invention, the curve is transformed by the nonlinear curve transformation module, different dark thresholds are set, so that the image processing is partitioned, the unreal image caused by excessive whitening of the image processing can be avoided, the details are reserved during brightness adjustment, and compared with histogram equalization, the histogram equalization is easy to have the phenomena of whitening and mosaic blocks, and the phenomena are all inhibited in the invention.
Of course, it is not necessary for any product in which the invention is practiced to achieve all of the above-described advantages at the same time.
drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings used in the description of the embodiments will be briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art that other drawings can be obtained according to the drawings without creative efforts.
FIG. 1 is a schematic diagram of an image enhancement method for identifying a peak transform nonlinear curve according to the present invention;
FIG. 2 is a flow chart of spike identification in the present invention;
FIG. 3 is a diagram illustrating a first method for transforming a curve by the nonlinear curve module according to the present invention;
FIG. 4 is a diagram illustrating a second method for transforming a curve by the nonlinear curve transformation module according to the present invention;
fig. 5 is a schematic diagram of a third method for transforming a curve by the nonlinear curve module according to 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.
Referring to fig. 1 to 5, the present invention is an image enhancement method for identifying a peak transformation nonlinear curve, which has an obvious effect on processing a dark field image and is also suitable for processing a general image, and mainly includes an image preprocessing module, a peak identification module, a transformation nonlinear curve module, and a guided filtering and image output module. The image preprocessing module obtains image output through RGB to YVU conversion or gray level image direct output, and obtains image brightness distribution information. The peak identification module has 6 cases to judge which type to belong to in order to select the scheme of processing next. The nonlinear curve transformation module has 3 processing curves, and 3 processing curve selections are carried out through the selection of the peak identification module, and then curve attributes are selected. And the final guiding filtering output image module is used for preserving details and avoiding distortion. After image guide filtering, the Y component is converted back to RGB mode, and the gray scale is directly output. The method specifically comprises the following steps:
SS 00: inputting an image;
SS 01: preprocessing the image through an image preprocessing module, preparing for subsequent image processing by acquiring parameters such as bit width N bit, resolution width m, height N and the like of the image, acquiring a Y component in the next step, converting the image into a true color image by adopting an RGB-YUV formula, and directly outputting a gray image; after the Y component is obtained, extracting brightness information of the image, and preprocessing the image specifically comprises the following steps:
s011: acquiring bit width N (bit), image resolution width m and height n, i of an image to represent each brightness level of the image;
S012: processing the image on the Y component;
If the image is a gray image, directly outputting the image;
if the image is a true color image, converting the image according to a formula for converting color RGB into YUV and outputting the converted image, wherein the formula for converting color RGB into YUV is as follows:
Y=0.299R+0.582G+0.114B
U=-0.1687R-0.3313G+0.5B+128;
V=0.5R-0.4187G-0.813B+128
S013: extracting brightness information of the image after obtaining the Y component to obtain brightness distribution information h of the imagei
S014: according to the formulaCalculating a probability density p (i) of the luminance level;
Wherein n isithe number of pixels included in the corresponding luminance level;
naThe total number of pixels contained in the brightness level is obtained by accumulation;
SS 02: whether the image has a peak, a peak type and a position where the peak exists is judged through a peak identification module, a nonlinear curve transformation mode is selected according to a judgment result, whether the minimum brightness has a fine peak is identified, and if the minimum brightness has the fine peak, the situation is set as a condition and the next step is left for processing. It is then identified whether fine spikes are present in the general low luminance, and neither is there any more to identify whether coarse spikes are present in the entire region of low luminance. And then identifying whether the peak exists in the middle bright area or not and whether the peak exists in the high bright area or not, preparing for stretching the middle bright area or the high bright area, and defining the image as a normal image under the condition that all the peaks are not satisfied:
if it isDefining that a 'fine peak' condition occurs in the brightness distribution, and defining the condition as a condition one; if it isdefining that the brightness distribution has a 'rough peak' condition, and defining the condition as a second condition; where round is rounded to the nearest integer;
As shown in fig. 2, the specific method for selecting the nonlinear curve transformation manner according to the determination result in step SS02 is as follows: when i is more than 0 and less than round (0.12X 2)N) Judging whether a first condition is met, if so, selecting a first nonlinear curve transformation mode when a 'fine sharp peak' condition appears in a region of the brightness distribution close to the origin; when round (0.12X 2)N)<i<round(0.3×2N) If the condition one is satisfied, the value is found to be round (0.12 multiplied by 2)N)<i<round(0.3×2N) When the situation of 'fine peak' occurs, selecting a second nonlinear curve transformation mode; when i is more than 0 and less than round (0.3X 2)N) If the condition two is satisfied, i is greater than 0 and less than round (0.3 multiplied by 2)N) If the 'rough peak' occurs, selecting a second nonlinear curve transformation mode, and transforming the value of gamma according to the situation; when round (0.3X 2)N)<i<round(0.5×2N) In the process, because the human eyes are more sensitive to the dark field condition and not very sensitive to the reaction under the normal bright condition, in order to reduce the complexity of the algorithm and accelerate the algorithm speed, whether the condition two is met is judged, if the condition two is met, a first nonlinear curve transformation mode is selected, and when round (0.3 multiplied by 2) is adoptedN)≦i<2Nwhen the gamma is more than 0.3 and less than 1, the default gamma is 0.5, and the middle area is stretched; when round (0.5X 2)N)<i<round(0.85×2N) Judging whether the condition two is met or not, if the condition one is met, a peak appears in a bright area, and selecting to implement nonlinear curve transformation for compressing the middle stretching bright areaChange the transformation method one, and when round (0.3X 2)N)≦i<2NWhen the gamma is more than 1 and less than 3, the default gamma is 2.2; if the image does not meet the first condition and the second condition on the whole brightness level, defining the image as a 'normal transformation image', selecting a third nonlinear curve transformation mode, and calculating the average brightness of the image;
SS 03: transforming the curve through a non-linear curve transformation module; the mode of transforming the nonlinear curve module is a mode one, a mode two and a mode three, and the curves corresponding to the mode one, the mode two and the mode three are shown in fig. 3-5; the first mode and the second mode divide the brightness statistical chart into two regions to be processed respectively, different dark threshold values are set, the purpose of setting the dark threshold values is to divide the image processing into regions, the processing of the image cannot be too white to cause unreal image, and the two dark threshold values can be modified to a certain extent according to the requirements of users; the third mode is common linear transformation after the brightness distribution is identified as a normal image, 2 curves are set in the invention, and more curves can be generated between two excessive curves in practical application;
The first method is as follows: separating out 'dark' region adjustment, when i is more than 0 and less than round (0.3X 2)N) When h is presenta=hi γGamma is more than 0.3 and less than 1, gamma is determined according to the adjustment intensity, and the default gamma is 0.5, thenWhen round (0.3X 2)N)≦i<2NWhen h is presentc=(hi-round(0.3×2N))γthe gamma value is judged according to the bright area condition,Last h11And h12Integration to get a new h1wherein h is1to output luminance distribution information.
The second method is as follows: separating out 'dark' region adjustment, when i is more than 0 and less than round (0.6 multiplied by 2)N) When h is presenta=hi γ0.3 < gamma < 1, gamma being determined by the strength of the adjustmentWhen the default gamma is 0.5, thenWhen round (0.6X 2)N)≦i<2NWhen h is presentc=(hi-round(0.6×2N))γthe gamma value is judged according to the bright area condition, thenLast h11And h12integration to get a new h1Wherein h is1To output luminance distribution information.
The third method is as follows:
Calculating I according to the formulaave
If Iave<round(0.55×2N) Gamma is more than 0.3 and less than 1, and the default gamma is 0.7;
if Iave≧round(0.55×2N) Gamma is more than 1 and less than 3, and the default gamma is 1.5;
hb=hi γThen, then
Wherein h is1to output luminance distribution information.
SS 04: the image guiding filtering is carried out through the guiding filtering output image module, certain linear processing weighting is carried out on the brightness distribution information obtained by the processing and the original brightness information, the details of the image are reserved, and the situations of excessive processing and the like can not occur:
S041: newly obtained luminance distribution information h1Performing primary guiding filtering with original brightness information, and performing guiding filtering in order to retain original details; obtaining the final brightness distribution statistical information hout
Wherein h is0=h1+ahithe values of a and b are transformed according to the requirements of users, and the default value of a is 0.2, and the default value of b is 0;
S042: finding the value of the corresponding pixel point and the original brightness statistical information to obtain a new Y component of the image, restoring the Y component to the RGB color model, and completing image enhancement; the conversion formula for the Y component reverts back to RGB is:
R=Y+1.42(V-128)
G=Y-0.33414(U-128)-0.71414(V-128);
B=Y+1.772(U-128)
Wherein the grayscale image is directly output.
An image enhancement method for identifying a peak value transformation nonlinear curve carries out guiding filtering on an image through a guiding filtering output image module, certain linear processing weighting is carried out on processed brightness distribution information and brightness statistical information, the details of the image are reserved, the situations of excessive processing and the like are avoided, an obvious processing effect is achieved for the image with poor definition and darker brightness, the method is suitable for common images, the processing effect is good, the algorithm is simple and easy to understand, the implementation efficiency is high, and the code can be achieved by using if nested statements in the code; the method has the advantages that the curve is transformed through the nonlinear curve transformation module, different dark thresholds are set, the image is processed in a partition mode, the unreal image caused by excessive whitening of the image cannot be processed, details are reserved during brightness adjustment, and compared with histogram equalization, the histogram equalization is prone to have the phenomena of whitening and mosaic blocks and is restrained in the method.
in the description herein, references to the description of "one embodiment," "an example," "a specific example" or the like are intended to mean that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the invention. In this specification, the schematic representations of the terms used above do not necessarily refer to the same embodiment or example. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples.
the preferred embodiments of the invention disclosed above are intended to be illustrative only. The preferred embodiments are not intended to be exhaustive or to limit the invention to the precise embodiments disclosed. Obviously, many modifications and variations are possible in light of the above teaching. The embodiments were chosen and described in order to best explain the principles of the invention and the practical application, to thereby enable others skilled in the art to best utilize the invention. The invention is limited only by the claims and their full scope and equivalents.

Claims (10)

1. An image enhancement method for identifying a peak transform nonlinear curve is characterized by comprising the following steps:
SS 00: inputting an image;
SS 01: preprocessing the image through an image preprocessing module:
S011: acquiring the bit width N, the image resolution width m and the image resolution height N of an image;
S012: processing the image on the Y component;
If the image is a gray image, directly outputting the image;
If the image is a true color image, converting the image according to a formula for converting color RGB into YUV and outputting the converted image, wherein the formula for converting color RGB into YUV is as follows:
Y=0.299R+0.582G+0.114B
U=-0.1687R-0.3313G+0.5B+128;
V=0.5R-0.4187G-0.813B+128
s013: extracting the brightness value of the image after obtaining the Y component to obtain the brightness distribution information h of the imageii is the respective brightness level of the image;
s014: according to the formulaCalculating a probability density p (i) of the luminance level;
wherein n isiThe number of pixels included in the corresponding luminance level;
naThe total number of pixels contained in the brightness level is obtained by accumulation;
SS 02: judging whether the image has a peak, a peak type and a position where the peak exists through a peak identification module, and selecting a nonlinear curve transformation mode according to a judgment result;
If it isDefining that a 'fine peak' condition occurs in the brightness distribution, and defining the condition as a condition one;
If it isDefining that the brightness distribution has a 'rough peak' condition, and defining the condition as a second condition; where round is rounded to the nearest integer;
SS 03: transforming the curve through a non-linear curve transformation module; the mode of converting the curve by the nonlinear curve conversion module is a mode I, a mode II and a mode III respectively;
the first mode and the second mode divide the brightness distribution condition into two regions to be respectively processed, and different dark thresholds are set;
The third way is the ordinary linear transformation after recognizing the brightness distribution as a normal image;
SS 04: and outputting an image module through the guiding filtering to perform the guiding filtering of the image:
S041: newly obtained luminance distribution information h1Performing primary guiding filtering with the original brightness distribution information to obtain final brightness statistical information hout
wherein h is0=h1+ahithe values of a and b are transformed according to requirements, and the default a is 0.2, and the default b is 0;
S042: finding the value of the corresponding pixel point from the original brightness distribution information to obtain a new Y component of the image, and restoring the Y component to the RGB color model to complete image enhancement; the conversion formula for the Y component reverts back to RGB is:
R=Y+1.42(V-128)
G=Y-0.33414(U-128)-0.71414(V-128);
B=Y+1.772(U-128)
Wherein the grayscale image is directly output.
2. The image enhancement method for identifying a peak transformation nonlinear curve as claimed in claim 1, wherein the specific method for selecting the nonlinear curve transformation mode according to the determination result in step SS02 is as follows:
When i is more than 0 and less than round (0.12X 2)N) And if the first condition is met, the situation of 'fine sharp peak' appears in the region of the brightness distribution close to the origin, and the first nonlinear curve transformation mode is selected to be implemented.
3. The image enhancement method for identifying a peak transformation nonlinear curve as claimed in claim 1, wherein the specific method for selecting the nonlinear curve transformation mode according to the determination result in step SS02 is as follows:
When round (0.12X 2)N)<i<round(0.3×2N) If the condition one is satisfied, the value is found to be round (0.12 multiplied by 2)N)<i<round(0.3×2N) And when the situation of 'fine peak' occurs, selecting a second nonlinear curve transformation mode.
4. The image enhancement method for identifying a peak transformation nonlinear curve as claimed in claim 1, wherein the specific method for selecting the nonlinear curve transformation mode according to the determination result in step SS02 is as follows:
When i is more than 0 and less than round (0.3X 2)N) If the condition two is satisfied, i is greater than 0 and less than round (0.3 multiplied by 2)N) And when the situation of 'coarse peak' occurs, selecting to implement a second nonlinear curve transformation mode, and transforming the value of gamma according to the situation.
5. The image enhancement method for identifying a peak transformation nonlinear curve as claimed in claim 1, wherein the specific method for selecting the nonlinear curve transformation mode according to the determination result in step SS02 is as follows:
when round (0.3X 2)N)<i<round(0.5×2N) If the condition two is satisfied, the first nonlinear curve transformation mode is selected to be implemented, and when round (0.3 x 2)N)≦i<2NWhen gamma is more than 0.3 and less than 1, the default gamma is 0.5.
6. the image enhancement method for identifying a peak transformation nonlinear curve as claimed in claim 1, wherein the specific method for selecting the nonlinear curve transformation mode according to the determination result in step SS02 is as follows:
when round (0.5X 2)N)<i<round(0.85×2N) If the first condition is satisfied, the peak appears in the bright area, the first nonlinear curve transformation mode is selected and implemented, and when round (0.3X 2)N)≦i<2NWhen gamma is more than 1 and less than 3, the default gamma is 2.2.
7. The image enhancement method for identifying a peak transformation nonlinear curve as claimed in claim 1, wherein the specific method for selecting the nonlinear curve transformation mode according to the determination result in step SS02 is as follows:
If the image does not satisfy the first condition and the second condition on the whole brightness level, the image is defined as a 'normal transformation image', a third nonlinear curve transformation mode is selected to be implemented, and the average brightness of the image is calculated.
8. the image enhancement method for identifying peak transform nonlinear curves as claimed in claim 1, wherein the first way of transforming the nonlinear curve module in the step SS03 is to:
separating the adjustment of 'dark' area when i is more than 0 and less than round(0.3×2N) When h is presenta=hiGamma is more than 0.3 and less than 1, the gamma is determined according to the adjustment intensity, and the default gamma is 0.5, then
when round (0.3X 2)N)≦i<2NWhen h is presentc=(hi-round(0.3×2N))γThe gamma value is judged according to the bright area condition,last h11And h12Integration to get a new h1wherein h is1To output luminance distribution information.
9. The image enhancement method for identifying peak transform nonlinear curve according to claim 1, characterized in that the second way of transforming the curve in the nonlinear curve module in the step SS03 is:
separating out 'dark' region adjustment, when i is more than 0 and less than round (0.6 multiplied by 2)N) When h is presenta=hi γGamma is more than 0.3 and less than 1, gamma is determined according to the adjustment intensity, and the default gamma is 0.5, then
When round (0.6X 2)N)≦i<2NWhen h is presentc=(hi-round(0.6×2N))γthe gamma value is judged according to the bright area condition, thenLast h11And h12Integration to get a new h1Wherein h is1To output luminance distribution information.
10. The image enhancement method for identifying peak transform nonlinear curve according to claim 1, characterized in that the nonlinear curve module in the step SS03 transforms the curve in a third way:
Calculating I according to the formulaave
If Iave<round(0.55×2N) Gamma is more than 0.3 and less than 1, and the default gamma is 0.7;
if Iave≧round(0.55×2N) Gamma is more than 1 and less than 3, and the default gamma is 1.5;
hb=hi γthen, then
wherein h is1to output luminance distribution information.
CN201910845604.9A 2019-09-02 2019-09-02 Image enhancement method for identifying peak value transformation nonlinear curve Active CN110580690B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910845604.9A CN110580690B (en) 2019-09-02 2019-09-02 Image enhancement method for identifying peak value transformation nonlinear curve

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910845604.9A CN110580690B (en) 2019-09-02 2019-09-02 Image enhancement method for identifying peak value transformation nonlinear curve

Publications (2)

Publication Number Publication Date
CN110580690A true CN110580690A (en) 2019-12-17
CN110580690B CN110580690B (en) 2021-05-14

Family

ID=68812691

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910845604.9A Active CN110580690B (en) 2019-09-02 2019-09-02 Image enhancement method for identifying peak value transformation nonlinear curve

Country Status (1)

Country Link
CN (1) CN110580690B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2021168808A1 (en) * 2020-02-28 2021-09-02 京东方科技集团股份有限公司 Image processing device and method, display device and computer-readable storage medium
CN116823677A (en) * 2023-08-28 2023-09-29 创新奇智(南京)科技有限公司 Image enhancement method and device, storage medium and electronic equipment

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101047869A (en) * 2006-06-15 2007-10-03 华为技术有限公司 Method and device for correction gamma property of vedio communication
CN101510134A (en) * 2008-02-14 2009-08-19 索尼株式会社 Display apparatus and image pickup apparatus
US20100110238A1 (en) * 2008-11-06 2010-05-06 Samsung Digital Imaging Co., Ltd Method and apparatus for canceling chromatic aberration
CN102096909A (en) * 2010-12-30 2011-06-15 东北大学 Improved unsharp masking image reinforcing method based on logarithm image processing model
CN102231264A (en) * 2011-06-28 2011-11-02 王洪剑 Dynamic contrast enhancement device and method
CN104240194A (en) * 2014-04-29 2014-12-24 西南科技大学 Low-light-level image enhancement algorithm based on parabolic function

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101047869A (en) * 2006-06-15 2007-10-03 华为技术有限公司 Method and device for correction gamma property of vedio communication
CN101510134A (en) * 2008-02-14 2009-08-19 索尼株式会社 Display apparatus and image pickup apparatus
US20100110238A1 (en) * 2008-11-06 2010-05-06 Samsung Digital Imaging Co., Ltd Method and apparatus for canceling chromatic aberration
CN102096909A (en) * 2010-12-30 2011-06-15 东北大学 Improved unsharp masking image reinforcing method based on logarithm image processing model
CN102231264A (en) * 2011-06-28 2011-11-02 王洪剑 Dynamic contrast enhancement device and method
CN104240194A (en) * 2014-04-29 2014-12-24 西南科技大学 Low-light-level image enhancement algorithm based on parabolic function

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
ANIKET ROY,AND ETC: "A perception based color image adaptive watermarking scheme in YCbCr space", 《2015 2ND INTERNATIONAL CONFERENCE ON SIGNAL PROCESSING AND INTEGRATED NETWORKS (SPIN)》 *
王殿伟等: "一种雾天监控视频图像增强处理算法", 《西安邮电学院学报》 *

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2021168808A1 (en) * 2020-02-28 2021-09-02 京东方科技集团股份有限公司 Image processing device and method, display device and computer-readable storage medium
CN116823677A (en) * 2023-08-28 2023-09-29 创新奇智(南京)科技有限公司 Image enhancement method and device, storage medium and electronic equipment
CN116823677B (en) * 2023-08-28 2023-11-10 创新奇智(南京)科技有限公司 Image enhancement method and device, storage medium and electronic equipment

Also Published As

Publication number Publication date
CN110580690B (en) 2021-05-14

Similar Documents

Publication Publication Date Title
CN103593830B (en) A kind of low illumination level video image enhancement
CN107067385B (en) A kind of image enchancing method and device
CN107680056B (en) Image processing method and device
US9147238B1 (en) Adaptive histogram-based video contrast enhancement
CN110599415A (en) Image contrast enhancement implementation method based on local adaptive gamma correction
CN106504212A (en) A kind of improved HSI spatial informations low-luminance color algorithm for image enhancement
CN109584191B (en) Self-adaptive image enhancement method and terminal based on histogram
CN111784609B (en) Image dynamic range compression method, device and computer readable storage medium
CN106780417A (en) A kind of Enhancement Method and system of uneven illumination image
CN111968041A (en) Self-adaptive image enhancement method
US8265391B1 (en) Localized, adaptive video contrast enhancement using controlled histogram equalization
CN103268598A (en) Retinex-theory-based low-illumination low-altitude remote sensing image enhancing method
CN111968065B (en) Self-adaptive enhancement method for image with uneven brightness
CN107862672B (en) Image defogging method and device
CN110580690B (en) Image enhancement method for identifying peak value transformation nonlinear curve
CN101599171A (en) Auto contrast&#39;s Enhancement Method and device
US20060018537A1 (en) Video auto enhancing algorithm
Gautam et al. Efficient color image contrast enhancement using range limited bi-histogram equalization with adaptive gamma correction
CN103810681A (en) Low-power consumption contrast enhancing method
CN107256539B (en) Image sharpening method based on local contrast
Srinivasan et al. Adaptive contrast enhancement using local region stretching
CN103380451A (en) Video display device
CN201726464U (en) Novel video image sharpening processing device
CN111476744A (en) Underwater image enhancement method based on classification and atmospheric imaging model
CN114037641A (en) Low-illumination image enhancement method, device, equipment and medium

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
CB02 Change of applicant information

Address after: 311400 4th floor, building 9, Yinhu innovation center, No. 9, Fuxian Road, Yinhu street, Fuyang District, Hangzhou City, Zhejiang Province

Applicant after: Hangzhou xiongmai integrated circuit technology Co.,Ltd.

Address before: 311400 4th floor, building 9, Yinhu innovation center, No. 9, Fuxian Road, Yinhu street, Fuyang District, Hangzhou City, Zhejiang Province

Applicant before: HANGZHOU XIONGMAI INTEGRATED CIRCUIT TECHNOLOGY Co.,Ltd.

CB02 Change of applicant information
GR01 Patent grant
GR01 Patent grant
PE01 Entry into force of the registration of the contract for pledge of patent right

Denomination of invention: An image enhancement method for identifying nonlinear curve of peak transformation

Effective date of registration: 20220323

Granted publication date: 20210514

Pledgee: Zhejiang Fuyang Rural Commercial Bank branch Limited by Share Ltd. Silver Lake

Pledgor: Hangzhou xiongmai integrated circuit technology Co.,Ltd.

Registration number: Y2022330000381

PE01 Entry into force of the registration of the contract for pledge of patent right
CP03 Change of name, title or address

Address after: 311422 4th floor, building 9, Yinhu innovation center, 9 Fuxian Road, Yinhu street, Fuyang District, Hangzhou City, Zhejiang Province

Patentee after: Zhejiang Xinmai Microelectronics Co.,Ltd.

Address before: 311400 4th floor, building 9, Yinhu innovation center, No.9 Fuxian Road, Yinhu street, Fuyang District, Hangzhou City, Zhejiang Province

Patentee before: Hangzhou xiongmai integrated circuit technology Co.,Ltd.

CP03 Change of name, title or address
PC01 Cancellation of the registration of the contract for pledge of patent right

Granted publication date: 20210514

Pledgee: Zhejiang Fuyang Rural Commercial Bank branch Limited by Share Ltd. Silver Lake

Pledgor: Hangzhou xiongmai integrated circuit technology Co.,Ltd.

Registration number: Y2022330000381