CN110570374A - Processing method for image obtained by infrared sensor - Google Patents

Processing method for image obtained by infrared sensor Download PDF

Info

Publication number
CN110570374A
CN110570374A CN201910836451.1A CN201910836451A CN110570374A CN 110570374 A CN110570374 A CN 110570374A CN 201910836451 A CN201910836451 A CN 201910836451A CN 110570374 A CN110570374 A CN 110570374A
Authority
CN
China
Prior art keywords
image
processing
color
infrared sensor
gray
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
CN201910836451.1A
Other languages
Chinese (zh)
Other versions
CN110570374B (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.)
Hubei Nanbang Infrared Technology Co ltd
Original Assignee
Hubei Lampang Electric 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 Hubei Lampang Electric Technology Co Ltd filed Critical Hubei Lampang Electric Technology Co Ltd
Priority to CN201910836451.1A priority Critical patent/CN110570374B/en
Publication of CN110570374A publication Critical patent/CN110570374A/en
Application granted granted Critical
Publication of CN110570374B publication Critical patent/CN110570374B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T5/00Image enhancement or restoration
    • G06T5/70Denoising; Smoothing
    • 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
    • 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/20024Filtering details
    • G06T2207/20028Bilateral filtering

Landscapes

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

Abstract

The invention provides a processing method of an image obtained by an infrared sensor, which comprises four processing parts of detail enhancement, light modulation, denoising and pseudo color, wherein the detail enhancement refers to the enhancement of detail information in the image, the dimming processes the nonlinear mapping of original data and compresses the size of the original data, then the denoising filters the noise information in the image, and finally the pseudo color is used for carrying out color mapping on the processed gray level image and converting the gray level image into a color image; the invention uses new methods of unilateral gray filtering, denoising, new iron oxide red pseudo color and the like, thereby carrying out smooth processing on the gray of the edge pixel point of the image to obtain the image with less faults, not losing too much details while denoising, keeping the integrity of the image, particularly protecting the edge of the image to obtain higher recovery effect, and also leading an observer to have more vivid color level distinction when observing a high-temperature object, thereby being capable of more easily and accurately determining the position of a heat source.

Description

processing method for image obtained by infrared sensor
Technical Field
the invention relates to the technical field of image processing, in particular to a method for processing an image acquired by an infrared sensor.
Background
the infrared imaging electronic component is an important component of a thermal imaging system, and has the function of fully playing the performance of an infrared focal plane detector and converting an electric signal output by the infrared focal plane detector into a video signal or a signal in a format specified by other systems after processing. The infrared imaging electronic component comprises two parts, namely a hardware system and an image processing algorithm, and because the current hardware system platform is very complete, the infrared image processing technology becomes an important research content of the imaging electronic component.
The infrared image processing technology needs to be developed for specific characteristics of infrared images. The method is limited by the manufacturing process difficulty and material purity influence of the infrared detector, and the infrared image mainly has the following common problems: firstly, the infrared imaging is affected by non-uniformity and invalid pixels, the actual resolution is not high, and particularly, the detail part of the image is not fine enough; secondly, the infrared imaging generally has the problem of large noise; second, infrared imaging mainly uses "iron red" standard pseudo-color at present, but the color distribution gradation of this pseudo-color at the high temperature part is not obvious enough. Therefore, an infrared image processing method with higher detail resolution, cleaner image and more vivid color gradation is needed.
Disclosure of Invention
Aiming at the defects in the prior art, the invention provides a processing method of an image obtained by an infrared sensor, which is used for solving the problems of insufficient projection of image details, large noise and insufficient vividness of colors at high-temperature parts in the prior infrared image processing technology.
In order to achieve the purpose, the invention adopts the following technical scheme:
a processing method for an image obtained by an infrared sensor comprises four processing parts of detail enhancement, light modulation, denoising and pseudo color, wherein the detail enhancement refers to the enhancement of detail information in the image, so that the image details are more prominent and the edges are sharper, the original data are subjected to nonlinear mapping and the size of the original data is compressed when the light modulation is carried out, then the noise information in the image is filtered through denoising, so that the image looks cleaner, and finally the processed gray image is subjected to color mapping by using the pseudo color and is converted into a color image;
the specific processing steps of the detail enhancement are as follows:
(1) unilateral gray level filtering: selecting a mask for an original image img0, taking the same value of the weight of the spatial distance of each pixel point in the mask in the bilateral filtering processing method, only considering the weighting influence of the gray difference weight in the mask on the current pixel point, obtaining a weight table through Gaussian function calculation according to the set standard difference and the window size, inquiring the corresponding weight value in the weight value by using the gray difference absolute value as an index value in the filtering process of traversing all the pixel points, then carrying out weighted summation on all the pixel points in the mask, simultaneously carrying out summation on the weight values, and finally carrying out normalization to obtain the filtering result img1 of the current pixel;
(2) Gaussian filtering: performing conventional distance domain Gaussian filtering on the image obtained by the unilateral gray level filtering again, processing under the conditions that the standard deviation is the same as that in the step (1) and the window size is smaller than that in the step (1), filtering excessive detail information, and outputting to obtain a low-frequency image img 2;
(3) high frequency limit: subtracting the low-frequency image from the original image img0 to obtain a high-frequency image img3, and then carrying out limit value processing on each pixel point;
(4) low-frequency dimming: dimming processing is carried out on the Gaussian filtered low-frequency image img2, and an img4 is obtained by selecting a proper dimming algorithm;
(5) High-low frequency fusion: summing the low frequency image img4 and the high frequency image img3 to obtain a resultant image;
The denoising comprises the following steps:
the method comprises the following steps: establishing a window S of (2n +1) × (2n +1) for the image, calculating the difference value of corresponding pixel points in the windows of the two frames of images before and after, and then averaging, namely:
Traversing each pixel point in the image by the operation;
step two: calculating the Gaussian kernel weight of the pixel point:
Step three: calculating a filtered image:
preferably, when the weight table is calculated using the gaussian function in step (1), the set standard deviation gray _ std is 20, and the window size used is 512.
preferably, when the gaussian filter calculation is performed in step (2), the standard deviation gray _ std is set to 20, and the window size used is 3 × 3.
Preferably, a linear dimming algorithm is selected in the step (4).
preferably, the data format after the limiting value processing and the dimming processing in the step (3) and the step (4) is int 16.
further, the specific calculation method of the image summation in the step (5) is as follows:
Wherein nDetailGain is the gain coefficient of the detail image.
Preferably, the dynamic range of the input original image img0 is 16 bits, and the output data after processing is 8 bits.
preferably, a flat histogram algorithm is used in the dimming processing.
further, the false color is a new iron oxide red false color which increases the color distribution of the high-temperature section for the existing iron oxide red false color.
Further, in the step (5), since the nDetailGain is 16 times larger than the actual value for the fix-point operation, the nDetailGain needs to be reduced to the original value after the multiplication is completed.
Compared with the prior art, the invention has the following beneficial effects:
1. according to the method, a high-frequency and low-frequency separation mode is adopted for detail enhancement, firstly, original data are subjected to a low-pass filter to obtain low-frequency information, then the original data and the low-frequency information are subtracted to obtain high-frequency information, the high-frequency information is subjected to adaptive gain processing, and then the high-frequency information and the low-frequency information are added to obtain an image with the enhanced details;
2. the method uses unilateral gray filtering in detail enhancement, and determines the position and the gray value of a central point after convolution of a weight coefficient kernel of the gray and an image under the condition of the same spatial position weight, thereby performing smooth processing on the gray of edge pixel points of the image and obtaining the image with fewer faults;
3. in the invention, the difference value between the front frame and the rear frame of the pixel point in the set window is calculated and then averaged, and the difference value is taken as a constant coefficient through a Gaussian kernel value and is brought into a filtering image, so that the noise point is screened out in the calculation process; the denoising processing method in the embodiment combines the mean filtering and the median filtering, so that excessive details are not lost while denoising is performed, the integrity of the image is kept, particularly the edge of the image is protected, and a higher restoration effect is obtained;
4. The novel iron oxide red pseudo-color is adopted, and is correspondingly improved aiming at the application characteristics of the power transformation detection based on the 'iron oxide red' standard pseudo-color commonly used in the industry.
Drawings
FIG. 1 is an overall flow chart of the present invention;
FIG. 2 is a detailed flow diagram of the detail enhancement section of the present invention;
Detailed Description
the technical solution of the present invention is further explained with reference to the drawings and the embodiments.
Example (b):
as shown in FIG. 1, the invention provides a method for processing an image obtained by an infrared sensor, comprising four processing parts of detail enhancement, dimming, denoising and pseudo-color, wherein the detail enhancement refers to the enhancement of detail information in the image, so that the image details are more prominent and the edges are sharper, the dimming performs nonlinear mapping on original data and compresses the size of the original data, then the denoising filters noise information in the image, so that the image looks cleaner, and finally the pseudo-color is used for performing color mapping on a processed gray level image, so that the gray level image is converted into a color image, and finally the original image is converted into the color image which can visually reflect the temperature state distribution. Preferably, a platform histogram algorithm is used in the dimming processing, and in this embodiment, the dynamic range of the input original image img0 is 16 bits, and the output data after processing is 8 bits.
As shown in fig. 2, the specific processing steps for detail enhancement are as follows:
(1) unilateral gray level filtering: selecting a mask for an original image img0, taking the same value of the weight of the spatial distance of each pixel point in the mask in the bilateral filtering processing method, only considering the weighted influence of the gray difference weight in the mask on the current pixel point, obtaining a weight table through Gaussian function calculation according to the set standard deviation and the window size, inquiring the corresponding weight value in the weight value by using the gray difference absolute value as an index value in the filtering process of traversing all the pixel points, then carrying out weighted summation on all the pixel points in the mask, simultaneously carrying out summation on the weight values, and finally carrying out normalization to obtain the filtering result img1 of the current pixel. Preferably, the set standard deviation gray _ std is 20, and the window size used is 512.
In the bilateral filtering algorithm:
The Gaussian kernel function of spatial distance iswherein (x)c,yc) Is a center point coordinate, such as (0,0), (x)i,yi) The coordinate of the current point is, and sigma is a space domain standard deviation;
the Gaussian kernel function of the gray scale distance iswherein gray (x)i,yi) Is the gray value, gray (x) of the current pixel pointc,yc) Is the gray value of the pixel at the center point of the template covering the picture area, i.e. the gray value at (0,0), and σ is the value range labelAnd (4) tolerance.
for Gaussian filtering, the gray value of the central point is determined only by convolving the weight coefficient kernel of the spatial distance with the image. I.e. the closer to the center point, the larger its weight coefficient. The weight of the gray information is added in the bilateral filtering, namely in the field, the more the gray value is close to the point of the gray value of the central point, the more the gray value is, the smaller the weight of the point with large gray value difference is, and the weight is determined by a value domain Gaussian function. And multiplying the two weight coefficients to obtain a final convolution template, namely the processed result image.
In the unilateral gray level filtering algorithm, the spatial weights of all pixel points in the mask are regarded as the same, namely the Gaussian kernel function of the spatial distance is 0, namely the finally changed actual weighting coefficient isIn this way, when the gray value is considered, the image is subjected to filtering processing, and the gray value change of the edge part is reserved, so that the image result that the gray value transition is more moderate and the cliff region does not exist is obtained. Accordingly, the calculation process of the filtering is greatly simplified because the space weight part is abandoned, and the processing speed of the image is improved.
(2) gaussian filtering: performing conventional distance domain Gaussian filtering on the image obtained by the unilateral gray level filtering again, processing under the conditions that the standard deviation is the same as that in the step (1) and the window size is smaller than that in the step (1), filtering excessive detail information, and outputting to obtain a low-frequency image img 2; preferably, the standard deviation gray _ std is set to 20, and the window size used is 3 × 3.
(3) High frequency limit: subtracting the low-frequency image from the original image img0 to obtain a high-frequency image img3, and then carrying out limit value processing on each pixel point;
(4) low-frequency dimming: dimming processing is carried out on the Gaussian filtered low-frequency image img2, and an img4 is obtained by selecting a proper dimming algorithm; preferably, a linear dimming algorithm is used in the present embodiment. And the format of the data after the limit value processing and the dimming processing in the step (3) and the step (4) is int 16.
(5) High-low frequency fusion: the low frequency image img4 and the high frequency image img3 are summed to obtain a resultant image. The specific calculation method is as follows:
The nDetailGain is a gain coefficient of the detail image, and is further amplified by 16 times compared with an actual value, so that the nDetailGain needs to be reduced to an original multiple after the multiplication operation is finished.
According to the method, a high-frequency and low-frequency separation mode is adopted for detail enhancement, firstly, original data are subjected to a low-pass filter to obtain low-frequency information, then the original data and the low-frequency information are subtracted to obtain high-frequency information, the high-frequency information is subjected to adaptive gain processing, and then the high-frequency information and the low-frequency information are added to obtain an image with the enhanced details; and then, using unilateral gray level filtering, and determining the position of the central point and the gray level value only by convolution of a weight coefficient kernel of the gray level and the image under the condition of the same spatial position weight, thereby performing smooth processing on the gray level of the edge pixel point of the image to obtain the image with fewer faults, and further processing the infrared gray level image to be more suitable for human eye detection.
Further, the denoising process includes the following steps:
The method comprises the following steps: establishing a window S of (2n +1) × (2n +1) for the image, calculating the difference value of corresponding pixel points in the windows of the two frames of images before and after, and then averaging, namely:
traversing each pixel point in the image by the operation;
step two: calculating the Gaussian kernel weight of the pixel point:
step three: calculating a filtered image:
The filtered image In(x, y), and obtaining a final result image after pseudo-color processing.
It should be noted that, because human eyes are more sensitive to color information, the pseudo color refers to a process of performing color mapping on a processed 8bit gray image and converting the processed 8bit gray image into a color image. Since the infrared image itself is a single channel, with no color information, it is called "pseudo color" or "false color". In the invention, the pseudo color is a new iron oxide red pseudo color generated after corresponding improvement on the basis of an iron oxide red standard pseudo color commonly used in the industry and aiming at the application characteristics of power transformation detection. The new iron oxide red pseudo-color increases the color distribution in the high-temperature section, so that an observer can more easily and accurately determine the position of the heat source when observing a high-temperature object.
Finally, the above embodiments are only for illustrating the technical solutions of the present invention and not for limiting, although the present invention has been described in detail with reference to the preferred embodiments, it should be understood by those skilled in the art that modifications or equivalent substitutions may be made to the technical solutions of the present invention without departing from the spirit and scope of the technical solutions of the present invention, and all of them should be covered in the claims of the present invention.

Claims (10)

1. a method for processing images obtained by an infrared sensor is characterized in that: the method comprises four processing parts of detail enhancement, light modulation, denoising and pseudo color, wherein the detail enhancement refers to the enhancement processing of detail information in an image, so that the image details are more prominent and the edges are sharper, the light modulation is used for carrying out nonlinear mapping on original data and compressing the size of the original data, then the noise information in the image is filtered through denoising, so that the image looks cleaner, and finally the pseudo color is used for carrying out color mapping on a processed gray level image and converting the gray level image into a color image;
the specific processing steps of the detail enhancement are as follows:
(1) Unilateral gray level filtering: selecting a mask for an original image img0, taking the same value of the weight of the spatial distance of each pixel point in the mask in the bilateral filtering processing method, only considering the weighting influence of the gray difference weight in the mask on the current pixel point, obtaining a weight table through Gaussian function calculation according to the set standard difference and the window size, inquiring the corresponding weight value in the weight value by using the gray difference absolute value as an index value in the filtering process of traversing all the pixel points, then carrying out weighted summation on all the pixel points in the mask, simultaneously carrying out summation on the weight values, and finally carrying out normalization to obtain the filtering result img1 of the current pixel;
(2) Gaussian filtering: performing conventional distance domain Gaussian filtering on the image obtained by the unilateral gray level filtering again, processing under the conditions that the standard deviation is the same as that in the step (1) and the window size is smaller than that in the step (1), filtering excessive detail information, and outputting to obtain a low-frequency image img 2;
(3) High frequency limit: subtracting the low-frequency image from the original image img0 to obtain a high-frequency image img3, and then carrying out limit value processing on each pixel point;
(4) low-frequency dimming: dimming processing is carried out on the Gaussian filtered low-frequency image img2, and an img4 is obtained by selecting a proper dimming algorithm;
(5) high-low frequency fusion: summing the low frequency image img4 and the high frequency image img3 to obtain a resultant image;
the denoising comprises the following steps:
The method comprises the following steps: establishing a window S of (2n +1) × (2n +1) for the image, calculating the difference value of corresponding pixel points in the windows of the two frames of images before and after, and then averaging, namely:
Traversing each pixel point in the image by the operation;
step two: calculating the Gaussian kernel weight of the pixel point:
step three: calculating a filtered image:
2. a method of processing images obtained by an infrared sensor, as claimed in claim 1, characterized in that: when the weight table is calculated using the gaussian function in step (1), the set standard deviation gray _ std is 20, and the window size used is 512.
3. A method of processing images obtained by an infrared sensor, as claimed in claim 1, characterized in that: when the gaussian filtering calculation is performed in the step (2), the set standard deviation gray _ std is 20, and the window size used is 3 × 3.
4. A method of processing images obtained by an infrared sensor, as claimed in claim 1, characterized in that: the linear dimming algorithm is selected in the step (4).
5. A method of processing images obtained by an infrared sensor, as claimed in claim 1, characterized in that: the data format after the limiting value processing and the dimming processing in the step (3) and the step (4) is int 16.
6. A method of processing images obtained by an infrared sensor, as claimed in claim 1, characterized in that: the specific calculation method of the image summation in the step (5) is as follows:
wherein nDetailGain is the gain coefficient of the detail image.
7. a method of processing images obtained by an infrared sensor, as claimed in claim 1, characterized in that: the dynamic range of the input original image img0 is 16 bits, and the output data after processing is 8 bits.
8. A method of processing images obtained by an infrared sensor, as claimed in claim 1, characterized in that: the dimming processing uses a platform histogram algorithm.
9. A method of processing images obtained by an infrared sensor, as claimed in claim 1, characterized in that: the pseudo color is a new iron-red pseudo color which increases the color distribution of the high-temperature section for the existing iron-red pseudo color.
10. A method of processing images obtained by an infrared sensor, as claimed in claim 6, characterized in that: in the step (5), the nDetailGain is enlarged by 16 times compared with the actual value for the fixed-point operation, and therefore, the nDetailGain needs to be reduced to the original multiple after the multiplication is finished.
CN201910836451.1A 2019-09-05 2019-09-05 Processing method for image obtained by infrared sensor Active CN110570374B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910836451.1A CN110570374B (en) 2019-09-05 2019-09-05 Processing method for image obtained by infrared sensor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910836451.1A CN110570374B (en) 2019-09-05 2019-09-05 Processing method for image obtained by infrared sensor

Publications (2)

Publication Number Publication Date
CN110570374A true CN110570374A (en) 2019-12-13
CN110570374B CN110570374B (en) 2022-04-22

Family

ID=68777880

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910836451.1A Active CN110570374B (en) 2019-09-05 2019-09-05 Processing method for image obtained by infrared sensor

Country Status (1)

Country Link
CN (1) CN110570374B (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111191540A (en) * 2019-12-20 2020-05-22 数海信息技术有限公司 Object state analysis method and system based on temperature gradient
CN111968068A (en) * 2020-08-18 2020-11-20 杭州海康微影传感科技有限公司 Thermal imaging image processing method and device
CN112622757A (en) * 2020-10-20 2021-04-09 程涛 Intelligent vehicle-mounted safety monitoring system
CN114170125A (en) * 2021-12-28 2022-03-11 河南三谱睿光电科技有限公司 Ultrashort wave image and infrared image fusion processing method
CN116609033A (en) * 2023-07-18 2023-08-18 山东莱恩光电科技股份有限公司 Fault diagnosis method for photoelectric protector
CN116907677A (en) * 2023-09-15 2023-10-20 山东省科学院激光研究所 Distributed optical fiber temperature sensing system for concrete structure and measuring method thereof
WO2023250302A1 (en) * 2022-06-20 2023-12-28 Seek Thermal, Inc. Noise reduction and feature enhancement for a thermal imaging camera
CN117437151A (en) * 2023-12-21 2024-01-23 成都市晶林科技有限公司 Pseudo-color mapping method for noise suppression

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080170800A1 (en) * 2007-01-16 2008-07-17 Ruth Bergman One-pass filtering and infrared-visible light decorrelation to reduce noise and distortions
US20100238294A1 (en) * 2007-07-09 2010-09-23 Flir Systems Ab Method of processing an infrared image, infrared image capturing system and computer readable medium
CN101950412A (en) * 2010-07-23 2011-01-19 北京理工大学 Method for enhancing details and compressing dynamic range of infrared image
CN103268595A (en) * 2013-05-27 2013-08-28 重庆邮电大学 Infrared image enhancement processing method based on lateral inhibition coefficient
CN103489168A (en) * 2013-09-25 2014-01-01 海视英科光电(苏州)有限公司 Enhancing method and system for infrared image being converted to pseudo color image in self-adaptive mode
CN103686194A (en) * 2012-09-05 2014-03-26 北京大学 Video denoising method and device based on non-local mean value
CN105021290A (en) * 2014-04-18 2015-11-04 杭州美盛红外光电技术有限公司 Photographing device, pseudo-color setting device, photographing method and pseudo-color setting method
CN108376391A (en) * 2018-01-29 2018-08-07 江苏宇特光电科技股份有限公司 A kind of intelligence infrared image scene Enhancement Method

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080170800A1 (en) * 2007-01-16 2008-07-17 Ruth Bergman One-pass filtering and infrared-visible light decorrelation to reduce noise and distortions
US20100238294A1 (en) * 2007-07-09 2010-09-23 Flir Systems Ab Method of processing an infrared image, infrared image capturing system and computer readable medium
CN101950412A (en) * 2010-07-23 2011-01-19 北京理工大学 Method for enhancing details and compressing dynamic range of infrared image
CN103686194A (en) * 2012-09-05 2014-03-26 北京大学 Video denoising method and device based on non-local mean value
CN103268595A (en) * 2013-05-27 2013-08-28 重庆邮电大学 Infrared image enhancement processing method based on lateral inhibition coefficient
CN103489168A (en) * 2013-09-25 2014-01-01 海视英科光电(苏州)有限公司 Enhancing method and system for infrared image being converted to pseudo color image in self-adaptive mode
CN105021290A (en) * 2014-04-18 2015-11-04 杭州美盛红外光电技术有限公司 Photographing device, pseudo-color setting device, photographing method and pseudo-color setting method
CN108376391A (en) * 2018-01-29 2018-08-07 江苏宇特光电科技股份有限公司 A kind of intelligence infrared image scene Enhancement Method

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
C.TOMASI 等: "Bilateral Filtering for Gray and Color Images", 《IEEE》 *
XUESONG JIANG 等: "Nighttime image enhancement based on image decomposition", 《SIGNAL, IMAGE AND VIDEO PROCESSING》 *
凡遵林 等: "亮度保持和细节增强的红外图像增强方法", 《中南大学学报(自然科学版)》 *

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111191540A (en) * 2019-12-20 2020-05-22 数海信息技术有限公司 Object state analysis method and system based on temperature gradient
CN111968068A (en) * 2020-08-18 2020-11-20 杭州海康微影传感科技有限公司 Thermal imaging image processing method and device
CN112622757A (en) * 2020-10-20 2021-04-09 程涛 Intelligent vehicle-mounted safety monitoring system
CN114170125A (en) * 2021-12-28 2022-03-11 河南三谱睿光电科技有限公司 Ultrashort wave image and infrared image fusion processing method
WO2023250302A1 (en) * 2022-06-20 2023-12-28 Seek Thermal, Inc. Noise reduction and feature enhancement for a thermal imaging camera
CN116609033A (en) * 2023-07-18 2023-08-18 山东莱恩光电科技股份有限公司 Fault diagnosis method for photoelectric protector
CN116609033B (en) * 2023-07-18 2023-10-31 山东莱恩光电科技股份有限公司 Fault diagnosis method for photoelectric protector
CN116907677A (en) * 2023-09-15 2023-10-20 山东省科学院激光研究所 Distributed optical fiber temperature sensing system for concrete structure and measuring method thereof
CN116907677B (en) * 2023-09-15 2023-11-21 山东省科学院激光研究所 Distributed optical fiber temperature sensing system for concrete structure and measuring method thereof
CN117437151A (en) * 2023-12-21 2024-01-23 成都市晶林科技有限公司 Pseudo-color mapping method for noise suppression
CN117437151B (en) * 2023-12-21 2024-03-08 成都市晶林科技有限公司 Pseudo-color mapping method for noise suppression

Also Published As

Publication number Publication date
CN110570374B (en) 2022-04-22

Similar Documents

Publication Publication Date Title
CN110570374B (en) Processing method for image obtained by infrared sensor
CN105631829B (en) Night haze image defogging method based on dark channel prior and color correction
Hou et al. An efficient nonlocal variational method with application to underwater image restoration
Parthasarathy et al. An automated multi scale retinex with color restoration for image enhancement
CN111986120A (en) Low-illumination image enhancement optimization method based on frame accumulation and multi-scale Retinex
CN108090886B (en) High dynamic range infrared image display and detail enhancement method
KR102261532B1 (en) Method and system for image dehazing using single scale image fusion
KR20130079728A (en) Apparatus and method for image enhancement using color channel
Chaudhry et al. A framework for outdoor RGB image enhancement and dehazing
CN110047055B (en) Infrared image detail enhancement and denoising method
CN106412448B (en) Wide dynamic range processing method and system based on single frame image
CN111861896A (en) UUV-oriented underwater image color compensation and recovery method
CN111429370A (en) Method and system for enhancing images in coal mine and computer storage medium
CN110415193A (en) The restored method of coal mine low-light (level) blurred picture
Kim et al. Single image haze removal using hazy particle maps
CN111462022B (en) Underwater image sharpness enhancement method
Peng et al. Single image restoration using scene ambient light differential
Ngo et al. Nonlinear unsharp masking Algorithm
Tsutsui et al. Halo artifacts reduction method for variational based realtime retinex image enhancement
Dar et al. An enhanced adaptive histogram equalization based local contrast preserving technique for HDR images
Chen et al. Improve transmission by designing filters for image dehazing
CN111311502A (en) Method for processing foggy day image by using bidirectional weighted fusion
KR101778461B1 (en) A method of reducing noise of low light environment and an apparatus therefor
CN110992287B (en) Method for clarifying non-uniform illumination video
Terai et al. Color image contrast enhancement by retinex model

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
TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20230616

Address after: 430000 3-106, No. 148, Renshou Road, Qiaokou District, Wuhan City, Hubei Province

Patentee after: Hubei Nanbang Infrared Technology Co.,Ltd.

Address before: 443000 No. 57-6, development avenue, Yichang high tech Zone, Yichang City, Hubei Province

Patentee before: HUBEI NANBANG CHUANGDIAN TECHNOLOGY CO.,LTD.