Movatterモバイル変換


[0]ホーム

URL:


CN105528772A - Image fusion method based on guidance filtering - Google Patents

Image fusion method based on guidance filtering
Download PDF

Info

Publication number
CN105528772A
CN105528772ACN201510880750.7ACN201510880750ACN105528772ACN 105528772 ACN105528772 ACN 105528772ACN 201510880750 ACN201510880750 ACN 201510880750ACN 105528772 ACN105528772 ACN 105528772A
Authority
CN
China
Prior art keywords
image
mean
max
filtering
carry out
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
CN201510880750.7A
Other languages
Chinese (zh)
Other versions
CN105528772B (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.)
Luoyang Institute of Electro Optical Equipment AVIC
Original Assignee
Luoyang Institute of Electro Optical Equipment AVIC
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 Luoyang Institute of Electro Optical Equipment AVICfiledCriticalLuoyang Institute of Electro Optical Equipment AVIC
Priority to CN201510880750.7ApriorityCriticalpatent/CN105528772B/en
Publication of CN105528772ApublicationCriticalpatent/CN105528772A/en
Application grantedgrantedCritical
Publication of CN105528772BpublicationCriticalpatent/CN105528772B/en
Activelegal-statusCriticalCurrent
Anticipated expirationlegal-statusCritical

Links

Classifications

Landscapes

Abstract

The present invention relates to an image fusion method based on guidance filtering. The method comprises the steps of (1) carrying out maximum value filtering on an original infrared image I<i> to obtain an image I<i><max>, (2) using a guidance filtering algorithm to carry out further filtering processing on the I<i><max> and output an image I<i><GF>, (3) directly overlaying the image I<i><GF> to an original visible light image I<v> and obtaining an image I<f>, (4) carrying out gamma correction on the image I<f> and obtaining a final fusion image. The method is based on pixel fusion, the gray level of only a part of the region is raised, a fusion effect 'unnatural' phenomenon is avoided, in addition the algorithm calculation complexity is low, and the real-time processing is easy.

Description

A kind of image interfusion method based on guiding filtering
Technical field
The invention belongs to technical field of image processing, be specifically related to a kind of image interfusion method based on guiding filtering.
Background technology
In view of visible images resolution is higher, the detailed information such as edge, texture is abundanter, but is easily subject to the impact of the external environments such as weather; Infrared image adaptive faculty is comparatively strong, can penetrate general smog, can continuous firing round the clock, but gradation of image is determined by temperature, and details is less, and the sense of reality is strong, therefore both is mutually merged and is supplemented, can reach good visual effect.At present, relevant Image Fusion has following two kinds: 1. pixel method of weighted mean: interested image-region is composed larger weights to obtain advantage display.The advantage of the method is that computation complexity is low, is easy to real-time process, and shortcoming is that weighted criterion is difficult to determine, causes syncretizing effect otherness very large.2. multi-Resolution Image Fusion method: by picture breakdown on different frequency bands, then merges each frequency range data according to certain fusion rule, finally the reconstruct of each frequency range is obtained fused image.These class methods typically have: laplacian pyramid method, Wavelet Transform etc.Advantage is to select different fusion rules according to image different frequency range characteristic, specific aim is stronger, and shortcoming lacks relevance between different frequency range pixel, causes merging reconstructed image too " stiff ", visual effect is not good, and computation complexity is also higher in addition.
Summary of the invention
The invention provides a kind of image interfusion method based on guiding filtering, be intended to solve existing visible ray and infrared image fusion method computation complexity is high, merge the not good problem of visual effect.
Image interfusion method of the present invention comprises the steps:
1) to original infrared image Iicarry out maximal value filtering, filter resultcan be expressed as:
Iimax(x)=maxy&Element;&Omega;R(x)(Ii(y))
Wherein, Ωrx () represents that centre coordinate is x, radius is the image-region of R;
2) guiding filtering algorithm pair is adopteddo further filtering process, output image
IiGF=GuidedFilter(Ii,Iimax,r,&epsiv;)
Wherein, GuidedFilter () represents guiding filtering algorithm, and r represents filter radius, and ε represents regularization parameter;
3) by imagedirectly be superimposed upon primary visible light image Ivon, obtain image If:
If=(IiGF+Iv)/2;
4) to image Ifcarry out Gamma correction, obtain final fused images I 'f:
If&prime;=(If2p-1)&gamma;&CenterDot;(2p-1)
Wherein, γ represents correction coefficient, and p represents the figure place of view data.
Described guiding filtering algorithm comprises the steps:
1) to original infrared image Iiandcarry out mean filter, obtain averageand try to achieve original infrared image Iiautocorrelation valueand and imagecross correlation valuenamelycorrIi=fmean(Ii.*Ii),corrIiIimax=fmean(Ii.*Iimax);
2) according to averageautocorrelation valuewith cross correlation valueand averagetry to achieve varianceand covariancenamely
varIi=corrIi-meanIi&CenterDot;*meanIi,covIiIimax=corrIiIimax-meanIi.*meanIimax;
3) then according to step 2) to result of calculation carry out following computing, finally obtain merging rear output imagea=covIiIimax./(varIi+&epsiv;),b=meanIimax-a.*meanIi,meana=fmean(a),meanb=fmean(b),
IiGF=meana.*Ii+meanb.
The invention has the beneficial effects as follows: the present invention fully takes into account visible images and infrared image advantage separately, namely visible images details is enriched, and infrared image can to the highlighted display of some interested targets.All retain visible light part when doing image co-registration, infrared part then instruction filtering extracts highlight information for this reason.Merge owing to the present invention is based on Pixel-level, and just subregion improves grey level, can't occur the phenomenon of syncretizing effect " not nature ", algorithm computation complexity is lower in addition, is easy to real-time process.
Accompanying drawing explanation
Fig. 1 is the fusion method FB(flow block) of the present embodiment;
Fig. 2 is the design sketch of the present embodiment, and wherein, (a) figure is primary visible light image, and (b) figure is original infrared image, and (c) figure is result after merging.
Embodiment
Below in conjunction with accompanying drawing, technical scheme of the present invention is described in further detail.
The image interfusion method based on guiding filtering in the present embodiment, first carries out maximal value filtering acquisition highlight information wherein to infrared image; Then use original infrared image to do guiding filtering (GuidedFilter) process as guide image (GuidanceImage) to highlighted part, result is directly superimposed upon can by light image; Finally superimposed image is carried out Gamma correction (GammaCorrection) and namely finally merged output to adjust pixel grayscale, concrete steps are as follows:
1) to original infrared image Iicarry out maximal value filtering, filter resultcan be expressed as:
Iimax(x)=maxy&Element;&Omega;R(x)(Ii(y))---(1)
Wherein, Ωrx () represents that centre coordinate is x, radius is the image-region of R;
2) guiding filtering algorithm pair is adopteddo further filtering process, output image
IiGF=GuidedFilter(Ii,Iimax,r,&epsiv;)---(2)
Wherein, GuidedFilter () represents guiding filtering algorithm, and r represents filter radius, and ε represents regularization parameter;
3) by imagedirectly be superimposed upon primary visible light image Ivon, obtain image If:
If=(IiGF+Iv)/2;---(3)
4) to image Ifcarry out Gamma correction, obtain final fused images I 'f:
If&prime;=(If2p-1)&gamma;&CenterDot;(2p-1)---(4)
Wherein, γ represents correction coefficient, and p represents the figure place of view data.
Directiveness filtering algorithm implementation procedure is as follows:
Wherein, fmeanrepresent that filter radius is the mean filter of r, mean, corr, var and cov represent average, correlation, variance and covariance respectively.
In the present embodiment, visible ray used and infrared image are 8, the gray level image of 360 × 270, as shown in (a) figure in accompanying drawing 2 He (b) figure.
According to above-mentioned implementation step, (1) formula is first utilized to do maximal value filtering process to original infrared image, wherein radius R=7; Then (2) formula is utilized to try to achieve guiding filter result, wherein filter radius r=30, regularization parameter ε=10-3; Finally, use (3) formula by filtering image and primary visible light imaging importing, stack result is passed through again (4), and namely formula Gamma correction obtains final fusion output, wherein correction coefficient γ=0.8, image figure place n=8.
(c) figure in accompanying drawing 2 is final syncretizing effect, compares with infrared image with primary visible light, has both remained the detailed information of visible images, again highlighted for the interesting target in infrared image display, and has good visual effect.

Claims (2)

CN201510880750.7A2015-12-052015-12-05A kind of image interfusion method based on directiveness filteringActiveCN105528772B (en)

Priority Applications (1)

Application NumberPriority DateFiling DateTitle
CN201510880750.7ACN105528772B (en)2015-12-052015-12-05A kind of image interfusion method based on directiveness filtering

Applications Claiming Priority (1)

Application NumberPriority DateFiling DateTitle
CN201510880750.7ACN105528772B (en)2015-12-052015-12-05A kind of image interfusion method based on directiveness filtering

Publications (2)

Publication NumberPublication Date
CN105528772Atrue CN105528772A (en)2016-04-27
CN105528772B CN105528772B (en)2018-10-16

Family

ID=55770977

Family Applications (1)

Application NumberTitlePriority DateFiling Date
CN201510880750.7AActiveCN105528772B (en)2015-12-052015-12-05A kind of image interfusion method based on directiveness filtering

Country Status (1)

CountryLink
CN (1)CN105528772B (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN107424179A (en)*2017-04-182017-12-01微鲸科技有限公司A kind of image equalization method and device
CN109146904A (en)*2018-08-132019-01-04合肥英睿系统技术有限公司The method and apparatus of infrared image object profile is shown in visible images
CN109886904A (en)*2019-01-252019-06-14北京市遥感信息研究所 A method and system for fusion of SAR image and low-resolution multispectral image
CN115115503A (en)*2021-03-172022-09-27广州视源电子科技股份有限公司 Image presentation method, apparatus, processor and non-volatile storage medium

Citations (6)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN1822046A (en)*2006-03-302006-08-23上海电力学院 Infrared and visible light image fusion method based on regional feature fuzzy
CN101873440A (en)*2010-05-142010-10-27西安电子科技大学 Infrared and visible light video image fusion method based on Surfacelet transform
CN102789640A (en)*2012-07-162012-11-21中国科学院自动化研究所Method for fusing visible light full-color image and infrared remote sensing image
CN102982518A (en)*2012-11-062013-03-20扬州万方电子技术有限责任公司Fusion method of infrared image and visible light dynamic image and fusion device of infrared image and visible light dynamic image
US8447137B2 (en)*2011-04-122013-05-21Csi Ricerca & Ambiente SrlMethod of image fusion
WO2015157058A1 (en)*2014-04-072015-10-15Bae Systems Information & Electronic Systems Integration Inc.Contrast based image fusion

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN1822046A (en)*2006-03-302006-08-23上海电力学院 Infrared and visible light image fusion method based on regional feature fuzzy
CN101873440A (en)*2010-05-142010-10-27西安电子科技大学 Infrared and visible light video image fusion method based on Surfacelet transform
US8447137B2 (en)*2011-04-122013-05-21Csi Ricerca & Ambiente SrlMethod of image fusion
CN102789640A (en)*2012-07-162012-11-21中国科学院自动化研究所Method for fusing visible light full-color image and infrared remote sensing image
CN102982518A (en)*2012-11-062013-03-20扬州万方电子技术有限责任公司Fusion method of infrared image and visible light dynamic image and fusion device of infrared image and visible light dynamic image
WO2015157058A1 (en)*2014-04-072015-10-15Bae Systems Information & Electronic Systems Integration Inc.Contrast based image fusion

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
SHUTAO LI 等: "Image Fusion with Guided Filtering", 《IEEE TRANSACTIONS ON IMAGE PROCESSING》*

Cited By (4)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN107424179A (en)*2017-04-182017-12-01微鲸科技有限公司A kind of image equalization method and device
CN109146904A (en)*2018-08-132019-01-04合肥英睿系统技术有限公司The method and apparatus of infrared image object profile is shown in visible images
CN109886904A (en)*2019-01-252019-06-14北京市遥感信息研究所 A method and system for fusion of SAR image and low-resolution multispectral image
CN115115503A (en)*2021-03-172022-09-27广州视源电子科技股份有限公司 Image presentation method, apparatus, processor and non-volatile storage medium

Also Published As

Publication numberPublication date
CN105528772B (en)2018-10-16

Similar Documents

PublicationPublication DateTitle
CN108830796B (en) Hyperspectral image super-resolution reconstruction method based on spectral-space combination and gradient domain loss
Fang et al.A variational approach for pan-sharpening
CN107154023B (en)Based on the face super-resolution reconstruction method for generating confrontation network and sub-pix convolution
CN106408524B (en)Depth image enhancement method based on two-dimensional image assistance
CN102637297B (en)Visible light and infrared image fusion method based on Curvelet transformation
CN104036479B (en)Multi-focus image fusion method based on non-negative matrix factorization
CN103366353A (en)Infrared image and visible-light image fusion method based on saliency region segmentation
CN104835130A (en)Multi-exposure image fusion method
CN104537678B (en)A kind of method that cloud and mist is removed in the remote sensing images from single width
CN109919870A (en) A method for speckle suppression in SAR images based on BM3D
CN101661611A (en)Realization method based on bayesian non-local mean filter
CN102436640A (en) A Fog Image Clearing Method Based on Multi-scale Retinex Model in HIS Space
CN102073874A (en)Geometric constraint-attached spaceflight three-line-array charged coupled device (CCD) camera multi-image stereo matching method
CN107220957B (en) A Remote Sensing Image Fusion Method Using Rolling Steering Filtering
CN104008543A (en)Image fusion quality evaluation method
Xiao et al.Image Fusion
CN105069769A (en)Low-light and infrared night vision image fusion method
CN105528772A (en)Image fusion method based on guidance filtering
CN103295241A (en)Frequency domain significance target detection method based on Gabor wavelet
CN102036098A (en)Full-reference type image quality evaluation method based on visual information amount difference
CN106846253A (en)A kind of image super-resolution rebuilding method based on reverse transmittance nerve network
CN114612359A (en) Visible light and infrared image fusion method based on feature extraction
Zhu et al.Fast single image dehazing through edge-guided interpolated filter
Anil et al.A novel approach using active contour model for semi-automatic road extraction from high resolution satellite imagery
CN107169946A (en)Image interfusion method based on non-negative sparse matrix Yu hypersphere color transformation

Legal Events

DateCodeTitleDescription
C06Publication
PB01Publication
C10Entry into substantive examination
SE01Entry into force of request for substantive examination
GR01Patent grant
GR01Patent grant

[8]ページ先頭

©2009-2025 Movatter.jp