SlideShare a Scribd company logo
1 of 6
Download to read offline
Nayera Nahvi Int. Journal of Engineering Research and Applications www.ijera.com 
ISSN : 2248-9622, Vol. 4, Issue 9( Version 5), September 2014, pp.165-170 
www.ijera.com 165 | P a g e 
Medical Image Fusion Using Discrete Wavelet Transform Nayera Nahvi, Deep Mittal Department of Electronics & Communication, PTU, Jalandhar HOD, Department of Electronics & Communication, SVIET, Banur ABSTRACT Medical image fusion is the process of registering and combining multiple images from single or multiple imaging modalities to improve the imaging quality and reduce randomness and redundancy in order to increase the clinical applicability of medical images for diagnosis and assessment of medical problems. Multimodal medical image fusion algorithms and devices have shown notable achievements in improving clinical accuracy of decisions based on medical images. The domain where image fusion is readily used nowadays is in medical diagnostics to fuse medical images such as CT (Computed Tomography), MRI (Magnetic Resonance Imaging) and MRA. This paper aims to present a new algorithm to improve the quality of multimodality medical image fusion using Discrete Wavelet Transform (DWT) approach. Discrete Wavelet transform has been implemented using different fusion techniques including pixel averaging, maximum minimum and minimum maximum methods for medical image fusion. Performance of fusion is calculated on the basis of PSNR, MSE and the total processing time and the results demonstrate the effectiveness of fusion scheme based on wavelet transform. 
KEYWORDS: Image Fusion, Multimodal medical image fusion, fusion rules, PSNR, MSE. 
I. INTRODUCTION 
Image fusion refers to the techniques that integrate complementary information from multiple image sensor data such that the new images are more suitable for the purpose of human visual perception and the computer processing tasks. The fused image should have more complete information which is more useful for human or machine perception. The advantages of image fusion are improving reliability and capability [1-3]. The successful fusion of images acquired from different modalities or instruments is of great importance in many applications such as medical imaging, microscopic imaging, remote sensing computer vision and robotics. Image fusion techniques can improve the quality and increase the application of these data. As the use of various medical imaging systems is rapidly increasing so multi-modality imaging is playing an important role in medical imaging field. The combination of the medical images can often lead to additional clinical information not apparent in the separate images [4-7]. The functional and the anatomical information are combined in a single image. Most of the available equipment is not capable of providing such data convincingly. Image fusion techniques allow the integration of different information sources. The fused image can have complementary spatial and spectral resolution characteristics [8]. Many fusion techniques have been proposed in the literature. Use of the simplest image fusion technique like pixel averaging will not recover well fused image due to reduced contrast effect. Other methods based on intensity hue saturation (IHS), 
principal component analysis (PCA) etc. has also been developed [9]. In this paper a novel approach for fusion of different medical images of MRI and CT has been proposed using wavelet transform. The CT and MRI of the same people and same spatial parts have been used for analysis and different fusion rules have been implemented on them. A. Levels of Fusion Analogous to other forms of information fusion, image fusion is usually performed at one of the three different processing levels: signal, feature and decision [10]. 1) Signal level image fusion, also known as pixel- level image fusion, represents fusion at the lowest level, where a number of raw input image signals are combined to produce a single fused image signal. 2) Object level image fusion, also called feature level image fusion, fuses feature and object labels and property descriptor information that have already been fusion of probabilistic decision information obtained by local decision makers operating on the results of feature level processing on image data produced from individual sensors extracted from individual input images 3) The highest level, decision or symbol level image fusion represents fusion of probabilistic decision information obtained by the local decision makers operating on the results of feature level processing on image data produced from the individual sensors. 
RESEARCH ARTICLE OPEN ACCESS
Nayera Nahvi Int. Journal of Engineering Research and Applications www.ijera.com 
ISSN : 2248-9622, Vol. 4, Issue 9( Version 5), September 2014, pp.165-170 
www.ijera.com 166 | P a g e 
Figure 1 instances a system using image fusion at all 
three levels of processing. 
Figure 1: An information fusion system at all three 
processing 
II. MEDICAL IMAGE FUSION 
Multimodal medical image fusion algorithms 
and devices have shown notable achievements in 
improving clinical accuracy of decisions based on 
medical images. The selection of the imaging 
modality for a targeted clinical study requires 
medical insights specific to organs under study. It is 
practically impossible to capture all the details from 
one imaging modality that would ensure clinical 
accuracy and robustness of the analysis and resulting 
diagnosis. Figure 2 shows the three major focused 
areas of studies in medical image fusion: (a) 
Identification, improvement and development of 
imaging modalities useful for medical image fusion 
(b) Development of different techniques for medical 
image fusion (c) Application of medical image fusion 
for studying human organs of interest in assessments 
of medical conditions. 
Figure 2: Nature of modalities, methods and organs used in 
medical image fusion 
III. METHODS FOR IMAGE 
FUSION 
Various methods are available for image fusion 
applications but image fusion techniques are 
basically classified into two broad categories i.e. 
spatial domain fusion method and transform domain 
fusion method. These are explained below: 
i. Spatial Domain Fusion Techniques 
In spatial domain techniques, we directly deal 
with the image pixels. The pixel values are 
manipulated to achieve desired result. These 
techniques are based on gray level mappings, where 
the type of mapping used depends on the criterion 
chosen for enhancement. The disadvantage of spatial 
domain approaches is that they produce spatial 
distortion in the fused image. 
ii. Transform domain based fusion technique 
Transformation or frequency domain techniques 
are based on the manipulation of the orthogonal 
transform of the image rather than the image itself. 
Transformation domain techniques are suited for 
processing the image according to the frequency 
content. 
III. IMAGE FUSION BASED ON 
WAVELET TRANSFORM 
The original concept and theory of wavelet-based 
multiresolution analysis came from Mallat. The 
wavelet transform is a mathematical tool that can 
detect local features in a signal process. It also can be 
used to decompose two dimensional (2D) signals 
such as 2D gray-scale image signals into different 
resolution levels for multiresolution analysis. 
Wavelet transform has been greatly used in many 
areas, such as texture analysis, data compression, 
feature detection, and image fusion. In this section, 
we briefly review and analyze the wavelet-based 
image fusion technique. 
A. Wavelet Transform 
Wavelet analysis represents the next logical step: 
a windowing technique with variable-sized regions. 
Wavelet analysis allows the use of long time intervals 
where we want more precise low-frequency 
information, and shorter regions where we want high-frequency 
information. 
Figure 3: Wavelet Transform on a signal
Nayera Nahvi Int. Journal of Engineering Research and Applications www.ijera.com 
ISSN : 2248-9622, Vol. 4, Issue 9( Version 5), September 2014, pp.165-170 
www.ijera.com 167 | P a g e 
In one dimension (1D) the basic idea of the DWT is to represent the signal as a superposition of wave lets. Suppose that a discrete signal is represented by f (t); the wavelet decomposition is then defined as ํ‘“(ํ‘ก) = ํ‘ํ‘š,ํ‘› ํ‘š,ํ‘›ํœ“ํ‘š,ํ‘› (ํ‘ก) (1) where ํœ“ํ‘š,ํ‘› (ํ‘ก) = 2โˆ’ํ‘š/2 ํœ“[ 2โˆ’ํ‘š ํ‘ก โˆ’ ํ‘› ] and m and n are integers. B. Wavelet Transform for Image Fusion The schematic diagram for wavelet based fusion techniques is shown in figure 3: 
Figure 4: Image Fusion using discrete wavelet transform [11] In all wavelet based image fusion techniques the wavelet transforms W of the two registered input images I1(x,y) and I2(x,y) are computed and these transforms are combined using some kind of fusion rule ร˜. This is given by equation (2) below: ํผ(ํ‘ฅ,ํ‘ฆ)=ํ‘Šโˆ’1 (ร˜ ํ‘Š ํผ1 ํ‘ฅ,ํ‘ฆ ,ํ‘Š ํผ2 ํ‘ฅ,ํ‘ฆ (2) where W-1 is the inverse discrete wavelet transform (IDWT). In general, the basic idea of image fusion based on wavelet transform is to perform a multiresolution decomposition on each source image; the coefficients of both the low-frequency band and high-frequency bands are then performed with a certain fusion rule. After that, the fused image is obtained by performing the inverse DWT (IDWT) for the corresponding combined wavelet coefficients. C. ALGORITHM Following algorithm has been developed and implemented in MATLAB software. STEPS: 
i. Read the image I1 and find its size. 
ii. Read the second image I2 and find its size. 
iii. Compute and match the size if not same, make it same. 
iv. Convert both images from grayscale to indexed image to perform various wavelet functions. If the color map is smooth, the 
wavelet transform can be directly applied to the indexed image; otherwise the indexed image should be converted to grayscale format. 
v. Perform multilevel wavelet decomposition using any wavelet (haar, db2, bior1.5). 
vi. Generate the coefficient matrices of the level-three approximation and horizontal, vertical and diagonal details. 
vii. Construct and display approximations and details from the coefficients. 
viii. Regenerate an image by multilevel inverse wavelet transform. 
ix. Repeat the same with second image. 
x. Now fuse the wavelet coefficients using either of averaging, maximum or minimum technique. 
xi. Generate a final matrix of fused wavelet coefficients. 
xii. Compute the inverse wavelet transform to get the fused image. 
xiii. Finally compute the PSNR and MSE and display the results. 
xiv. Also, compute and compare the processing time by each technique. 
D. Block Diagram for Image Fusion The block diagram for image fusion is shown in figure 5. 
Figure 5: Block diagram for image fusion 
Input two Images 
Wavelet Decomposition of both images 
Specify different levels of decomposition 
Perform DWT 
Specify method of wavelet fusion 
Fuse Wavelet coefficients 
Perform Inverse Discrete Wavelet Transform
Nayera Nahvi Int. Journal of Engineering Research and Applications www.ijera.com 
ISSN : 2248-9622, Vol. 4, Issue 9( Version 5), September 2014, pp.165-170 
www.ijera.com 168 | P a g e 
The two input images are first read and converted to indexed images. After that the wavelet decomposition is done to find the approximate, horizontal, vertical and diagonal details. The decomposition level and the type of wavelet used are specified. DWT is then performed on the input images. The coefficients found are then fused used a specific fusion rule and then the images are restored back using inverse discrete wavelet transform. E. Fusion Techniques The different fusion techniques used are mentioned below: i) Averaging Technique This algorithm is a simple way of obtaining an output image with all regions in focus. The value of the pixel P ( i, j) of each image is taken and added. This sum is then divided by 2 to obtain the average. The average value is assigned to the corresponding pixel of the output image which is given in equation (2). This is repeated for all pixel values. The fused image K( i, j ) is given as ํพ (ํ‘–,ํ‘—) = {ํ‘‹ (ํ‘–,ํ‘—) + ํ‘Œ (ํ‘–,ํ‘—)}/2 (3) where X ( i , j) and Y ( i , j) are two input images and K ( i , j) is the fused image. ii) Maximum Selection Scheme This scheme just picks coefficient in each subband with largest magnitude. A selection process is performed here wherein, for every corresponding pixel in the input images, the pixel with maximum intensity is selected, and is put in as the resultant pixel of the fused image K ( i , j ). ํพ(ํ‘–,ํ‘—) = ํ‘€ํ‘Žํ‘ฅ[ํ‘ค(ํผ1(ํ‘ฅ,ํ‘ฆ)),ํ‘ค(ํผ2(ํ‘ฅ,ํ‘ฆ))] (4) where I1(x,y) and I2(x,y) are the input images. iii) Minimum Selection Scheme This scheme just picks coefficient in each subband with smallest magnitude. A selection process is performed here wherein, for every corresponding pixel in the input images, the pixel with minimum intensity is selected and is put in as the resultant pixel of the fused image K( i , j ). ํพ(ํ‘–,ํ‘—) = ํ‘€ํ‘–ํ‘›[ํ‘ค(ํผ1(ํ‘ฅ,ํ‘ฆ)),ํ‘ค(ํผ2(ํ‘ฅ,ํ‘ฆ))] (5) where I1(x,y) and I2(x,y) are the input images. 
IV. RESULTS 
We have considered three different types of wavelets namely Haar, Daubechies (db2) and Bior (Bior1.5) for fusing the CT and MRI images. Also different fusion rules including pixel averaging, maximum minimum and minimum maximum rules were implemented. Since Haar wavelet along with maximum rule produced better results in terms of PSNR and MSE so they were used for further analysis. A. Qualitative Analysis In qualitative analysis image quality indices try to figure out some or the combination of the various factors that determine the quality of the image which include sharpness, contrast, distortion etc. The figures below show the original CT images ( 6(a), 7(a), 8(a)), MRI images (6(b), 7(b), 8(b)) and the fused images ( 6(c), 7(c), 8(c)) using maximum minimum fusion rule, ( 6(d), 7(d), 8(d)) using pixel averaging rule and ( 6(e), 7(e), 8(e)) using minimum maximum rule respectively. (a) (b) (c) 
(d) (e) Figure 6: (a) CT image (b) MRI image (c, d and e) fused images using max-min, min- max and pixel averaging rules respectively (a) (b) (c) (d) (e) Figure 7:(a) CT image (b) MRI image (c, d, and e) fused images using max- min, min max and pixel averaging rules respectively
Nayera Nahvi Int. Journal of Engineering Research and Applications www.ijera.com 
ISSN : 2248-9622, Vol. 4, Issue 9( Version 5), September 2014, pp.165-170 
www.ijera.com 169 | P a g e 
(a) (b) (c) 
(d) (e) Figure 8: (a) CT image (b) MRI image (c d, e) fused images using max- min, min-max and pixel averaging rules respectively The above images can be interpreted in the way that the images that are fused using the maximum rule have better contrast because the image is not blurred which effects the contrast of image. Also this method gives the clearer images as there is no variation in the focus of the images having different gray scale intensities. B. Quantitative Analysis For evaluating the results various performance metrics were used like PSNR and MSE. The quality of a test image is evaluated by comparing it with a reference image that is assumed to have perfect quality. i) Peak Signal to Noise Ratio( PSNR) PSNR is the ratio between the maximum possible power of a signal and the power of corrupting noise that affects the fidelity of its representation. The PSNR measure is given by: ํ‘ƒํ‘†ํ‘ํ‘… = 10 ํ‘™ํ‘œํ‘”10 (ํ‘…2/ ํ‘€ํ‘†ํธ) (6) R is the maximum fluctuation in input image data type. ii) Mean Squared Error (MSE) The mathematical equation of MSE is given by the equation below ํ‘€ํ‘†ํธ = ํ‘šํ‘– =1 ํ‘›ํ‘— =1 [ ํผ1(ํ‘–,ํ‘—) โˆ’ํผ2(ํ‘–,ํ‘—) ]2 ํ‘š โˆ—ํ‘› (7) where, I1 is the perfect image, I2 is the fused image to be assessed, i is pixel row index, j is pixel column index; m and n give the dimensions of the image. The PSNR and MSE of the three set of images are tabulated in Table 1. Table I: Results of PSNR and MSE for the fused image (figure 6 (c), 7(c) and 8(c)) using maximum fusion rule. 
Image Set 
Technique Applied 
PSNR 
MSE 
Elapsed Time 
Image Set 1 
Pixel averaging 
35.9714 
16.442 
4.3057 
Max-min 
46.9357 
1.3165 
5.7508 
Min- max 
35.3818 
18.832 
5.5071 
Image Set 2 
Pixel averaging 
37.5378 
11.463 
2.836 
Max-min 
44.3493 
2.3886 
3.6577 
Min- max 
38.4631 
9.2635 
3.6293 
Image Set 3 
Pixel averaging 
36.8417 
13.456 
4.3341 
Max- min 
46.2188 
1.5531 
5.6608 
Min-max 
35.6617 
17.657 
5.6899 
Quantitatively the images can be interpreted in the way that the maximum minimum rule for fusion gives the higher values of PSNR and lower values of MSE which implies the improvement in the quality of the fused image, less error and it contains more information. Thus, it is clear that the maximum rule performs better than the other two methods of pixel averaging and maximum minimum rule. 
Figure 9: Comparison of different fusion rules for fused images in image set 1, 2 and 3 based on PSNR The above figure shows the comparison of pixel averaging, maximum minimum and minimum maximum rules in terms of PSNR. It is very clear from the plot that there is increase in PSNR value of image with the use of proposed method over other methods. This increase represents improvement in the objective quality of the image. 
0 
5 
10 
15 
20 
25 
30 
35 
40 
45 
50 
Image set 1 
Image set 2 
Image set 3 
PSNR 
Pixel averaging 
Maximum minumum 
Minimum maximum
Nayera Nahvi Int. Journal of Engineering Research and Applications www.ijera.com 
ISSN : 2248-9622, Vol. 4, Issue 9( Version 5), September 2014, pp.165-170 
www.ijera.com 170 | P a g e 
Figure 10: Comparison of different fusion rules for fused images in image set 1, 2 and 3 based on MSE The above figure shows the comparison of pixel averaging, maximum minimum and minimum maximum rules in terms of MSE. It is very clear from the plot that there is decrease in MSE value of image with the use of the proposed method giving better image quality. 
IV. CONCLUSION 
The experimental results show that the wavelet transform is a powerful method for image fusion. This method gives encouraging results in terms of PSNR and MSE. Also from the results it was observed that the maximum minimum fusion rule along with Haar wavelet gives better results and the values of PSNR increase and MSE decrease as the decomposition level increases. REFERENCES [1] H. H. Wang, โ€œA new multiwavelet-based approach to image fusionโ€,Journal of Mathematical Imaging and Vision, vol.21, pp.177-192,Sep 2004. [2] V. Petrovic and C. Xydeas, โ€œEvaluation of image fusion performance with visible differencesโ€, Lecture Notes in Computer Science, vol.3023, 2004. [3] G. Pajares, J. M. l de la Cruz, โ€œA wavelet- based image fusion tutorialโ€,Pattern Recognition, vol.37, pp.1855โ€“ 1872, 2004. [4] C.Y.Wen, J.K.Chen, โ€œMulti-resolution image fusion technique and its application to forensic scienceโ€, Forensic Science International, vol 140, pp-217-232, 2004. 
[5] H.C.Xie, G.Li.H.Ning, C. Menard, C.N. Coleman, and R. W.Miller. โ€œ3D voxel fusion of multi- modality medical images in a clinical treatment planning systemโ€, Proceedings of the 17th IEEE Symposium on Computer-Based medical Syste (CBMSโ€™04) Jun.2004-Jun,2004,IEEE Computer Society, 2004. [6] J. G. Liu ,โ€œ Evaluation of landsat 7ETM + panchromatic band for image fusion with multispectral bandsโ€, Natural Resources Research 9, vol 4, 2000, pp. 269-276. [7] S.G,Morabito, โ€œF.C.NDT image fusion using eddy current and ultrasonic dataโ€ COMPEL:Int J for Computation and Maths. In Electrical and Electronic Eng. 20, vol.3, 2001, pp -857-868 [8] Fast Quantitative Correlation Analysis and Information Deviation Analysis for Evaluating the Performances of Image Fusion Techniques, Qiang Wang, Yi Shen, Member, IEEE, Ye Zhang, and Jian Qiu Zhang, Senior Member, IEEE, IEEE Transactions On Instrumentation And Measurement, Vol. 53, No. 5, October 2004. [9] Yong Yang , Dong Sun Park, Shuying Huang Zhijun Fang, Zhengyou Wang, โ€œWavelet based Approach for Fusing Computed Tomography and Magnetic Resonance Imagesโ€, Control and Decision Conference (CCDCโ€™09), Guilin, China, 17- 19 June, 2009, pp 5770-5774. [10] R. Redondo, F. Sroubek, S. Fischer, and G. Cristobal, โ€œMultifocus image fusion using the log-Gabor transform and a MultisizeWindows technique,โ€ Information Fusion, vol. 10, no.2, pp. 163โ€“171, 2009. [11] Yong Yang, Dong Sun Park, Shuying Huang, and Nini Rao, โ€œMedical Image Fusion via an Effective Wavelet- Based Approachโ€, EURASIP Journal on Advances in Signal Processing, Volume 2010 (2010), pp 1-13. 
0 
2 
4 
6 
8 
10 
12 
14 
16 
18 
20 
Image set 1 
Image set 2 
Image set 3 
MSE 
Pixel averaging 
Maximum minumum 
Minimum maximum

More Related Content

What's hot

Embedding Patient Information In Medical Images Using LBP and LTP
Embedding Patient Information In Medical Images Using LBP and LTPEmbedding Patient Information In Medical Images Using LBP and LTP
Embedding Patient Information In Medical Images Using LBP and LTPcsijjournal
ย 
IRJET- MRI Image Processing Operations for Brain Tumor Detection
IRJET- MRI Image Processing Operations for Brain Tumor DetectionIRJET- MRI Image Processing Operations for Brain Tumor Detection
IRJET- MRI Image Processing Operations for Brain Tumor DetectionIRJET Journal
ย 
COLOUR BASED IMAGE SEGMENTATION USING HYBRID KMEANS WITH WATERSHED SEGMENTATION
COLOUR BASED IMAGE SEGMENTATION USING HYBRID KMEANS WITH WATERSHED SEGMENTATIONCOLOUR BASED IMAGE SEGMENTATION USING HYBRID KMEANS WITH WATERSHED SEGMENTATION
COLOUR BASED IMAGE SEGMENTATION USING HYBRID KMEANS WITH WATERSHED SEGMENTATIONIAEME Publication
ย 
Inflammatory Conditions Mimicking Tumours In Calabar: A 30 Year Study (1978-2...
Inflammatory Conditions Mimicking Tumours In Calabar: A 30 Year Study (1978-2...Inflammatory Conditions Mimicking Tumours In Calabar: A 30 Year Study (1978-2...
Inflammatory Conditions Mimicking Tumours In Calabar: A 30 Year Study (1978-2...IOSR Journals
ย 
Brain tumor detection using image segmentation ppt
Brain tumor detection using image segmentation pptBrain tumor detection using image segmentation ppt
Brain tumor detection using image segmentation pptRoshini Vijayakumar
ย 
Bio medical image processing
Bio medical image processingBio medical image processing
Bio medical image processingMd Nazmul Hossain Mir
ย 
D232430
D232430D232430
D232430irjes
ย 
Gr3511821184
Gr3511821184Gr3511821184
Gr3511821184IJERA Editor
ย 
Instant fracture detection using ir-rays
Instant fracture detection using ir-raysInstant fracture detection using ir-rays
Instant fracture detection using ir-raysijceronline
ย 
PERFORMANCE ANALYSIS OF TEXTURE IMAGE RETRIEVAL FOR CURVELET, CONTOURLET TRAN...
PERFORMANCE ANALYSIS OF TEXTURE IMAGE RETRIEVAL FOR CURVELET, CONTOURLET TRAN...PERFORMANCE ANALYSIS OF TEXTURE IMAGE RETRIEVAL FOR CURVELET, CONTOURLET TRAN...
PERFORMANCE ANALYSIS OF TEXTURE IMAGE RETRIEVAL FOR CURVELET, CONTOURLET TRAN...ijfcstjournal
ย 
Image Fusion and Image Quality Assessment of Fused Images
Image Fusion and Image Quality Assessment of Fused ImagesImage Fusion and Image Quality Assessment of Fused Images
Image Fusion and Image Quality Assessment of Fused ImagesCSCJournals
ย 
A Flexible Scheme for Transmission Line Fault Identification Using Image Proc...
A Flexible Scheme for Transmission Line Fault Identification Using Image Proc...A Flexible Scheme for Transmission Line Fault Identification Using Image Proc...
A Flexible Scheme for Transmission Line Fault Identification Using Image Proc...IJEEE
ย 
An Efficient Brain Tumor Detection Algorithm based on Segmentation for MRI Sy...
An Efficient Brain Tumor Detection Algorithm based on Segmentation for MRI Sy...An Efficient Brain Tumor Detection Algorithm based on Segmentation for MRI Sy...
An Efficient Brain Tumor Detection Algorithm based on Segmentation for MRI Sy...ijtsrd
ย 

What's hot (16)

Embedding Patient Information In Medical Images Using LBP and LTP
Embedding Patient Information In Medical Images Using LBP and LTPEmbedding Patient Information In Medical Images Using LBP and LTP
Embedding Patient Information In Medical Images Using LBP and LTP
ย 
IRJET- MRI Image Processing Operations for Brain Tumor Detection
IRJET- MRI Image Processing Operations for Brain Tumor DetectionIRJET- MRI Image Processing Operations for Brain Tumor Detection
IRJET- MRI Image Processing Operations for Brain Tumor Detection
ย 
COLOUR BASED IMAGE SEGMENTATION USING HYBRID KMEANS WITH WATERSHED SEGMENTATION
COLOUR BASED IMAGE SEGMENTATION USING HYBRID KMEANS WITH WATERSHED SEGMENTATIONCOLOUR BASED IMAGE SEGMENTATION USING HYBRID KMEANS WITH WATERSHED SEGMENTATION
COLOUR BASED IMAGE SEGMENTATION USING HYBRID KMEANS WITH WATERSHED SEGMENTATION
ย 
Inflammatory Conditions Mimicking Tumours In Calabar: A 30 Year Study (1978-2...
Inflammatory Conditions Mimicking Tumours In Calabar: A 30 Year Study (1978-2...Inflammatory Conditions Mimicking Tumours In Calabar: A 30 Year Study (1978-2...
Inflammatory Conditions Mimicking Tumours In Calabar: A 30 Year Study (1978-2...
ย 
Brain tumor detection using image segmentation ppt
Brain tumor detection using image segmentation pptBrain tumor detection using image segmentation ppt
Brain tumor detection using image segmentation ppt
ย 
Bio medical image processing
Bio medical image processingBio medical image processing
Bio medical image processing
ย 
15ICRASE130513 (1)
15ICRASE130513 (1)15ICRASE130513 (1)
15ICRASE130513 (1)
ย 
D232430
D232430D232430
D232430
ย 
Gr3511821184
Gr3511821184Gr3511821184
Gr3511821184
ย 
K011138084
K011138084K011138084
K011138084
ย 
G011134454
G011134454G011134454
G011134454
ย 
Instant fracture detection using ir-rays
Instant fracture detection using ir-raysInstant fracture detection using ir-rays
Instant fracture detection using ir-rays
ย 
PERFORMANCE ANALYSIS OF TEXTURE IMAGE RETRIEVAL FOR CURVELET, CONTOURLET TRAN...
PERFORMANCE ANALYSIS OF TEXTURE IMAGE RETRIEVAL FOR CURVELET, CONTOURLET TRAN...PERFORMANCE ANALYSIS OF TEXTURE IMAGE RETRIEVAL FOR CURVELET, CONTOURLET TRAN...
PERFORMANCE ANALYSIS OF TEXTURE IMAGE RETRIEVAL FOR CURVELET, CONTOURLET TRAN...
ย 
Image Fusion and Image Quality Assessment of Fused Images
Image Fusion and Image Quality Assessment of Fused ImagesImage Fusion and Image Quality Assessment of Fused Images
Image Fusion and Image Quality Assessment of Fused Images
ย 
A Flexible Scheme for Transmission Line Fault Identification Using Image Proc...
A Flexible Scheme for Transmission Line Fault Identification Using Image Proc...A Flexible Scheme for Transmission Line Fault Identification Using Image Proc...
A Flexible Scheme for Transmission Line Fault Identification Using Image Proc...
ย 
An Efficient Brain Tumor Detection Algorithm based on Segmentation for MRI Sy...
An Efficient Brain Tumor Detection Algorithm based on Segmentation for MRI Sy...An Efficient Brain Tumor Detection Algorithm based on Segmentation for MRI Sy...
An Efficient Brain Tumor Detection Algorithm based on Segmentation for MRI Sy...
ย 

Similar to Medical Image Fusion DWT

P045058186
P045058186P045058186
P045058186IJERA Editor
ย 
www.ijerd.com
www.ijerd.comwww.ijerd.com
www.ijerd.comIJERD Editor
ย 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentIJERD Editor
ย 
RADAR Image Fusion Using Wavelet Transform
RADAR Image Fusion Using Wavelet TransformRADAR Image Fusion Using Wavelet Transform
RADAR Image Fusion Using Wavelet TransformINFOGAIN PUBLICATION
ย 
High Speed Data Exchange Algorithm in Telemedicine with Wavelet based on 4D M...
High Speed Data Exchange Algorithm in Telemedicine with Wavelet based on 4D M...High Speed Data Exchange Algorithm in Telemedicine with Wavelet based on 4D M...
High Speed Data Exchange Algorithm in Telemedicine with Wavelet based on 4D M...Dr. Amarjeet Singh
ย 
Fusion for medical image based on discrete wavelet transform coefficient
Fusion for medical image based on discrete wavelet transform  coefficientFusion for medical image based on discrete wavelet transform  coefficient
Fusion for medical image based on discrete wavelet transform coefficientnooriasukmaningtyas
ย 
ANALYSIS OF BIOMEDICAL IMAGE USING WAVELET TRANSFORM
ANALYSIS OF BIOMEDICAL IMAGE USING WAVELET TRANSFORMANALYSIS OF BIOMEDICAL IMAGE USING WAVELET TRANSFORM
ANALYSIS OF BIOMEDICAL IMAGE USING WAVELET TRANSFORMijiert bestjournal
ย 
Dd25624627
Dd25624627Dd25624627
Dd25624627IJERA Editor
ย 
Comparative analysis of multimodal medical image fusion using pca and wavelet...
Comparative analysis of multimodal medical image fusion using pca and wavelet...Comparative analysis of multimodal medical image fusion using pca and wavelet...
Comparative analysis of multimodal medical image fusion using pca and wavelet...IJLT EMAS
ย 
Ch4201557563
Ch4201557563Ch4201557563
Ch4201557563IJERA Editor
ย 
ANALYSIS OF WATERMARKING TECHNIQUES FOR MEDICAL IMAGES PRESERVING ROI
ANALYSIS OF WATERMARKING TECHNIQUES FOR MEDICAL IMAGES PRESERVING ROI ANALYSIS OF WATERMARKING TECHNIQUES FOR MEDICAL IMAGES PRESERVING ROI
ANALYSIS OF WATERMARKING TECHNIQUES FOR MEDICAL IMAGES PRESERVING ROI cscpconf
ย 
Paper id 21201419
Paper id 21201419Paper id 21201419
Paper id 21201419IJRAT
ย 
Dh33653657
Dh33653657Dh33653657
Dh33653657IJERA Editor
ย 
Compressed Medical Image Transfer in Frequency Domain
Compressed Medical Image Transfer in Frequency DomainCompressed Medical Image Transfer in Frequency Domain
Compressed Medical Image Transfer in Frequency DomainCSCJournals
ย 
IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...
IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...
IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...IRJET Journal
ย 
Image Segmentation Based Survey on the Lung Cancer MRI Images
Image Segmentation Based Survey on the Lung Cancer MRI ImagesImage Segmentation Based Survey on the Lung Cancer MRI Images
Image Segmentation Based Survey on the Lung Cancer MRI ImagesIIRindia
ย 
Gadljicsct955398
Gadljicsct955398Gadljicsct955398
Gadljicsct955398editorgadl
ย 
Preprocessing Techniques for Image Mining on Biopsy Images
Preprocessing Techniques for Image Mining on Biopsy ImagesPreprocessing Techniques for Image Mining on Biopsy Images
Preprocessing Techniques for Image Mining on Biopsy ImagesIJERA Editor
ย 
Biomedical image processing ppt
Biomedical image processing pptBiomedical image processing ppt
Biomedical image processing pptPriyanka Goswami
ย 

Similar to Medical Image Fusion DWT (20)

P045058186
P045058186P045058186
P045058186
ย 
www.ijerd.com
www.ijerd.comwww.ijerd.com
www.ijerd.com
ย 
E1083237
E1083237E1083237
E1083237
ย 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
ย 
RADAR Image Fusion Using Wavelet Transform
RADAR Image Fusion Using Wavelet TransformRADAR Image Fusion Using Wavelet Transform
RADAR Image Fusion Using Wavelet Transform
ย 
High Speed Data Exchange Algorithm in Telemedicine with Wavelet based on 4D M...
High Speed Data Exchange Algorithm in Telemedicine with Wavelet based on 4D M...High Speed Data Exchange Algorithm in Telemedicine with Wavelet based on 4D M...
High Speed Data Exchange Algorithm in Telemedicine with Wavelet based on 4D M...
ย 
Fusion for medical image based on discrete wavelet transform coefficient
Fusion for medical image based on discrete wavelet transform  coefficientFusion for medical image based on discrete wavelet transform  coefficient
Fusion for medical image based on discrete wavelet transform coefficient
ย 
ANALYSIS OF BIOMEDICAL IMAGE USING WAVELET TRANSFORM
ANALYSIS OF BIOMEDICAL IMAGE USING WAVELET TRANSFORMANALYSIS OF BIOMEDICAL IMAGE USING WAVELET TRANSFORM
ANALYSIS OF BIOMEDICAL IMAGE USING WAVELET TRANSFORM
ย 
Dd25624627
Dd25624627Dd25624627
Dd25624627
ย 
Comparative analysis of multimodal medical image fusion using pca and wavelet...
Comparative analysis of multimodal medical image fusion using pca and wavelet...Comparative analysis of multimodal medical image fusion using pca and wavelet...
Comparative analysis of multimodal medical image fusion using pca and wavelet...
ย 
Ch4201557563
Ch4201557563Ch4201557563
Ch4201557563
ย 
ANALYSIS OF WATERMARKING TECHNIQUES FOR MEDICAL IMAGES PRESERVING ROI
ANALYSIS OF WATERMARKING TECHNIQUES FOR MEDICAL IMAGES PRESERVING ROI ANALYSIS OF WATERMARKING TECHNIQUES FOR MEDICAL IMAGES PRESERVING ROI
ANALYSIS OF WATERMARKING TECHNIQUES FOR MEDICAL IMAGES PRESERVING ROI
ย 
Paper id 21201419
Paper id 21201419Paper id 21201419
Paper id 21201419
ย 
Dh33653657
Dh33653657Dh33653657
Dh33653657
ย 
Compressed Medical Image Transfer in Frequency Domain
Compressed Medical Image Transfer in Frequency DomainCompressed Medical Image Transfer in Frequency Domain
Compressed Medical Image Transfer in Frequency Domain
ย 
IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...
IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...
IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...
ย 
Image Segmentation Based Survey on the Lung Cancer MRI Images
Image Segmentation Based Survey on the Lung Cancer MRI ImagesImage Segmentation Based Survey on the Lung Cancer MRI Images
Image Segmentation Based Survey on the Lung Cancer MRI Images
ย 
Gadljicsct955398
Gadljicsct955398Gadljicsct955398
Gadljicsct955398
ย 
Preprocessing Techniques for Image Mining on Biopsy Images
Preprocessing Techniques for Image Mining on Biopsy ImagesPreprocessing Techniques for Image Mining on Biopsy Images
Preprocessing Techniques for Image Mining on Biopsy Images
ย 
Biomedical image processing ppt
Biomedical image processing pptBiomedical image processing ppt
Biomedical image processing ppt
ย 

Recently uploaded

Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
ย 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2RajaP95
ย 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxvipinkmenon1
ย 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
ย 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
ย 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
ย 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
ย 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxk795866
ย 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
ย 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
ย 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
ย 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
ย 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
ย 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
ย 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .Satyam Kumar
ย 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
ย 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxKartikeyaDwivedi3
ย 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and usesDevarapalliHaritha
ย 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...asadnawaz62
ย 

Recently uploaded (20)

Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
ย 
young call girls in Rajiv Chowk๐Ÿ” 9953056974 ๐Ÿ” Delhi escort Service
young call girls in Rajiv Chowk๐Ÿ” 9953056974 ๐Ÿ” Delhi escort Serviceyoung call girls in Rajiv Chowk๐Ÿ” 9953056974 ๐Ÿ” Delhi escort Service
young call girls in Rajiv Chowk๐Ÿ” 9953056974 ๐Ÿ” Delhi escort Service
ย 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
ย 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptx
ย 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
ย 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
ย 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
ย 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
ย 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptx
ย 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
ย 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
ย 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
ย 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
ย 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
ย 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
ย 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .
ย 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
ย 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptx
ย 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and uses
ย 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...
ย 

Medical Image Fusion DWT

  • 1. Nayera Nahvi Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 9( Version 5), September 2014, pp.165-170 www.ijera.com 165 | P a g e Medical Image Fusion Using Discrete Wavelet Transform Nayera Nahvi, Deep Mittal Department of Electronics & Communication, PTU, Jalandhar HOD, Department of Electronics & Communication, SVIET, Banur ABSTRACT Medical image fusion is the process of registering and combining multiple images from single or multiple imaging modalities to improve the imaging quality and reduce randomness and redundancy in order to increase the clinical applicability of medical images for diagnosis and assessment of medical problems. Multimodal medical image fusion algorithms and devices have shown notable achievements in improving clinical accuracy of decisions based on medical images. The domain where image fusion is readily used nowadays is in medical diagnostics to fuse medical images such as CT (Computed Tomography), MRI (Magnetic Resonance Imaging) and MRA. This paper aims to present a new algorithm to improve the quality of multimodality medical image fusion using Discrete Wavelet Transform (DWT) approach. Discrete Wavelet transform has been implemented using different fusion techniques including pixel averaging, maximum minimum and minimum maximum methods for medical image fusion. Performance of fusion is calculated on the basis of PSNR, MSE and the total processing time and the results demonstrate the effectiveness of fusion scheme based on wavelet transform. KEYWORDS: Image Fusion, Multimodal medical image fusion, fusion rules, PSNR, MSE. I. INTRODUCTION Image fusion refers to the techniques that integrate complementary information from multiple image sensor data such that the new images are more suitable for the purpose of human visual perception and the computer processing tasks. The fused image should have more complete information which is more useful for human or machine perception. The advantages of image fusion are improving reliability and capability [1-3]. The successful fusion of images acquired from different modalities or instruments is of great importance in many applications such as medical imaging, microscopic imaging, remote sensing computer vision and robotics. Image fusion techniques can improve the quality and increase the application of these data. As the use of various medical imaging systems is rapidly increasing so multi-modality imaging is playing an important role in medical imaging field. The combination of the medical images can often lead to additional clinical information not apparent in the separate images [4-7]. The functional and the anatomical information are combined in a single image. Most of the available equipment is not capable of providing such data convincingly. Image fusion techniques allow the integration of different information sources. The fused image can have complementary spatial and spectral resolution characteristics [8]. Many fusion techniques have been proposed in the literature. Use of the simplest image fusion technique like pixel averaging will not recover well fused image due to reduced contrast effect. Other methods based on intensity hue saturation (IHS), principal component analysis (PCA) etc. has also been developed [9]. In this paper a novel approach for fusion of different medical images of MRI and CT has been proposed using wavelet transform. The CT and MRI of the same people and same spatial parts have been used for analysis and different fusion rules have been implemented on them. A. Levels of Fusion Analogous to other forms of information fusion, image fusion is usually performed at one of the three different processing levels: signal, feature and decision [10]. 1) Signal level image fusion, also known as pixel- level image fusion, represents fusion at the lowest level, where a number of raw input image signals are combined to produce a single fused image signal. 2) Object level image fusion, also called feature level image fusion, fuses feature and object labels and property descriptor information that have already been fusion of probabilistic decision information obtained by local decision makers operating on the results of feature level processing on image data produced from individual sensors extracted from individual input images 3) The highest level, decision or symbol level image fusion represents fusion of probabilistic decision information obtained by the local decision makers operating on the results of feature level processing on image data produced from the individual sensors. RESEARCH ARTICLE OPEN ACCESS
  • 2. Nayera Nahvi Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 9( Version 5), September 2014, pp.165-170 www.ijera.com 166 | P a g e Figure 1 instances a system using image fusion at all three levels of processing. Figure 1: An information fusion system at all three processing II. MEDICAL IMAGE FUSION Multimodal medical image fusion algorithms and devices have shown notable achievements in improving clinical accuracy of decisions based on medical images. The selection of the imaging modality for a targeted clinical study requires medical insights specific to organs under study. It is practically impossible to capture all the details from one imaging modality that would ensure clinical accuracy and robustness of the analysis and resulting diagnosis. Figure 2 shows the three major focused areas of studies in medical image fusion: (a) Identification, improvement and development of imaging modalities useful for medical image fusion (b) Development of different techniques for medical image fusion (c) Application of medical image fusion for studying human organs of interest in assessments of medical conditions. Figure 2: Nature of modalities, methods and organs used in medical image fusion III. METHODS FOR IMAGE FUSION Various methods are available for image fusion applications but image fusion techniques are basically classified into two broad categories i.e. spatial domain fusion method and transform domain fusion method. These are explained below: i. Spatial Domain Fusion Techniques In spatial domain techniques, we directly deal with the image pixels. The pixel values are manipulated to achieve desired result. These techniques are based on gray level mappings, where the type of mapping used depends on the criterion chosen for enhancement. The disadvantage of spatial domain approaches is that they produce spatial distortion in the fused image. ii. Transform domain based fusion technique Transformation or frequency domain techniques are based on the manipulation of the orthogonal transform of the image rather than the image itself. Transformation domain techniques are suited for processing the image according to the frequency content. III. IMAGE FUSION BASED ON WAVELET TRANSFORM The original concept and theory of wavelet-based multiresolution analysis came from Mallat. The wavelet transform is a mathematical tool that can detect local features in a signal process. It also can be used to decompose two dimensional (2D) signals such as 2D gray-scale image signals into different resolution levels for multiresolution analysis. Wavelet transform has been greatly used in many areas, such as texture analysis, data compression, feature detection, and image fusion. In this section, we briefly review and analyze the wavelet-based image fusion technique. A. Wavelet Transform Wavelet analysis represents the next logical step: a windowing technique with variable-sized regions. Wavelet analysis allows the use of long time intervals where we want more precise low-frequency information, and shorter regions where we want high-frequency information. Figure 3: Wavelet Transform on a signal
  • 3. Nayera Nahvi Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 9( Version 5), September 2014, pp.165-170 www.ijera.com 167 | P a g e In one dimension (1D) the basic idea of the DWT is to represent the signal as a superposition of wave lets. Suppose that a discrete signal is represented by f (t); the wavelet decomposition is then defined as ํ‘“(ํ‘ก) = ํ‘ํ‘š,ํ‘› ํ‘š,ํ‘›ํœ“ํ‘š,ํ‘› (ํ‘ก) (1) where ํœ“ํ‘š,ํ‘› (ํ‘ก) = 2โˆ’ํ‘š/2 ํœ“[ 2โˆ’ํ‘š ํ‘ก โˆ’ ํ‘› ] and m and n are integers. B. Wavelet Transform for Image Fusion The schematic diagram for wavelet based fusion techniques is shown in figure 3: Figure 4: Image Fusion using discrete wavelet transform [11] In all wavelet based image fusion techniques the wavelet transforms W of the two registered input images I1(x,y) and I2(x,y) are computed and these transforms are combined using some kind of fusion rule ร˜. This is given by equation (2) below: ํผ(ํ‘ฅ,ํ‘ฆ)=ํ‘Šโˆ’1 (ร˜ ํ‘Š ํผ1 ํ‘ฅ,ํ‘ฆ ,ํ‘Š ํผ2 ํ‘ฅ,ํ‘ฆ (2) where W-1 is the inverse discrete wavelet transform (IDWT). In general, the basic idea of image fusion based on wavelet transform is to perform a multiresolution decomposition on each source image; the coefficients of both the low-frequency band and high-frequency bands are then performed with a certain fusion rule. After that, the fused image is obtained by performing the inverse DWT (IDWT) for the corresponding combined wavelet coefficients. C. ALGORITHM Following algorithm has been developed and implemented in MATLAB software. STEPS: i. Read the image I1 and find its size. ii. Read the second image I2 and find its size. iii. Compute and match the size if not same, make it same. iv. Convert both images from grayscale to indexed image to perform various wavelet functions. If the color map is smooth, the wavelet transform can be directly applied to the indexed image; otherwise the indexed image should be converted to grayscale format. v. Perform multilevel wavelet decomposition using any wavelet (haar, db2, bior1.5). vi. Generate the coefficient matrices of the level-three approximation and horizontal, vertical and diagonal details. vii. Construct and display approximations and details from the coefficients. viii. Regenerate an image by multilevel inverse wavelet transform. ix. Repeat the same with second image. x. Now fuse the wavelet coefficients using either of averaging, maximum or minimum technique. xi. Generate a final matrix of fused wavelet coefficients. xii. Compute the inverse wavelet transform to get the fused image. xiii. Finally compute the PSNR and MSE and display the results. xiv. Also, compute and compare the processing time by each technique. D. Block Diagram for Image Fusion The block diagram for image fusion is shown in figure 5. Figure 5: Block diagram for image fusion Input two Images Wavelet Decomposition of both images Specify different levels of decomposition Perform DWT Specify method of wavelet fusion Fuse Wavelet coefficients Perform Inverse Discrete Wavelet Transform
  • 4. Nayera Nahvi Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 9( Version 5), September 2014, pp.165-170 www.ijera.com 168 | P a g e The two input images are first read and converted to indexed images. After that the wavelet decomposition is done to find the approximate, horizontal, vertical and diagonal details. The decomposition level and the type of wavelet used are specified. DWT is then performed on the input images. The coefficients found are then fused used a specific fusion rule and then the images are restored back using inverse discrete wavelet transform. E. Fusion Techniques The different fusion techniques used are mentioned below: i) Averaging Technique This algorithm is a simple way of obtaining an output image with all regions in focus. The value of the pixel P ( i, j) of each image is taken and added. This sum is then divided by 2 to obtain the average. The average value is assigned to the corresponding pixel of the output image which is given in equation (2). This is repeated for all pixel values. The fused image K( i, j ) is given as ํพ (ํ‘–,ํ‘—) = {ํ‘‹ (ํ‘–,ํ‘—) + ํ‘Œ (ํ‘–,ํ‘—)}/2 (3) where X ( i , j) and Y ( i , j) are two input images and K ( i , j) is the fused image. ii) Maximum Selection Scheme This scheme just picks coefficient in each subband with largest magnitude. A selection process is performed here wherein, for every corresponding pixel in the input images, the pixel with maximum intensity is selected, and is put in as the resultant pixel of the fused image K ( i , j ). ํพ(ํ‘–,ํ‘—) = ํ‘€ํ‘Žํ‘ฅ[ํ‘ค(ํผ1(ํ‘ฅ,ํ‘ฆ)),ํ‘ค(ํผ2(ํ‘ฅ,ํ‘ฆ))] (4) where I1(x,y) and I2(x,y) are the input images. iii) Minimum Selection Scheme This scheme just picks coefficient in each subband with smallest magnitude. A selection process is performed here wherein, for every corresponding pixel in the input images, the pixel with minimum intensity is selected and is put in as the resultant pixel of the fused image K( i , j ). ํพ(ํ‘–,ํ‘—) = ํ‘€ํ‘–ํ‘›[ํ‘ค(ํผ1(ํ‘ฅ,ํ‘ฆ)),ํ‘ค(ํผ2(ํ‘ฅ,ํ‘ฆ))] (5) where I1(x,y) and I2(x,y) are the input images. IV. RESULTS We have considered three different types of wavelets namely Haar, Daubechies (db2) and Bior (Bior1.5) for fusing the CT and MRI images. Also different fusion rules including pixel averaging, maximum minimum and minimum maximum rules were implemented. Since Haar wavelet along with maximum rule produced better results in terms of PSNR and MSE so they were used for further analysis. A. Qualitative Analysis In qualitative analysis image quality indices try to figure out some or the combination of the various factors that determine the quality of the image which include sharpness, contrast, distortion etc. The figures below show the original CT images ( 6(a), 7(a), 8(a)), MRI images (6(b), 7(b), 8(b)) and the fused images ( 6(c), 7(c), 8(c)) using maximum minimum fusion rule, ( 6(d), 7(d), 8(d)) using pixel averaging rule and ( 6(e), 7(e), 8(e)) using minimum maximum rule respectively. (a) (b) (c) (d) (e) Figure 6: (a) CT image (b) MRI image (c, d and e) fused images using max-min, min- max and pixel averaging rules respectively (a) (b) (c) (d) (e) Figure 7:(a) CT image (b) MRI image (c, d, and e) fused images using max- min, min max and pixel averaging rules respectively
  • 5. Nayera Nahvi Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 9( Version 5), September 2014, pp.165-170 www.ijera.com 169 | P a g e (a) (b) (c) (d) (e) Figure 8: (a) CT image (b) MRI image (c d, e) fused images using max- min, min-max and pixel averaging rules respectively The above images can be interpreted in the way that the images that are fused using the maximum rule have better contrast because the image is not blurred which effects the contrast of image. Also this method gives the clearer images as there is no variation in the focus of the images having different gray scale intensities. B. Quantitative Analysis For evaluating the results various performance metrics were used like PSNR and MSE. The quality of a test image is evaluated by comparing it with a reference image that is assumed to have perfect quality. i) Peak Signal to Noise Ratio( PSNR) PSNR is the ratio between the maximum possible power of a signal and the power of corrupting noise that affects the fidelity of its representation. The PSNR measure is given by: ํ‘ƒํ‘†ํ‘ํ‘… = 10 ํ‘™ํ‘œํ‘”10 (ํ‘…2/ ํ‘€ํ‘†ํธ) (6) R is the maximum fluctuation in input image data type. ii) Mean Squared Error (MSE) The mathematical equation of MSE is given by the equation below ํ‘€ํ‘†ํธ = ํ‘šํ‘– =1 ํ‘›ํ‘— =1 [ ํผ1(ํ‘–,ํ‘—) โˆ’ํผ2(ํ‘–,ํ‘—) ]2 ํ‘š โˆ—ํ‘› (7) where, I1 is the perfect image, I2 is the fused image to be assessed, i is pixel row index, j is pixel column index; m and n give the dimensions of the image. The PSNR and MSE of the three set of images are tabulated in Table 1. Table I: Results of PSNR and MSE for the fused image (figure 6 (c), 7(c) and 8(c)) using maximum fusion rule. Image Set Technique Applied PSNR MSE Elapsed Time Image Set 1 Pixel averaging 35.9714 16.442 4.3057 Max-min 46.9357 1.3165 5.7508 Min- max 35.3818 18.832 5.5071 Image Set 2 Pixel averaging 37.5378 11.463 2.836 Max-min 44.3493 2.3886 3.6577 Min- max 38.4631 9.2635 3.6293 Image Set 3 Pixel averaging 36.8417 13.456 4.3341 Max- min 46.2188 1.5531 5.6608 Min-max 35.6617 17.657 5.6899 Quantitatively the images can be interpreted in the way that the maximum minimum rule for fusion gives the higher values of PSNR and lower values of MSE which implies the improvement in the quality of the fused image, less error and it contains more information. Thus, it is clear that the maximum rule performs better than the other two methods of pixel averaging and maximum minimum rule. Figure 9: Comparison of different fusion rules for fused images in image set 1, 2 and 3 based on PSNR The above figure shows the comparison of pixel averaging, maximum minimum and minimum maximum rules in terms of PSNR. It is very clear from the plot that there is increase in PSNR value of image with the use of proposed method over other methods. This increase represents improvement in the objective quality of the image. 0 5 10 15 20 25 30 35 40 45 50 Image set 1 Image set 2 Image set 3 PSNR Pixel averaging Maximum minumum Minimum maximum
  • 6. Nayera Nahvi Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 9( Version 5), September 2014, pp.165-170 www.ijera.com 170 | P a g e Figure 10: Comparison of different fusion rules for fused images in image set 1, 2 and 3 based on MSE The above figure shows the comparison of pixel averaging, maximum minimum and minimum maximum rules in terms of MSE. It is very clear from the plot that there is decrease in MSE value of image with the use of the proposed method giving better image quality. IV. CONCLUSION The experimental results show that the wavelet transform is a powerful method for image fusion. This method gives encouraging results in terms of PSNR and MSE. Also from the results it was observed that the maximum minimum fusion rule along with Haar wavelet gives better results and the values of PSNR increase and MSE decrease as the decomposition level increases. REFERENCES [1] H. H. Wang, โ€œA new multiwavelet-based approach to image fusionโ€,Journal of Mathematical Imaging and Vision, vol.21, pp.177-192,Sep 2004. [2] V. Petrovic and C. Xydeas, โ€œEvaluation of image fusion performance with visible differencesโ€, Lecture Notes in Computer Science, vol.3023, 2004. [3] G. Pajares, J. M. l de la Cruz, โ€œA wavelet- based image fusion tutorialโ€,Pattern Recognition, vol.37, pp.1855โ€“ 1872, 2004. [4] C.Y.Wen, J.K.Chen, โ€œMulti-resolution image fusion technique and its application to forensic scienceโ€, Forensic Science International, vol 140, pp-217-232, 2004. [5] H.C.Xie, G.Li.H.Ning, C. Menard, C.N. Coleman, and R. W.Miller. โ€œ3D voxel fusion of multi- modality medical images in a clinical treatment planning systemโ€, Proceedings of the 17th IEEE Symposium on Computer-Based medical Syste (CBMSโ€™04) Jun.2004-Jun,2004,IEEE Computer Society, 2004. [6] J. G. Liu ,โ€œ Evaluation of landsat 7ETM + panchromatic band for image fusion with multispectral bandsโ€, Natural Resources Research 9, vol 4, 2000, pp. 269-276. [7] S.G,Morabito, โ€œF.C.NDT image fusion using eddy current and ultrasonic dataโ€ COMPEL:Int J for Computation and Maths. In Electrical and Electronic Eng. 20, vol.3, 2001, pp -857-868 [8] Fast Quantitative Correlation Analysis and Information Deviation Analysis for Evaluating the Performances of Image Fusion Techniques, Qiang Wang, Yi Shen, Member, IEEE, Ye Zhang, and Jian Qiu Zhang, Senior Member, IEEE, IEEE Transactions On Instrumentation And Measurement, Vol. 53, No. 5, October 2004. [9] Yong Yang , Dong Sun Park, Shuying Huang Zhijun Fang, Zhengyou Wang, โ€œWavelet based Approach for Fusing Computed Tomography and Magnetic Resonance Imagesโ€, Control and Decision Conference (CCDCโ€™09), Guilin, China, 17- 19 June, 2009, pp 5770-5774. [10] R. Redondo, F. Sroubek, S. Fischer, and G. Cristobal, โ€œMultifocus image fusion using the log-Gabor transform and a MultisizeWindows technique,โ€ Information Fusion, vol. 10, no.2, pp. 163โ€“171, 2009. [11] Yong Yang, Dong Sun Park, Shuying Huang, and Nini Rao, โ€œMedical Image Fusion via an Effective Wavelet- Based Approachโ€, EURASIP Journal on Advances in Signal Processing, Volume 2010 (2010), pp 1-13. 0 2 4 6 8 10 12 14 16 18 20 Image set 1 Image set 2 Image set 3 MSE Pixel averaging Maximum minumum Minimum maximum