CN113222853B - Progressive infrared image noise reduction method based on noise estimation - Google Patents

Progressive infrared image noise reduction method based on noise estimation Download PDF

Info

Publication number
CN113222853B
CN113222853B CN202110577840.4A CN202110577840A CN113222853B CN 113222853 B CN113222853 B CN 113222853B CN 202110577840 A CN202110577840 A CN 202110577840A CN 113222853 B CN113222853 B CN 113222853B
Authority
CN
China
Prior art keywords
noise
infrared image
pixel
anchor point
progressive
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202110577840.4A
Other languages
Chinese (zh)
Other versions
CN113222853A (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.)
Wuhan Boe Electro Optics System Co ltd
Original Assignee
Wuhan Boe Electro Optics System 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 Wuhan Boe Electro Optics System Co ltd filed Critical Wuhan Boe Electro Optics System Co ltd
Priority to CN202110577840.4A priority Critical patent/CN113222853B/en
Publication of CN113222853A publication Critical patent/CN113222853A/en
Application granted granted Critical
Publication of CN113222853B publication Critical patent/CN113222853B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T5/00Image enhancement or restoration
    • G06T5/70Denoising; Smoothing
    • 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/20021Dividing image into blocks, subimages or windows
    • 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/20048Transform domain processing
    • G06T2207/20056Discrete and fast Fourier transform, [DFT, FFT]

Landscapes

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

Abstract

The invention provides a progressive infrared image noise reduction method based on noise estimation, which realizes a noise weight matrix of a noise-containing infrared image through a bilateral filtering algorithm principle of a spatial domain, realizes gradient estimation of noise energy in the noise-containing infrared image through frequency domain filtering of gray difference of neighborhood pixels and central pixels, realizes progressive infrared image noise reduction through setting the step length of the progressive filtering, and realizes an iterative self-adaptive progressive infrared image noise reduction algorithm through estimating the noise level of the infrared image. The invention has the beneficial effects that: the noise level of the infrared image is reduced, and the visual quality of the infrared image is improved.

Description

Progressive infrared image noise reduction method based on noise estimation
Technical Field
The invention relates to the field of infrared image processing, in particular to a progressive infrared image denoising method based on noise estimation.
Background
Noise reduction, i.e. the reconstruction of an original image from a noise-contaminated image, is an important issue in image processing. On one hand, the infrared image has strong noise and is limited by the process development level of the infrared focal plane, and the infrared image has non-uniformity; on the other hand, electronic thermal noise in the infrared imaging system also affects the infrared image. The noise model in the infrared image is generally assumed to be additive white gaussian noise.
The most advanced image noise reduction algorithms at present are block-based noise reduction algorithms. A common method is to find non-local similar blocks within a neighborhood window and then normalize and simultaneously denoise, such as non-local mean (NLM) or the like. The best to achieve noise reduction in this respect is the block matching and 3D filtering (BM3D) algorithm, BM3D stacks the matched patches together to reduce noise by 3D wavelet transform. An improved version of BM3D is the BM3D-SAPCA algorithm. However, they all have very large algorithm complexity without exception, and are not suitable for systems with high real-time requirements. On the other hand, the dual-domain image noise reduction (DDID) is proved to be a simple noise reduction algorithm capable of realizing a high-quality noise reduction effect, the algorithm comprehensively considers the characteristics of a spatial domain and a frequency domain, the noise reduction of a large-amplitude noise-containing signal is realized through spatial domain filtering, and the noise reduction of a small-amplitude noise-containing signal is realized through the frequency domain. However, the implementation of the algorithm requires a guide image, which is often not satisfied in practical use scenarios.
Disclosure of Invention
In order to solve the problems, the invention provides a progressive infrared image noise reduction method based on noise estimation, which realizes a noise weight matrix of a noisy infrared image through a bilateral filtering algorithm principle of a spatial domain, realizes gradient estimation of noise energy in the noisy infrared image through frequency domain filtering of gray difference of neighborhood pixels and central pixels, realizes progressive infrared image noise reduction through setting step length of progressive filtering, and realizes an iterative self-adaptive progressive infrared image noise reduction algorithm through estimating the noise level of the infrared image.
A progressive infrared image noise reduction method based on noise estimation comprises the following steps:
s101: acquiring an infrared image containing noise, and estimating the noise level of the infrared image;
s102: continuously overlapping and blocking the infrared image containing the noise with the step length of 1 to obtain image blocks;
s103: taking the central pixel of the image block as an anchor point, calculating the distance of other pixel points in the neighborhood relative to the central anchor point, and calculating a Gaussian weight matrix G1 of the neighborhood pixel by taking the distance as an independent variable;
s104: taking the central pixel of the image block as an anchor point, calculating the difference between the gray value of other pixel points in the neighborhood and the gray value of the central anchor point, and calculating a Gaussian weight matrix G2 of the neighborhood pixel by taking the difference of the gray values as an independent variable;
s105: performing dot multiplication on G1 and G2 to obtain a Gaussian weight matrix G3 of a joint spatial domain and a gray scale domain;
s106: performing dot multiplication on the difference of the gray values and a Gaussian weight matrix G3 to obtain weighted image blocks;
s107: performing two-dimensional Fourier transform on the weighted image blocks to obtain a frequency spectrum matrix;
s108: calculating a Gaussian weight matrix G4 by taking the frequency spectrum matrix as an independent variable;
s109: weighting and summing the frequency spectrum matrix and the Gaussian weight matrix G4, and carrying out normalization processing to obtain noise energy gradient estimation of the central anchor point pixel of the image block;
s110: subtracting the lambda times of noise energy gradient estimation from the gray value of the central anchor point pixel of the image block to obtain the gray value of the central anchor point pixel of the image block after noise reduction, and further obtain the infrared image after noise reduction;
s111: and (3) performing iterative processing of the steps S102-S111 on the infrared image containing the noise, and ending the iterative process to obtain the final infrared image after noise reduction if the noise level difference of the infrared image after the next noise reduction is smaller than or equal to a preset threshold value T compared with the noise level of the infrared image after the previous noise reduction.
Further, step S101 is specifically: performing convolution on an infrared image containing noise through a kernel consisting of two Laplacian masks to obtain the noise level of the infrared image;
wherein, the nucleus composed of two Laplacian masks is shown as formula (1):
Figure GDA0003567393800000031
n is a nucleus of the composition;
the noise level is as in equation (2):
Figure GDA0003567393800000032
n is the noise level; w and H represent the width and height of the noise-containing infrared image; i denotes the infrared image containing noise.
Further, in step S102, the image blocking specifically includes: symmetrically copying and expanding the infrared image containing the noise in four directions of top, bottom, left and right according to the radius and the side length of the block to obtain a symmetrically copied and expanded infrared image containing the noise, and then partitioning by taking the pixel of the infrared image containing the noise as a central point and taking the step length as 1 pixel; the calculation formula of the side length and the radius of the block is shown as the formula (3):
r=(a-1)/2 (3)
r denotes the radius of the block and a denotes the side length of the block.
Further, in step S103, the calculation formula of the distances between other pixel points in the neighborhood and the central anchor point is as shown in formula (4):
Figure GDA0003567393800000033
where x, y represent the coordinate position of the patch, r represents the radius of the patch, and s represents the distance of the (x, y) location pixel from the anchor point.
In step S103, the gaussian weight matrix G1 is represented by equation (5):
Figure GDA0003567393800000041
where G1 represents a Gaussian weight matrix of the neighborhood pixels with distance as argument, s represents the distance of the pixel to the anchor point, σsThe standard deviation of the gaussian function is represented.
Further, in step S104, the gaussian weight matrix G2 is expressed by equation (6):
Figure GDA0003567393800000042
where G2 represents a gaussian weight matrix of the neighborhood pixels with the difference in gray values as an argument, G represents the gray difference between the neighborhood pixels and the central anchor pixel, σgThe standard deviation of the gaussian function is represented.
Further, in step S108, the gaussian weight matrix G4 has the formula shown in formula (7):
Figure GDA0003567393800000043
where F denotes the spectral matrix of the weighted block, σfThe standard deviation of the gaussian function is indicated.
Further, in step S109, the noise energy gradient of the anchor pixel at the center of the image block is estimated as shown in equation (8):
gradient=sum(|F|*G4) /sum(G4) (8)
where gradient represents the gradient estimate of the noise energy, F represents the spectral matrix of the weighted partitions, G4 represents the gaussian weight matrix of the spectral matrix of the weighted partitions, and sum represents the sum.
In step S110, the gray-scale value of the center anchor point pixel of the denoised image partition is as shown in formula (9):
pi=pi-1-λ*gradient (9)
wherein p isiRepresenting the gray value, p, of the anchor pixel after the ith iteration noise reductioni-1And representing the gray value of the anchor point pixel after the i-1 th iteration noise reduction, wherein gradient represents the gradient estimation of the noise energy of the block anchor point pixel, and lambda represents the step length.
The beneficial effects provided by the invention are as follows: the noise level of the infrared image is reduced, and the visual quality of the infrared image is improved.
Drawings
FIG. 1 is a flow chart of a progressive infrared image denoising method based on noise estimation according to the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, embodiments of the present invention will be further described with reference to the accompanying drawings.
Referring to fig. 1, a progressive infrared image denoising method based on noise estimation includes the following steps: .
S101: acquiring an infrared image containing noise, and estimating the noise level of the infrared image;
in step S101, the estimating a noise level of the infrared image containing noise specifically includes:
s201: performing convolution operation through a kernel composed of two Laplacian masks, wherein the two Laplacian masks are shown as formulas (1) and (2), and the kernel composed of the two Laplacian masks is shown as a formula (3);
Figure GDA0003567393800000051
Figure GDA0003567393800000052
Figure GDA0003567393800000053
s202: the noise level of the infrared image containing the noise can be estimated by performing convolution on the infrared image containing the noise by using a kernel composed of the two Laplacian masks, and the formula is shown as formula (4), wherein n represents the estimated noise level of the infrared image containing the noise, I represents the infrared image containing the noise, and W and H represent the width and height of the infrared image containing the noise.
Figure GDA0003567393800000061
S102: continuously overlapping and blocking the infrared image containing the noise with the step length of 1 to obtain image blocks;
in step S102, continuously overlapping blocks with a step length of 1 are performed on the infrared image containing noise, where the block side length is usually odd, specifically, in order to keep the image size unchanged, the infrared image containing noise is symmetrically copied and expanded in four directions, i.e., up, down, left, and right, according to the radius of the blocks, so as to obtain a symmetrically copied and expanded infrared image containing noise, and then the block is performed with the pixel of the infrared image containing noise as a center point and the step length of 1 pixel, where the calculation formulas of the block side length and the radius are as shown in formula (5):
r=(a-1)/2 (5)
where r represents the radius of the block and a represents the side length of the block.
S103: taking the central pixel of the image block as an anchor point, calculating the distance of other pixel points in the neighborhood relative to the central anchor point, and calculating a Gaussian weight matrix G1 of the neighborhood pixel by taking the distance as an independent variable;
in step S103, the calculation formula of the distance between other pixel points in the neighborhood and the central anchor point is as follows (6):
Figure GDA0003567393800000062
where x, y represent the coordinate position of the patch, r represents the radius of the patch, and s represents the distance of the (x, y) location pixel from the anchor point.
In step S103, the gaussian weight matrix G1 is represented by equation (7):
Figure GDA0003567393800000063
where G1 represents a Gaussian weight matrix of the neighborhood pixels with distance as argument, s represents the distance of the pixel to the anchor point, σsRepresenting the standard deviation of a Gaussian function
S104: taking the central pixel of the image block as an anchor point, calculating the difference between the gray value of other pixel points in the neighborhood and the gray value of the central anchor point, and calculating a Gaussian weight matrix G2 of the neighborhood pixel by taking the difference of the gray values as an independent variable;
in step S104, the gaussian weight matrix G2 is expressed by equation (8):
Figure GDA0003567393800000071
wherein G2 represents a gaussian weight matrix of the neighborhood pixels with the difference of gray values as an argument, G represents the gray difference between the neighborhood pixels and the central anchor point pixel, σgThe standard deviation of the gaussian function is represented.
S105: performing dot multiplication on G1 and G2 to obtain a Gaussian weight matrix G3 of a joint spatial domain and a gray scale domain; the gaussian weight matrix G3 for the joint spatial domain and gray scale domain has the formula shown in equation (9):
G3=G1*G2 (9)
s106: performing dot multiplication on the difference of the gray values and a Gaussian weight matrix G3 to obtain weighted image blocks; in step S106, the weighted image blocks have the formula shown in formula (10):
block=g*G3 (10)
wherein block represents the weighted image blocks, G represents the gray difference between the block neighborhood pixels and the anchor pixels, and G3 represents the gaussian weight matrix of the joint spatial domain and the gray domain.
S107: performing two-dimensional Fourier transform on the weighted image blocks to obtain a frequency spectrum matrix;
in step S107, the weighted spectrum matrix of the image block has the formula shown in equation (11):
F=fft2(block) (11)
where F represents a spectrum matrix, block represents the weighted partitions, and fft2 represents a two-dimensional fourier transform.
S108: calculating a Gaussian weight matrix G4 by taking the frequency spectrum matrix as an independent variable;
in step S108, the gaussian weight matrix G4 has the formula (12):
Figure GDA0003567393800000081
where F denotes the spectral matrix of the weighted block, σfThe standard deviation of the gaussian function is indicated.
S109: weighting and summing the frequency spectrum matrix and the Gaussian weight matrix G4, and carrying out normalization processing to obtain noise energy gradient estimation of the central anchor point pixel of the image block;
in step S109, the noise energy gradient estimation of the image block center anchor pixel is as shown in equation (13):
gradient=sum(|F|*G4)/sum(G4) (13)
wherein gradient represents gradient estimation of noise energy, F represents a weighted spectrum matrix of the blocks, and | F | represents a modulus value; g4 denotes a gaussian weight matrix of the spectrum matrix of the weighted partitions, sum denotes summation.
S110: subtracting the lambda times of noise energy gradient estimation from the gray value of the central anchor point pixel of the image block to obtain the gray value of the central anchor point pixel of the image block after noise reduction, and further obtain the infrared image after noise reduction;
in step S110, the gray-scale value of the center anchor point pixel of the denoised image partition is as shown in formula (14):
pi=pi-1-λ*gradient (14)
wherein p isiRepresenting the gray value p of the anchor pixel after the ith iteration noise reductioni-1And representing the gray value of the anchor point pixel after the i-1 th iteration noise reduction, wherein gradient represents the gradient estimation of the noise energy of the block anchor point pixel, and lambda represents the step length.
S111: and (3) performing iterative processing of the steps S102-S111 on the infrared image containing the noise, and ending the iterative process to obtain the final infrared image after noise reduction if the noise level difference of the infrared image after the next noise reduction is smaller than or equal to a preset threshold value T compared with the noise level of the infrared image after the previous noise reduction.
The invention has the beneficial effects that: the noise level of the infrared image is reduced, and the visual quality of the infrared image is improved.
The above description is only for the purpose of illustrating the preferred embodiments of the present invention and is not to be construed as limiting the invention, and any modifications, equivalents, improvements and the like that fall within the spirit and principle of the present invention are intended to be included therein.

Claims (9)

1. A progressive infrared image noise reduction method based on noise estimation is characterized in that: the method comprises the following steps:
s101: acquiring an infrared image containing noise, and estimating the noise level of the infrared image;
s102: continuously overlapping and blocking the infrared image containing the noise with the step length of 1 to obtain image blocks;
s103: taking the central pixel of the image block as an anchor point, calculating the distance of other pixel points in the neighborhood relative to the central anchor point, and calculating a Gaussian weight matrix G1 of the neighborhood pixel by taking the distance as an independent variable;
s104: taking the central pixel of the image block as an anchor point, calculating the difference between the gray value of other pixel points in the neighborhood of the central pixel and the gray value of the central anchor point, and calculating a Gaussian weight matrix G2 of the neighborhood pixel by taking the difference of the gray values as an independent variable;
s105: performing dot multiplication on G1 and G2 to obtain a Gaussian weight matrix G3 of a joint spatial domain and a gray scale domain;
s106: performing dot multiplication on the difference of the gray values and a Gaussian weight matrix G3 to obtain weighted image blocks;
s107: performing two-dimensional Fourier transform on the weighted image blocks to obtain a frequency spectrum matrix;
s108: calculating a Gaussian weight matrix G4 by taking the frequency spectrum matrix as an independent variable;
s109: weighting and summing the frequency spectrum matrix and the Gaussian weight matrix G4, and carrying out normalization processing to obtain noise energy gradient estimation of the central anchor point pixel of the image block;
s110: subtracting the lambda times of noise energy gradient estimation from the gray value of the central anchor point pixel of the image block to obtain the gray value of the central anchor point pixel of the image block after noise reduction, and further obtain the infrared image after noise reduction;
s111: and (3) performing iterative processing of the steps S102-S111 on the infrared image containing the noise, and ending the iterative process if the noise level difference of the infrared image subjected to the next noise reduction is smaller than or equal to a preset threshold value T compared with the noise level of the infrared image subjected to the previous noise reduction, so as to obtain the final infrared image subjected to the noise reduction.
2. The progressive infrared image denoising method based on noise estimation of claim 1, wherein: step S101 specifically includes: performing convolution on an infrared image containing noise through a kernel consisting of two Laplacian masks to obtain the noise level of the infrared image;
wherein, the nucleus composed of two Laplacian masks is shown as formula (1):
Figure FDA0003567393790000021
n is a nucleus of the composition;
the noise level is as in equation (2):
Figure FDA0003567393790000022
n is the noise level; w and H represent the width and height of the noise-containing infrared image; i denotes the infrared image containing noise.
3. The progressive infrared image denoising method based on noise estimation of claim 1, wherein: in step S102, the image blocking specifically includes: symmetrically copying and expanding the infrared image containing the noise in four directions of the upper direction, the lower direction, the left direction and the right direction according to the radius and the side length of the block to obtain a symmetrically copied and expanded infrared image containing the noise, and then partitioning by taking the pixel of the infrared image containing the noise as a central point and taking the step length as 1 pixel; the calculation formula of the side length and the radius of the block is shown as the formula (3):
r=(a-1)/2 (3)
r denotes the radius of the block and a denotes the side length of the block.
4. A method for progressive infrared image noise reduction based on noise estimation as claimed in claim 1, characterized in that: in step S103, the calculation formula of the distance between other pixel points in the neighborhood and the central anchor point is as follows (4):
Figure FDA0003567393790000023
where x, y represent the coordinate position of the patch, r represents the radius of the patch, and s represents the distance of the (x, y) location pixel to the anchor point.
5. The progressive infrared image denoising method based on noise estimation of claim 1, wherein: in step S103, the gaussian weight matrix G1 is represented by equation (5):
Figure FDA0003567393790000031
where G1 represents a Gaussian weight matrix of the neighborhood pixels with distance as argument, s represents the distance of the pixel to the anchor point, σsThe standard deviation of the gaussian function is represented.
6. The progressive infrared image denoising method based on noise estimation of claim 1, wherein: in step S104, the gaussian weight matrix G2 is expressed by equation (6):
Figure FDA0003567393790000032
where G2 represents a gaussian weight matrix of the neighborhood pixels with the difference in gray values as an argument, G represents the gray difference between the neighborhood pixels and the central anchor pixel, σgThe standard deviation of the gaussian function is represented.
7. The progressive infrared image denoising method based on noise estimation of claim 1, wherein: in step S108, the gaussian weight matrix G4 has the formula (7):
Figure FDA0003567393790000033
where F denotes the spectral matrix of the weighted block, σfThe standard deviation of the gaussian function is represented.
8. The progressive infrared image denoising method based on noise estimation of claim 1, wherein: in step S109, the noise energy gradient estimation of the image block center anchor pixel is as shown in equation (8):
gradient=sum(|F|*G4)/sum(G4) (8)
wherein gradient represents the gradient estimation of noise energy, F represents a weighted spectrum matrix of the blocks, and | F | represents a modulus value; g4 denotes a gaussian weight matrix of the spectrum matrix of the weighted partitions, sum denotes summation.
9. The progressive infrared image denoising method based on noise estimation of claim 1, wherein: in step S110, the gray-scale value of the center anchor point pixel of the denoised image partition is as shown in formula (9):
pi=pi-1-λ*gradient (9)
wherein p isiRepresenting the gray value, p, of the anchor pixel after the ith iteration noise reductioni-1And representing the gray value of the anchor point pixel after the i-1 th iteration noise reduction, wherein gradient represents the gradient estimation of the noise energy of the block anchor point pixel, and lambda represents the step length.
CN202110577840.4A 2021-05-26 2021-05-26 Progressive infrared image noise reduction method based on noise estimation Active CN113222853B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110577840.4A CN113222853B (en) 2021-05-26 2021-05-26 Progressive infrared image noise reduction method based on noise estimation

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110577840.4A CN113222853B (en) 2021-05-26 2021-05-26 Progressive infrared image noise reduction method based on noise estimation

Publications (2)

Publication Number Publication Date
CN113222853A CN113222853A (en) 2021-08-06
CN113222853B true CN113222853B (en) 2022-07-12

Family

ID=77098600

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110577840.4A Active CN113222853B (en) 2021-05-26 2021-05-26 Progressive infrared image noise reduction method based on noise estimation

Country Status (1)

Country Link
CN (1) CN113222853B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113487522A (en) * 2021-09-08 2021-10-08 深圳市诚识科技有限公司 Multi-channel switching noise reduction method for image communication
CN116758441B (en) * 2023-06-16 2024-01-26 河南通航无人机科技有限公司 Unmanned aerial vehicle cluster intelligent scheduling management system
CN117830141B (en) * 2024-03-04 2024-05-03 奥谱天成(成都)信息科技有限公司 Method, medium, equipment and device for removing vertical stripe noise of infrared image

Family Cites Families (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100562067C (en) * 2007-07-26 2009-11-18 上海交通大学 The real time digital image processing and enhancing method that has noise removal function
CN104794685B (en) * 2014-01-17 2019-04-26 腾讯科技(深圳)有限公司 A kind of method and device for realizing image denoising
WO2016183716A1 (en) * 2015-05-15 2016-11-24 北京大学深圳研究生院 Method and system for image deblurring
CN106156754B (en) * 2016-07-29 2019-05-31 浙江工业大学 A kind of multi-modal preprocess method of finger based on maximum circumscribed matrix region of interesting extraction and bilateral filtering
CN107229907A (en) * 2017-05-09 2017-10-03 宁波大红鹰学院 A kind of method using unmanned machine testing marine red tide occurring area
CN107133948B (en) * 2017-05-09 2020-05-08 电子科技大学 Image blurring and noise evaluation method based on multitask convolution neural network
CN110599405B (en) * 2018-06-13 2023-06-16 青岛海信医疗设备股份有限公司 Ultrasonic image enhancement method and device and computer equipment
CN109377450B (en) * 2018-08-24 2021-12-10 南京理工大学 Edge protection denoising method
CN110060220A (en) * 2019-04-26 2019-07-26 中国科学院长春光学精密机械与物理研究所 Based on the image de-noising method and system for improving BM3D algorithm
CN110298817A (en) * 2019-05-20 2019-10-01 平安科技(深圳)有限公司 Object statistical method, device, equipment and storage medium based on image procossing
CN111666944B (en) * 2020-04-27 2022-10-18 中国空气动力研究与发展中心计算空气动力研究所 Infrared weak and small target detection method and device
CN111696061A (en) * 2020-06-12 2020-09-22 荆门汇易佳信息科技有限公司 Noise image reconstruction method with fusion of space domain and transform domain
CN112465719A (en) * 2020-11-27 2021-03-09 湖南傲英创视信息科技有限公司 Transform domain image denoising method and system
CN112508810A (en) * 2020-11-30 2021-03-16 上海云从汇临人工智能科技有限公司 Non-local mean blind image denoising method, system and device

Also Published As

Publication number Publication date
CN113222853A (en) 2021-08-06

Similar Documents

Publication Publication Date Title
CN113222853B (en) Progressive infrared image noise reduction method based on noise estimation
CN103077508B (en) Transform domain non local and minimum mean square error-based SAR (Synthetic Aperture Radar) image denoising method
Zhao et al. Detail-preserving image denoising via adaptive clustering and progressive PCA thresholding
Oktem et al. Image filtering based on discrete cosine transform
CN108932699B (en) Three-dimensional matching harmonic filtering image denoising method based on transform domain
Goyal et al. Noise Reduction in MR brain image via various transform domain schemes
CN107818547B (en) A kind of minimizing technology towards the spiced salt and Gaussian mixed noise in twilight image sequence
Grigoryan et al. Optimal Wiener and homomorphic filtration
CN115082336A (en) SAR image speckle suppression method based on machine learning
CN102222327A (en) Image denoising method based on Treelet transformation and minimum mean-square error estimation
CN113793280B (en) Real image noise reduction method combining local noise variance estimation and BM3D block matching
CN111461999B (en) SAR image speckle suppression method based on super-pixel similarity measurement
CN103745442B (en) The image de-noising method shunk based on non local wavelet coefficient
CN107590781A (en) Adaptive weighted TGV image deblurring methods based on primal dual algorithm
CN103839237B (en) SAR image despeckling method based on SVD dictionary and linear minimum mean square error estimation
CN111652810A (en) Image denoising method based on wavelet domain singular value differential model
TWI783721B (en) Method for determining deblur filter coefficients
CN113822823B (en) Point neighbor restoration method and system for aerodynamic optical effect image space-variant fuzzy core
CN109191391B (en) Attenuation parameter self-adaptive non-local mean image noise reduction method
Guo et al. Image interpolation based on nonlocal self-similarity
He et al. A novel hybrid model framework to blind color image deconvolution
CN108510449B (en) Total variation image noise elimination method based on self-adaptive kernel regression
Kaur et al. An efficient approach for image denoising based on edge-aware bilateral filter
Mironov et al. Comparative Analysis of Local Adaptive LMS Image Filtration
Rane et al. Image Denoising using Adaptive Patch Clustering with Suboptimal Wiener Filter in PCA Domain

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