CN113902635A - A kind of infrared thermal imager image processing method - Google Patents

A kind of infrared thermal imager image processing method Download PDF

Info

Publication number
CN113902635A
CN113902635A CN202111148227.7A CN202111148227A CN113902635A CN 113902635 A CN113902635 A CN 113902635A CN 202111148227 A CN202111148227 A CN 202111148227A CN 113902635 A CN113902635 A CN 113902635A
Authority
CN
China
Prior art keywords
image
grayscale
global
infrared
processing method
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.)
Pending
Application number
CN202111148227.7A
Other languages
Chinese (zh)
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 Shuangshi Infrared Technology Co ltd
Original Assignee
Zhejiang Shuangshi Infrared 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 Zhejiang Shuangshi Infrared Technology Co ltd filed Critical Zhejiang Shuangshi Infrared Technology Co ltd
Priority to CN202111148227.7A priority Critical patent/CN113902635A/en
Publication of CN113902635A publication Critical patent/CN113902635A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T5/00Image enhancement or restoration
    • G06T5/90Dynamic range modification of images or parts thereof
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T5/00Image enhancement or restoration
    • G06T5/40Image enhancement or restoration using histogram techniques
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/10Segmentation; Edge detection
    • G06T7/136Segmentation; Edge detection involving thresholding
    • 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/10048Infrared 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/20076Probabilistic 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)
  • Facsimile Image Signal Circuits (AREA)

Abstract

The invention discloses an infrared thermal imager image processing method, which comprises the steps of carrying out histogram equalization on an original infrared image to obtain a global gray image, carrying out histogram equalization on an original infrared image to obtain a local gray image, combining the local gray image and the global gray image, and mapping the local gray image and the global gray image into an enhanced gray image. The invention combines the global histogram and the local histogram, can obtain good contrast, can process scenes with large dynamic range of high-temperature objects, and can make up for the defect of insufficient contrast with low intensity.

Description

Thermal infrared imager image processing method
Technical Field
The invention belongs to the technical field of infrared imaging, and particularly relates to an infrared thermal imager image processing method under different environmental temperatures.
Background
Infrared radiation is present at object temperatures above absolute zero. The infrared imaging is just to convert radiation temperature difference of an object into a gray image which can be recognized by human eyes, so that the target can be stably measured without being influenced by ambient light. Because the infrared detection device is made of a heat-sensitive material, the infrared device generates heat, so that the infrared image has low general contrast and large noise, and the infrared image needs to be processed by adopting a histogram equalization technology and the like. The infrared focal plane receives the heat radiation and then outputs in a current or voltage mode through the photoelectric conversion circuit, the system converts the analog signal into a 16BIT digital signal, the image imaging processing converts the 16BIT digital signal into an 8BIT gray level image which can be recognized by human eyes, and in the mapping process, the process of compressing the dynamic azimuth in a high dynamic range is inevitably existed, so that the loss of the gray level of the image is inevitably caused, the visual effect of the image is reduced, and the infrared histogram processing can be adopted. The traditional histogram equalization technology dynamically and uniformly amplifies an original image according to the density of gray levels, so that the defects of over-explosion or under-explosion and the like cannot be avoided.
Disclosure of Invention
In view of this, the present invention provides a thermal infrared imager image processing method, which can improve the quality of an infrared image, aiming at the defects of the conventional infrared histogram processing.
In order to solve the technical problems, the technical scheme provided by the invention is as follows:
an infrared thermal imager image processing method comprises the following steps:
s1, carrying out histogram equalization on the whole original infrared image to obtain a global gray image;
s2, carrying out histogram equalization on the original infrared image locally to obtain a local gray image;
and S3, combining the local gray image and the global gray image to map the local gray image and the global gray image into the gray image subjected to enhancement processing.
Further, step S1 includes:
(S11) acquiring a probability density function of the original infrared image;
(S12) solving a cumulative distribution function of the infrared image;
(S13) global histogram equalization is used for the entire original infrared image, and the 16-bit original image is mapped to an 8-bit grayscale image to obtain a global grayscale image.
Further, the step (S13) is followed by further comprising:
(S14) the gray scale with the distribution probability of 0 in the global gray scale image is removed, and global histogram equalization is performed again to obtain an enhanced global gray scale image.
Further, a global gray mapping offset value is firstly obtained, and then the gray of the gray 0 with the distribution probability is eliminated.
Further, step S2 includes:
(S21) calculating a mean value of the original infrared whole image;
(S22) dividing the original infrared image by using the average value as a threshold value to obtain a low-temperature part and a high-temperature part, merging the low-temperature part in the histogram of the original infrared image by using a low-temperature threshold value, and merging the high-temperature part by using a high-temperature threshold value;
(S23) according to the histogram after the layering processing, the gray level mapping from 16bit to 8bit is carried out on the original infrared image again to obtain a local gray level image.
Further, in step (S22), the low temperature histogram starts to approach the mean gray scale compression using the low temperature threshold, and the high temperature portion starts to approach the mean gray scale compression using the high temperature threshold.
Further, the step (S23) is followed by further comprising:
(S24) the local gray image is CLAHE histogram equalized to obtain an enhanced global gray image.
Further, between the step (S23) and the step (S24), the gradation having a distribution probability of 0 in the local image is first removed.
Further, in step (S24), local histogram enhancement conversion is performed using a fixed clipping factor.
Further, in step S3, the local grayscale image and the global grayscale image are synthesized by using the global factor to be mapped into the enhanced grayscale image, wherein the calculation model is:
g=α*g1+(1-α)*g2
wherein g is the synthesized gray scale, α is the global factor, g1Is the gray scale of the global gray scale image, g2Is the gray scale of the local gray scale image.
Compared with the prior art, the invention provides an enhanced infrared histogram equalization technology aiming at the defects of the traditional infrared histogram processing image, which can well reserve the details of each gray level layer of the infrared image and ensure that the contrast of a plurality of areas of the image is improved differently.
Particularly, the invention adopts a mode of combining the global histogram with the local histogram, and can obtain good contrast on the basis of keeping the original histogram, thereby not only processing the scene with large dynamic range of the high-temperature object, but also making up the defect of insufficient contrast at low intensity. The method disclosed by the invention has the advantages that the gray scale of the image gray scale image mapped by the infrared radiation directly reflects the surface temperature of the object, and the temperature corresponding relation between 8 bits and 16 bits of the image gray scale is kept as much as possible.
Drawings
FIG. 1 is a flow chart of the thermal infrared imager image processing method of the present invention.
Detailed Description
The present invention will be described in further detail with reference to the accompanying drawings and specific embodiments, but it should not be construed that the scope of the present invention is limited to the embodiments described below.
Referring to fig. 1, a general flow of the thermal infrared imager image processing method of the present invention is shown, which is described in detail below.
And S1, carrying out histogram equalization on the whole original infrared image to obtain a global gray image.
In step S1, the method for global histogram equalization specifically includes:
(S11) a probability density function of the original infrared image is acquired.
(S12) solving a cumulative distribution function of the infrared image.
(S13) global histogram equalization is used for the entire original infrared image, and the 16-bit original image is mapped to an 8-bit grayscale image to obtain a global grayscale image.
(S14) removing the distribution probability of 0 in the (S13) global gray image, and then performing global histogram equalization again to obtain an enhanced global gray image.
In this step S1, since the infrared image is mostly applied in low gray scale, the direct global histogram will tend to cause low temperature noise amplification, and the noise amplification is caused by the large number of gray scale discontinuities in the low temperature region. Therefore, the invention makes a histogram on the mapped 8bit gray level image again to eliminate the part of which the distribution probability is 0. And then histogram mapping is carried out again, and the image gray scale is continuously and uniformly distributed in a small gray scale range. Since all high-temperature objects in the infrared image correspond to 255, the global gray-scale mapping offset value gray _ global _ offset is further obtained, and the gray scale after 0 is removed is calculated again, so as to obtain the gray-scale image G1 with enhanced global histogram equalization.
And S2, locally performing histogram equalization on the original infrared image to obtain a local gray level image.
In this step, a CLAHE local histogram is performed on the original infrared image, which further comprises the steps of:
(S21) solving a Mean value of the original infrared integral image;
(S22) the original infrared image is segmented using the mean value as a threshold to obtain a low-temperature part and a high-temperature part, and the low-temperature part in the histogram of the original infrared image is merged using a threshold th0 and the high-temperature part is merged using th 1.
(S23) the histogram after the layering processing is carried out, and the gray level mapping from 16bit to 8bit is carried out on the original infrared image again to obtain a local gray level image.
(S24) CLAHE histogram equalization is performed on the local gray image in the above (S23) to obtain an enhanced global gray image.
In this step, luminance limit adaptive histogram Conversion (CLAHE) is performed on the latest 8bit infrared gray image subjected to local histogram processing, and after CLAHE histogram equalization, an enhanced local gray image G2 is obtained.
And S3, combining the local gray image and the global gray image to map the local gray image and the global gray image into the gray image subjected to enhancement processing.
In step S3, the local grayscale image and the global grayscale image are synthesized using a global factor, and mapped to the enhanced grayscale image, where the global factor is α, and the model used is:
g=α*g1+(1-α)*g2
wherein g is the sum gray, α is the global factor, g1Is the gray scale of the global gray scale image G1, G2Is the gray scale of the local gray scale image G2.
Therefore, by adopting a mode of combining the global histogram and the local histogram, on the basis of keeping the original histogram, good contrast can be obtained, so that the scene with a large dynamic range of a high-temperature object can be processed, and the defect of insufficient contrast at low intensity can be overcome. For the image gray level image mapped by the infrared radiation, the gray level directly reflects the surface temperature of an object, and the corresponding relation of the temperatures of 8bit and 16bit of the image gray level can be kept as much as possible.
In order to achieve the above technical effects, the technical solution of the present invention further adopts the following implementation procedures, which are specifically described below.
(1) Inputting an infrared image I, carrying out histogram statistics on the whole original 16bit infrared image, acquiring a frequency density function of the infrared original image, and carrying out normalization processing.
Figure BDA0003286232060000051
Wherein N is the total pixels of an image, which is the product of the image degree W and the height H of the image; r iskIs the kth gray level; n iskIs a gray level of rkThe number of pixels; and L is a gray scale.
(2) The Cumulative Distribution Function (CDF) of the 16bit infrared image is calculated, and the calculation model is as follows:
Figure BDA0003286232060000061
in the formula, C (r)k) Is the cumulative probability.
(3) And calculating a 0-to-L gray level conversion function to 0-255 gray level conversion function by using the cumulative distribution function as a conversion function, wherein the calculation model is as follows:
T(rk)=[C(rk)*255],k=0,1,2,...L-1;0≤rk≤1
in the formula, T (r)k) Is a gray scale.
(4) Since low contrast objects in an infrared scene dominate the scene, using the cumulative distribution function directly as the gray scale conversion function, while providing overall contrast, necessarily amplifies low contrast noise, hence for T (r) abovek) The discontinuous part of the middle gray scale is processed, namely T (r)k) And eliminating the gray scales at the interval of 0 in the function, and combining the gray scales to obtain a new conversion function.
S(rk)={T(rj)},0≤j≤L1-1;
Wherein j is the gray level after merging; l1 is the gray scale after merging.
(5) A global gray scale bias is calculated.
gO=255-L1
(6) A global gray map G1 is calculated.
G1(rk)=S(rk)+gO
(7) And carrying out mean threshold processing on the original infrared image.
Figure BDA0003286232060000062
(8) The original 16bit histogram is layered using a threshold Mean, where different thresholds are used for the low and high temperature portions. Further, similar to step (4), the grays in the histogram smaller than the threshold are eliminated, and then combined before and after. To keep the low and high temperature part data excessively continuous, the low and high temperature histograms require the Mean gray scale to start, the low temperature histogram starts to approach the Mean gray scale compression using th0, and the high temperature part starts to approach the Mean gray scale compression using th 1.
Figure BDA0003286232060000071
In the formula, L0 is lower boundary gray after low-temperature gray is combined; l1 is the upper boundary gray level of the high temperature gray level merge; l is the original 16bit gray level.
(9) The P2 Cumulative Distribution Function (CDF) is calculated again, and the same processing method as in steps (2) and (3) can be specifically executed to calculate S (r) by performing 8-bit gray scale calculation on 16-bit raw datak)。
(10) The local histogram enhancement conversion is performed on the converted 8bit gray scale image using a luminance limited adaptive histogram (CLAHE) using a fixed clipping factor sigma.
G2(rk)=f(S(rk),σ)
(11) And synthesizing a new gray-scale image by using the obtained globally and locally enhanced histograms.
G(ri)=α*G1(ri)+(1-α)*G2(ri),(1≤i≤N)
Therefore, the invention can well reserve the details of each gray level layer of the infrared image by adopting the enhanced infrared histogram equalization technology, so that the contrast of a plurality of areas of the image can be improved differently.
Although the present invention has been described with reference to the preferred embodiments, it should be understood that the scope of the present invention is not limited to the embodiments described above, and that various changes and modifications may be made by one skilled in the art without departing from the spirit and scope of the present invention.

Claims (10)

1.一种红外热像仪图像处理方法,其特征在于,包括以下步骤:1. an infrared thermal imager image processing method, is characterized in that, comprises the following steps: S1、将原始红外图像整体进行直方图均衡,以得到全局灰度图像;S1. Perform histogram equalization on the entire original infrared image to obtain a global grayscale image; S2、对原始红外图像局部进行直方图均衡,以得局部灰度图像;S2, performing histogram equalization on the original infrared image locally to obtain a local grayscale image; S3、将局部灰度图像和全局灰度图像进行合并,以映射为增强处理的灰度图像。S3. Combine the local grayscale image and the global grayscale image to map to an enhanced grayscale image. 2.如权利要求1所述的红外热像仪图像处理方法,其特征在于,步骤S1包括:2. The infrared thermal imager image processing method according to claim 1, wherein step S1 comprises: (S11)获取原始红外图像的概率密度函数;(S11) obtaining the probability density function of the original infrared image; (S12)求解红外图像的累计分布图函数;(S12) solving the cumulative distribution map function of the infrared image; (S13)对原始红外图像整体使用全局直方图均衡,将16bit原始图像映射为8bit灰度图像,以得到全局灰度图像。(S13) Use global histogram equalization on the original infrared image as a whole, and map the 16-bit original image into an 8-bit grayscale image to obtain a global grayscale image. 3.如权利要求2所述的红外热像仪图像处理方法,其特征在于,步骤(S13)之后进一步包括:3. The infrared thermal imaging camera image processing method as claimed in claim 2, characterized in that, after step (S13), it further comprises: (S14)剔除全局灰度图像中分布概率为0的灰度,再次进行全局直方图均衡以得到增强的全局灰度图像。(S14) Eliminate gray levels with a distribution probability of 0 in the global gray level image, and perform global histogram equalization again to obtain an enhanced global gray level image. 4.如权利要求3所述的红外热像仪图像处理方法,其特征在于,先求取全局灰度映射偏置值,进而剔除分布概率为的灰度0的灰度。4. The infrared thermal imager image processing method according to claim 3, wherein the global grayscale mapping bias value is obtained first, and then the grayscale with a distribution probability of grayscale 0 is eliminated. 5.如权利要求1所述的红外热像仪图像处理方法,其特征在于,步骤S2包括:5. The infrared thermal imager image processing method according to claim 1, wherein step S2 comprises: (S21)求取原始红外整体图像的均值;(S21) obtain the mean value of the original infrared overall image; (S22)使用均值作为阈值,将原始红外图像进行分割,以得到低温部分与高温部分,对该原始红外图像中直方图中低温部分使用低温阈值进行合并,对于高温部分使用高温阈值进行合并;(S22) using the mean value as a threshold, segmenting the original infrared image to obtain a low-temperature part and a high-temperature part, combining the low-temperature part in the histogram of the original infrared image using a low-temperature threshold, and using a high-temperature threshold for the high-temperature part to combine; (S23)根据分层处理后的直方图,将原始红外图像重新进行16bit到8bit的灰度映射以得到局部灰度图像。(S23) According to the histogram after the hierarchical processing, the original infrared image is re-mapped by 16-bit to 8-bit grayscale to obtain a local grayscale image. 6.如权利要求5所述的红外热像仪图像处理方法,其特征在于,步骤(S22)之中,低温直方图使用低温阈值开始向均值灰度压缩靠近,高温部分使用高温阈值开始向均值灰度压缩靠近。6. The infrared thermal imager image processing method according to claim 5, characterized in that, in step (S22), the low temperature histogram starts to compress towards the mean value grayscale using the low temperature threshold, and the high temperature part uses the high temperature threshold to start to move towards the mean value. Grayscale compression is close. 7.如权利要求5所述的红外热像仪图像处理方法,其特征在于,步骤(S23)之后进一步包括:7. The infrared thermal imager image processing method according to claim 5, characterized in that, after step (S23), it further comprises: (S24)将局部灰度图像进行CLAHE直方图均衡,以得到增强的全局灰度图像。(S24) CLAHE histogram equalization is performed on the local grayscale image to obtain an enhanced global grayscale image. 8.如权利要求7所述的红外热像仪图像处理方法,其特征在于,步骤(S23)和步骤(S24)之间,先剔除局部灰度图像中分布概率为0的灰度。8 . The infrared thermal imager image processing method according to claim 7 , wherein, between steps ( S23 ) and ( S24 ), grays with a distribution probability of 0 in the local grayscale images are first eliminated. 9 . 9.如权利要求7所述的红外热像仪图像处理方法,其特征在于,步骤(S24)之中,使用固定裁剪因子进行局部直方图增灰度强转换。9 . The infrared thermal imager image processing method according to claim 7 , wherein, in step ( S24 ), a fixed crop factor is used to perform local histogram enhancement gray-intensity conversion. 10 . 10.如权利要求1-9任一项所述的红外热像仪图像处理方法,其特征在于,步骤S3之中,使用全局因子合成局部灰度图像和全局灰度图像的灰度来映射为增强处理的灰度图像,其中计算模型为:10. The infrared thermal imaging camera image processing method according to any one of claims 1-9, characterized in that, in step S3, a global factor is used to synthesize the grayscale of the local grayscale image and the global grayscale image to map as Enhanced grayscale image, where the computational model is: g=α*g1+(1-α)*g2g=α*g1+(1-α)*g2 式中,g为合成灰度,α为全局因子,g1为全局灰度图像的灰度,g2为局部灰度图像的灰度。In the formula, g is the composite grayscale, α is the global factor, g1 is the grayscale of the global grayscale image, and g2 is the grayscale of the local grayscale image.
CN202111148227.7A 2021-09-29 2021-09-29 A kind of infrared thermal imager image processing method Pending CN113902635A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111148227.7A CN113902635A (en) 2021-09-29 2021-09-29 A kind of infrared thermal imager image processing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111148227.7A CN113902635A (en) 2021-09-29 2021-09-29 A kind of infrared thermal imager image processing method

Publications (1)

Publication Number Publication Date
CN113902635A true CN113902635A (en) 2022-01-07

Family

ID=79189254

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111148227.7A Pending CN113902635A (en) 2021-09-29 2021-09-29 A kind of infrared thermal imager image processing method

Country Status (1)

Country Link
CN (1) CN113902635A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116320501A (en) * 2023-05-23 2023-06-23 浙江双视科技股份有限公司 Infrared data compression method and readable storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111583162A (en) * 2020-05-07 2020-08-25 上海富瀚微电子股份有限公司 Image enhancement method based on histogram equalization
CN111784609A (en) * 2020-07-02 2020-10-16 烟台艾睿光电科技有限公司 Image dynamic range compression method and device and computer readable storage medium
CN111899205A (en) * 2020-08-10 2020-11-06 国科天成(北京)科技有限公司 Image enhancement method of scene self-adaptive wide dynamic infrared thermal imaging
WO2020224518A1 (en) * 2019-05-06 2020-11-12 南京理工大学 Self-adaptive infrared image defringe algorithm based on local median histogram

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2020224518A1 (en) * 2019-05-06 2020-11-12 南京理工大学 Self-adaptive infrared image defringe algorithm based on local median histogram
CN111583162A (en) * 2020-05-07 2020-08-25 上海富瀚微电子股份有限公司 Image enhancement method based on histogram equalization
CN111784609A (en) * 2020-07-02 2020-10-16 烟台艾睿光电科技有限公司 Image dynamic range compression method and device and computer readable storage medium
CN111899205A (en) * 2020-08-10 2020-11-06 国科天成(北京)科技有限公司 Image enhancement method of scene self-adaptive wide dynamic infrared thermal imaging

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116320501A (en) * 2023-05-23 2023-06-23 浙江双视科技股份有限公司 Infrared data compression method and readable storage medium

Similar Documents

Publication Publication Date Title
Zhou et al. Auto color correction of underwater images utilizing depth information
CN109345491B (en) A Remote Sensing Image Enhancement Method Fusion of Gradient and Grayscale Information
CN104021532B (en) A kind of image detail enhancement method of infrared image
CN111899205B (en) Image enhancement method of scene self-adaptive wide dynamic infrared thermal imaging
CN109523477B (en) Self-adaptive infrared image dynamic range transformation method
CN107909562B (en) Fast image fusion algorithm based on pixel level
CN107292830B (en) Low-illumination image enhancement and evaluation method
CN114049283A (en) Self-adaptive gray gradient histogram equalization remote sensing image enhancement method
CN109447917B (en) Remote sensing image haze eliminating method based on content, characteristics and multi-scale model
CN110113510B (en) Real-time video image enhancement method and high-speed camera system
JP2007082181A (en) Imaging apparatus and image processing method
CN112991240B (en) An Image Adaptive Enhancement Algorithm for Real-time Image Enhancement
CN114638764A (en) Multi-exposure image fusion method and system based on artificial intelligence
CN110246086B (en) Image processing method for color image enhancement and image processing system thereof
CN113902635A (en) A kind of infrared thermal imager image processing method
CN114187192A (en) Image processing method based on multi-exposure fusion
CN107644403B (en) Method for correcting non-uniform color of image under severe environment condition
CN112561835A (en) Adaptive inverse histogram equalization detail enhancement method and system
CN105139365B (en) A kind of method for handling Terahertz or infrared image
Bataineh Brightness and contrast enhancement method for color images via pairing adaptive gamma correction and histogram equalization
CN115147311A (en) Image enhancement method based on HSV and AM-RetinexNet
Zhang et al. An underwater image enhancement method based on local white balance
CN111738928B (en) Endoscope defogging method based on probability optimization and neural network
CN115835036A (en) Infrared image compression method based on self-adaptive gamma correction
JP2007234034A (en) Image processor and image processing method

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: Room 1003, South Block, building 9, 88 Jiangling Road, Xixing street, Binjiang District, Hangzhou City, Zhejiang Province, 310051

Applicant after: Zhejiang Shuangshi Technology Co.,Ltd.

Address before: Room 1003, South Block, building 9, 88 Jiangling Road, Xixing street, Binjiang District, Hangzhou City, Zhejiang Province, 310051

Applicant before: ZHEJIANG SHUANGSHI INFRARED TECHNOLOGY Co.,Ltd.

CB02 Change of applicant information