SlideShare a Scribd company logo
1 of 33
Dr. Nishant Jain
(M.Tech & Ph.D. from IIT Roorkee)
Fusion of BioMedical Images
Assistant Professor, Department of ECE
Jaypee University of Information Technology
Waknaghat, Solan, HP (India) -173234
Contents
1. Acquisition of Images.
2. Medical Imaging Modalities.
3. Introduction to Image Fusion
4. Need of Registered images for Image Fusion.
5. Fusion of CT and MR images.
6. Image fusion method based on wavelet.
7. Online Dataset for Image Fusion.
8. Hands-on in MATLAB.
Acquisition of Digital Images
Single Imaging Sensor / one Pixel
Incoming energy is transformed into a voltage. This voltage is digitized to
obtain a digital quantity.
3
Sensor ADC
Analog
Voltage Signal
Input
Energy
Digital
Value
Acquisition of Digital Images
Array of Imaging Sensors forms an Image
4
Acquisition of Digital Images
Single Imaging Sensor / one Pixel
By changing the sensors that are sensitive to some specific input energy,
we can form different images like X-Rays, MRI, Thermal images, etc
5
Sensor ADC
Analog
Voltage Signal
Input
Energy
Digital
Value
Examples of Imaging Modalities
1. X-rays
2. Computed Tomography (CT)
3. Magnetic Resonance Imaging (MRI)
4. Ultrasound (US)
5. Thermal Imaging
Imaging Modalities
Different imaging modalities scan different
parameters or features of the objects.
Example: Normal Camera scan the person
using visible spectrum and give image with
actual colors; whereas Thermal Camera can the
thermal radiation or temperature of the
person.
Brighter colors like red and orange indicate
high temperature whereas dark colors like dark
blues and black indicate low temperature.
Images taken from:
https://www.photofunny.net/efectos/grandes/thermography_photo_effect.jpg
https://www.flir.com/discover/public-safety/thermal-imaging-for-detecting-elevated-body-temperature/
Appearance of the body organs also differs from one Medical Imaging Modalities to
another.
For example: CT image of the brain shown in (a) gives better information of bone
structure, whereas information of less dense objects like soft tissues of the brains,
tumors, etc. are not properly visible and have poor contrast.
MR image of the brain shown in (b) gives poor information of bone structure, whereas
information of less dense objects like soft tissues of the brains, tumors, etc. are visible
better in comparison to CT and have good contrast.
(a) (b)
Medical Imaging Modalities
CT Image MR Image Fused Image
Image that contains the information from all the medical imaging modalities would
be the perfect one for the Doctors or the Radiologists to diagnose the abnormality
or to plan the surgery.
This image that captures information from all the modalities available is known as
Fused image.
Medical Imaging Modalities
CT Image MR Image Fused Image
Fusion of CT image with MR image give a fused image having information of both
bones and soft tissues in the same image.
This helps Doctors to locate the position of the Tumor in brain with respect to the
bone with high accuracy.
Medical Imaging Modalities
Image Fusion
Image Fusion is the process of combining the information from two or more
input images onto a single image in such a way as to reduce uncertainty,
minimize redundancy in the output, and maximize relevant information
pertaining to an application or a task.
Need of Registered images for Image Fusion
Input Image (a) Input Image (b)
Need of Registered images for Image Fusion
Input Image (a) Input Image (b) Fused Image without Registration
Need of Registered images for Image Fusion
Input Image (a) Input Image (a)
aligned or registered with
Input Image (b)
Input Image (b)
Need of Registered images for Image Fusion
Input Image (b) Fused Image after Registration
Input Image (a)
aligned or registered with
Input Image (b)
Image Fusion
Methods
Multiscale
Decomposition
Pyramid
Transform
Discrete
Wavelet
Transform
Non- Multiscale
Decomposition
Estimation
Theory Based
Method
Artificial
Neural
Networks
Pixel Level
Weighted
Averaging
Image Fusion Methods
Image fusion method based on Wavelets
Wavelets based Image fusion method is a 3 Step Process:
1. Transformation of input images using Discrete Wavelet Transform (DWT)
into multi- resolution images.
2. Fusion of multi-resolution images using fusion rule.
3. Inverse wavelet transformation to get the fused image.
Image fusion method based on wavelets
Transformation of input images using Discrete Wavelet Transform (DWT)
into multi- resolution images:
Wavelet transform transforms the input images into multi-resolution images,
so that all information from coarse to fine can be fused effectively.
L : Low Sub-Band Image
H: High Sub-Band Image
IXY
: Image I obtained after
filtering rows with X filter and
columns with Y filter
Image fusion method based on wavelets
Transformation of input images using Discrete Wavelet Transform (DWT)
into multi-resolution images:
2-Level Wavelet Transformed Image
LL LH
LH
HL HH
HL HH
Image LL is the Approximate Image
All the remaining images are known as detailed
images
Image fusion method based on wavelets
Transformation of input images using Discrete Wavelet Transform (DWT)
into multi-resolution images:
DWT of MR Image
Image fusion method based on wavelets
Wavelets based Image fusion method is a 3 Step Process:
1. Transformation of input images using Discrete Wavelet Transform (DWT)
into multi- resolution images.
2. Fusion of multi-resolution images using fusion rule.
3. Inverse wavelet transformation to get the fused image.
Image fusion method based on wavelets
Fusion of multi-resolution images using fusion rule:
Fusion Rule defines how the two pixels from the two input images are used to
get the value of the corresponding pixel in the fused image.
Since Approximate image contains low frequency content of the input images,
whereas Detailed images contain high frequency content of the input image,
therefore fusion rule for both the approximate and detailed images are
different.
Image fusion method based on wavelets
Fusion rule for Approximate Image (ILL
): Minimum Fusion Rule
20 15 16 10 5
22 17 7 18 7
3 6 23 32 1
45 32 12 21 20
2 34 32 5 2
2 10 36 20 15
25 15 4 18 17
31 6 21 30 2
46 34 11 20 30
1 4 35 6 2
2 10 16 10 5
25 15 4 18 7
3 6 21 30 1
45 32 11 20 20
1 4 32 5 2
Input Image A Input Image B Fused Image
Approximate
Images:
Image fusion method based on wavelets
Fusion rule for Approximate Image (ILL
):
Other fusion rules that can be used are mean, max, Global
Energy Maximization, etc.
Image fusion method based on wavelets
Fusion rule for Detailed Images:
The simplest rule that can be used to fuse the pixels of detailed images is MAX
Rule
20 15 16 10 5
22 17 7 18 7
3 6 23 32 1
45 32 12 21 20
2 34 32 5 2
2 10 36 20 15
25 15 4 18 17
31 6 21 30 2
46 34 11 20 30
1 4 35 6 2
Input Image A Input Image B Fused Image
20 15 36 20 15
25 17 7 18 17
31 6 23 32 2
46 34 12 21 30
2 34 35 6 2
Detailed
Images:
Image fusion method based on wavelets
Wavelets based Image fusion method is a 3 Step Process:
1. Transformation of input images using Discrete Wavelet Transform (DWT)
into multi- resolution images.
2. Fusion of multi-resolution images using fusion rule.
3. Inverse wavelet transformation to get the fused image.
Image fusion method based on wavelets
Inverse wavelet transformation to get the fused image:
Fused image having all the information from the two original images is
obtained using inverse wavelet transform on fused sub-band images.
Online Dataset for Image Fusion
http://www.med.harvard.edu/AANLIB/
Hands-on in MATLAB
Type waveletAnalyzer in the command window of the MATLAB
Hands-on in MATLAB
Hands-on in MATLAB
wfusimg
Thank You
Website: www.nishantjainlab.in
GitHub Account: https://github.com/nishantjain86
Linkedin: www.linkedin.com/in/nishantjain86
Email Id: nishantjain86@gmail.com
Facebook Id: nishantjain86
YouTube Channel: nishantjainlab

More Related Content

What's hot

RADAR Image Fusion Using Wavelet Transform
RADAR Image Fusion Using Wavelet TransformRADAR Image Fusion Using Wavelet Transform
RADAR Image Fusion Using Wavelet TransformINFOGAIN PUBLICATION
 
Video Forgery Detection: Literature review
Video Forgery Detection: Literature reviewVideo Forgery Detection: Literature review
Video Forgery Detection: Literature reviewTharindu Rusira
 
Visual Quality for both Images and Display of Systems by Visual Enhancement u...
Visual Quality for both Images and Display of Systems by Visual Enhancement u...Visual Quality for both Images and Display of Systems by Visual Enhancement u...
Visual Quality for both Images and Display of Systems by Visual Enhancement u...IJMER
 
Image Enhancement by Image Fusion for Crime Investigation
Image Enhancement by Image Fusion for Crime InvestigationImage Enhancement by Image Fusion for Crime Investigation
Image Enhancement by Image Fusion for Crime InvestigationCSCJournals
 
IRJET- Image Fusion using Lifting Wavelet Transform with Neural Networks for ...
IRJET- Image Fusion using Lifting Wavelet Transform with Neural Networks for ...IRJET- Image Fusion using Lifting Wavelet Transform with Neural Networks for ...
IRJET- Image Fusion using Lifting Wavelet Transform with Neural Networks for ...IRJET Journal
 
Region duplication forgery detection in digital images
Region duplication forgery detection  in digital imagesRegion duplication forgery detection  in digital images
Region duplication forgery detection in digital imagesRupesh Ambatwad
 
Blind detection of image manipulation @ PoliMi
Blind detection of image manipulation @ PoliMiBlind detection of image manipulation @ PoliMi
Blind detection of image manipulation @ PoliMiGiorgio Sironi
 
5/3 Lifting Scheme Approach for Image Interpolation
5/3 Lifting Scheme Approach for Image Interpolation5/3 Lifting Scheme Approach for Image Interpolation
5/3 Lifting Scheme Approach for Image InterpolationIOSRJECE
 
Efficient contrast enhancement using gamma correction with multilevel thresho...
Efficient contrast enhancement using gamma correction with multilevel thresho...Efficient contrast enhancement using gamma correction with multilevel thresho...
Efficient contrast enhancement using gamma correction with multilevel thresho...eSAT Publishing House
 
An Efficient Approach for Image Enhancement Based on Image Fusion with Retine...
An Efficient Approach for Image Enhancement Based on Image Fusion with Retine...An Efficient Approach for Image Enhancement Based on Image Fusion with Retine...
An Efficient Approach for Image Enhancement Based on Image Fusion with Retine...ijsrd.com
 
IRJET- Low Light Image Enhancement using Convolutional Neural Network
IRJET-  	  Low Light Image Enhancement using Convolutional Neural NetworkIRJET-  	  Low Light Image Enhancement using Convolutional Neural Network
IRJET- Low Light Image Enhancement using Convolutional Neural NetworkIRJET Journal
 
Digital image forgery detection
Digital image forgery detectionDigital image forgery detection
Digital image forgery detectionAB Rizvi
 
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
 
A REGULARIZED ROBUST SUPER-RESOLUTION APPROACH FORALIASED IMAGES AND LOW RESO...
A REGULARIZED ROBUST SUPER-RESOLUTION APPROACH FORALIASED IMAGES AND LOW RESO...A REGULARIZED ROBUST SUPER-RESOLUTION APPROACH FORALIASED IMAGES AND LOW RESO...
A REGULARIZED ROBUST SUPER-RESOLUTION APPROACH FORALIASED IMAGES AND LOW RESO...cscpconf
 

What's hot (19)

RADAR Image Fusion Using Wavelet Transform
RADAR Image Fusion Using Wavelet TransformRADAR Image Fusion Using Wavelet Transform
RADAR Image Fusion Using Wavelet Transform
 
Dd25624627
Dd25624627Dd25624627
Dd25624627
 
Video Forgery Detection: Literature review
Video Forgery Detection: Literature reviewVideo Forgery Detection: Literature review
Video Forgery Detection: Literature review
 
Visual Quality for both Images and Display of Systems by Visual Enhancement u...
Visual Quality for both Images and Display of Systems by Visual Enhancement u...Visual Quality for both Images and Display of Systems by Visual Enhancement u...
Visual Quality for both Images and Display of Systems by Visual Enhancement u...
 
20120140502012
2012014050201220120140502012
20120140502012
 
G0443640
G0443640G0443640
G0443640
 
E1083237
E1083237E1083237
E1083237
 
Image Enhancement by Image Fusion for Crime Investigation
Image Enhancement by Image Fusion for Crime InvestigationImage Enhancement by Image Fusion for Crime Investigation
Image Enhancement by Image Fusion for Crime Investigation
 
IRJET- Image Fusion using Lifting Wavelet Transform with Neural Networks for ...
IRJET- Image Fusion using Lifting Wavelet Transform with Neural Networks for ...IRJET- Image Fusion using Lifting Wavelet Transform with Neural Networks for ...
IRJET- Image Fusion using Lifting Wavelet Transform with Neural Networks for ...
 
Region duplication forgery detection in digital images
Region duplication forgery detection  in digital imagesRegion duplication forgery detection  in digital images
Region duplication forgery detection in digital images
 
Blind detection of image manipulation @ PoliMi
Blind detection of image manipulation @ PoliMiBlind detection of image manipulation @ PoliMi
Blind detection of image manipulation @ PoliMi
 
5/3 Lifting Scheme Approach for Image Interpolation
5/3 Lifting Scheme Approach for Image Interpolation5/3 Lifting Scheme Approach for Image Interpolation
5/3 Lifting Scheme Approach for Image Interpolation
 
Efficient contrast enhancement using gamma correction with multilevel thresho...
Efficient contrast enhancement using gamma correction with multilevel thresho...Efficient contrast enhancement using gamma correction with multilevel thresho...
Efficient contrast enhancement using gamma correction with multilevel thresho...
 
An Efficient Approach for Image Enhancement Based on Image Fusion with Retine...
An Efficient Approach for Image Enhancement Based on Image Fusion with Retine...An Efficient Approach for Image Enhancement Based on Image Fusion with Retine...
An Efficient Approach for Image Enhancement Based on Image Fusion with Retine...
 
IRJET- Low Light Image Enhancement using Convolutional Neural Network
IRJET-  	  Low Light Image Enhancement using Convolutional Neural NetworkIRJET-  	  Low Light Image Enhancement using Convolutional Neural Network
IRJET- Low Light Image Enhancement using Convolutional Neural Network
 
Digital image forgery detection
Digital image forgery detectionDigital image forgery detection
Digital image forgery detection
 
Medical Image Compression
Medical Image CompressionMedical Image Compression
Medical Image Compression
 
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...
 
A REGULARIZED ROBUST SUPER-RESOLUTION APPROACH FORALIASED IMAGES AND LOW RESO...
A REGULARIZED ROBUST SUPER-RESOLUTION APPROACH FORALIASED IMAGES AND LOW RESO...A REGULARIZED ROBUST SUPER-RESOLUTION APPROACH FORALIASED IMAGES AND LOW RESO...
A REGULARIZED ROBUST SUPER-RESOLUTION APPROACH FORALIASED IMAGES AND LOW RESO...
 

Similar to Fusion of biomedical images

Quality Assessment of Pixel-Level Image Fusion Using Fuzzy Logic
Quality Assessment of Pixel-Level Image Fusion Using Fuzzy Logic  Quality Assessment of Pixel-Level Image Fusion Using Fuzzy Logic
Quality Assessment of Pixel-Level Image Fusion Using Fuzzy Logic ijsc
 
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
 
Wavelet Transform based Medical Image Fusion With different fusion methods
Wavelet Transform based Medical Image Fusion With different fusion methodsWavelet Transform based Medical Image Fusion With different fusion methods
Wavelet Transform based Medical Image Fusion With different fusion methodsIJERA 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
 
Medical Image Fusion Using Discrete Wavelet Transform
Medical Image Fusion Using Discrete Wavelet TransformMedical Image Fusion Using Discrete Wavelet Transform
Medical Image Fusion Using Discrete Wavelet TransformIJERA Editor
 
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
 
Gadljicsct955398
Gadljicsct955398Gadljicsct955398
Gadljicsct955398editorgadl
 
Medical image fusion based on NSCT and wavelet transform
Medical image fusion based on NSCT and wavelet transformMedical image fusion based on NSCT and wavelet transform
Medical image fusion based on NSCT and wavelet transformAnju Anjujosepj
 
Image Fusion using PCA Based Fusion Rule in Wavelet Domain
Image Fusion using PCA Based Fusion Rule in Wavelet DomainImage Fusion using PCA Based Fusion Rule in Wavelet Domain
Image Fusion using PCA Based Fusion Rule in Wavelet Domainijtsrd
 
Different Image Fusion Techniques –A Critical Review
Different Image Fusion Techniques –A Critical ReviewDifferent Image Fusion Techniques –A Critical Review
Different Image Fusion Techniques –A Critical ReviewIJMER
 
Ibica2014(p15)image fusion based on broveywavelet
Ibica2014(p15)image fusion based on broveywaveletIbica2014(p15)image fusion based on broveywavelet
Ibica2014(p15)image fusion based on broveywaveletAboul Ella Hassanien
 
Ibica2014(p15)image fusion based on broveywavelet
Ibica2014(p15)image fusion based on broveywaveletIbica2014(p15)image fusion based on broveywavelet
Ibica2014(p15)image fusion based on broveywaveletAboul Ella Hassanien
 
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
 
41 9147 quantization encoding algorithm based edit tyas
41 9147 quantization encoding algorithm based edit tyas41 9147 quantization encoding algorithm based edit tyas
41 9147 quantization encoding algorithm based edit tyasIAESIJEECS
 
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
 
A novel approach to Image Fusion using combination of Wavelet Transform and C...
A novel approach to Image Fusion using combination of Wavelet Transform and C...A novel approach to Image Fusion using combination of Wavelet Transform and C...
A novel approach to Image Fusion using combination of Wavelet Transform and C...IJSRD
 
Wavelet-Based Warping Technique for Mobile Devices
Wavelet-Based Warping Technique for Mobile DevicesWavelet-Based Warping Technique for Mobile Devices
Wavelet-Based Warping Technique for Mobile Devicescsandit
 
IRJET- Contrast Enhancement of Grey Level and Color Image using DWT and SVD
IRJET- Contrast Enhancement of Grey Level and Color Image using DWT and SVDIRJET- Contrast Enhancement of Grey Level and Color Image using DWT and SVD
IRJET- Contrast Enhancement of Grey Level and Color Image using DWT and SVDIRJET Journal
 

Similar to Fusion of biomedical images (20)

Quality Assessment of Pixel-Level Image Fusion Using Fuzzy Logic
Quality Assessment of Pixel-Level Image Fusion Using Fuzzy Logic  Quality Assessment of Pixel-Level Image Fusion Using Fuzzy Logic
Quality Assessment of Pixel-Level Image Fusion Using Fuzzy Logic
 
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
 
Wavelet Transform based Medical Image Fusion With different fusion methods
Wavelet Transform based Medical Image Fusion With different fusion methodsWavelet Transform based Medical Image Fusion With different fusion methods
Wavelet Transform based Medical Image Fusion With different fusion methods
 
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
 
Medical Image Fusion Using Discrete Wavelet Transform
Medical Image Fusion Using Discrete Wavelet TransformMedical Image Fusion Using Discrete Wavelet Transform
Medical Image Fusion Using Discrete 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...
 
Gadljicsct955398
Gadljicsct955398Gadljicsct955398
Gadljicsct955398
 
Medical image fusion based on NSCT and wavelet transform
Medical image fusion based on NSCT and wavelet transformMedical image fusion based on NSCT and wavelet transform
Medical image fusion based on NSCT and wavelet transform
 
Image Fusion using PCA Based Fusion Rule in Wavelet Domain
Image Fusion using PCA Based Fusion Rule in Wavelet DomainImage Fusion using PCA Based Fusion Rule in Wavelet Domain
Image Fusion using PCA Based Fusion Rule in Wavelet Domain
 
Different Image Fusion Techniques –A Critical Review
Different Image Fusion Techniques –A Critical ReviewDifferent Image Fusion Techniques –A Critical Review
Different Image Fusion Techniques –A Critical Review
 
Ibica2014(p15)image fusion based on broveywavelet
Ibica2014(p15)image fusion based on broveywaveletIbica2014(p15)image fusion based on broveywavelet
Ibica2014(p15)image fusion based on broveywavelet
 
Ibica2014(p15)image fusion based on broveywavelet
Ibica2014(p15)image fusion based on broveywaveletIbica2014(p15)image fusion based on broveywavelet
Ibica2014(p15)image fusion based on broveywavelet
 
Image Fusion
Image FusionImage Fusion
Image Fusion
 
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...
 
41 9147 quantization encoding algorithm based edit tyas
41 9147 quantization encoding algorithm based edit tyas41 9147 quantization encoding algorithm based edit tyas
41 9147 quantization encoding algorithm based edit tyas
 
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
 
A novel approach to Image Fusion using combination of Wavelet Transform and C...
A novel approach to Image Fusion using combination of Wavelet Transform and C...A novel approach to Image Fusion using combination of Wavelet Transform and C...
A novel approach to Image Fusion using combination of Wavelet Transform and C...
 
Wavelet-Based Warping Technique for Mobile Devices
Wavelet-Based Warping Technique for Mobile DevicesWavelet-Based Warping Technique for Mobile Devices
Wavelet-Based Warping Technique for Mobile Devices
 
E1803053238
E1803053238E1803053238
E1803053238
 
IRJET- Contrast Enhancement of Grey Level and Color Image using DWT and SVD
IRJET- Contrast Enhancement of Grey Level and Color Image using DWT and SVDIRJET- Contrast Enhancement of Grey Level and Color Image using DWT and SVD
IRJET- Contrast Enhancement of Grey Level and Color Image using DWT and SVD
 

Recently uploaded

Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.pptRamjanShidvankar
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxVishalSingh1417
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.christianmathematics
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docxPoojaSen20
 
An Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdfAn Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdfSanaAli374401
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingTeacherCyreneCayanan
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...KokoStevan
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 

Recently uploaded (20)

Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docx
 
An Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdfAn Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdf
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writing
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 

Fusion of biomedical images

  • 1. Dr. Nishant Jain (M.Tech & Ph.D. from IIT Roorkee) Fusion of BioMedical Images Assistant Professor, Department of ECE Jaypee University of Information Technology Waknaghat, Solan, HP (India) -173234
  • 2. Contents 1. Acquisition of Images. 2. Medical Imaging Modalities. 3. Introduction to Image Fusion 4. Need of Registered images for Image Fusion. 5. Fusion of CT and MR images. 6. Image fusion method based on wavelet. 7. Online Dataset for Image Fusion. 8. Hands-on in MATLAB.
  • 3. Acquisition of Digital Images Single Imaging Sensor / one Pixel Incoming energy is transformed into a voltage. This voltage is digitized to obtain a digital quantity. 3 Sensor ADC Analog Voltage Signal Input Energy Digital Value
  • 4. Acquisition of Digital Images Array of Imaging Sensors forms an Image 4
  • 5. Acquisition of Digital Images Single Imaging Sensor / one Pixel By changing the sensors that are sensitive to some specific input energy, we can form different images like X-Rays, MRI, Thermal images, etc 5 Sensor ADC Analog Voltage Signal Input Energy Digital Value
  • 6. Examples of Imaging Modalities 1. X-rays 2. Computed Tomography (CT) 3. Magnetic Resonance Imaging (MRI) 4. Ultrasound (US) 5. Thermal Imaging
  • 7. Imaging Modalities Different imaging modalities scan different parameters or features of the objects. Example: Normal Camera scan the person using visible spectrum and give image with actual colors; whereas Thermal Camera can the thermal radiation or temperature of the person. Brighter colors like red and orange indicate high temperature whereas dark colors like dark blues and black indicate low temperature. Images taken from: https://www.photofunny.net/efectos/grandes/thermography_photo_effect.jpg https://www.flir.com/discover/public-safety/thermal-imaging-for-detecting-elevated-body-temperature/
  • 8. Appearance of the body organs also differs from one Medical Imaging Modalities to another. For example: CT image of the brain shown in (a) gives better information of bone structure, whereas information of less dense objects like soft tissues of the brains, tumors, etc. are not properly visible and have poor contrast. MR image of the brain shown in (b) gives poor information of bone structure, whereas information of less dense objects like soft tissues of the brains, tumors, etc. are visible better in comparison to CT and have good contrast. (a) (b) Medical Imaging Modalities
  • 9. CT Image MR Image Fused Image Image that contains the information from all the medical imaging modalities would be the perfect one for the Doctors or the Radiologists to diagnose the abnormality or to plan the surgery. This image that captures information from all the modalities available is known as Fused image. Medical Imaging Modalities
  • 10. CT Image MR Image Fused Image Fusion of CT image with MR image give a fused image having information of both bones and soft tissues in the same image. This helps Doctors to locate the position of the Tumor in brain with respect to the bone with high accuracy. Medical Imaging Modalities
  • 11. Image Fusion Image Fusion is the process of combining the information from two or more input images onto a single image in such a way as to reduce uncertainty, minimize redundancy in the output, and maximize relevant information pertaining to an application or a task.
  • 12. Need of Registered images for Image Fusion Input Image (a) Input Image (b)
  • 13. Need of Registered images for Image Fusion Input Image (a) Input Image (b) Fused Image without Registration
  • 14. Need of Registered images for Image Fusion Input Image (a) Input Image (a) aligned or registered with Input Image (b) Input Image (b)
  • 15. Need of Registered images for Image Fusion Input Image (b) Fused Image after Registration Input Image (a) aligned or registered with Input Image (b)
  • 16. Image Fusion Methods Multiscale Decomposition Pyramid Transform Discrete Wavelet Transform Non- Multiscale Decomposition Estimation Theory Based Method Artificial Neural Networks Pixel Level Weighted Averaging Image Fusion Methods
  • 17. Image fusion method based on Wavelets Wavelets based Image fusion method is a 3 Step Process: 1. Transformation of input images using Discrete Wavelet Transform (DWT) into multi- resolution images. 2. Fusion of multi-resolution images using fusion rule. 3. Inverse wavelet transformation to get the fused image.
  • 18. Image fusion method based on wavelets Transformation of input images using Discrete Wavelet Transform (DWT) into multi- resolution images: Wavelet transform transforms the input images into multi-resolution images, so that all information from coarse to fine can be fused effectively. L : Low Sub-Band Image H: High Sub-Band Image IXY : Image I obtained after filtering rows with X filter and columns with Y filter
  • 19. Image fusion method based on wavelets Transformation of input images using Discrete Wavelet Transform (DWT) into multi-resolution images: 2-Level Wavelet Transformed Image LL LH LH HL HH HL HH Image LL is the Approximate Image All the remaining images are known as detailed images
  • 20. Image fusion method based on wavelets Transformation of input images using Discrete Wavelet Transform (DWT) into multi-resolution images:
  • 21. DWT of MR Image
  • 22. Image fusion method based on wavelets Wavelets based Image fusion method is a 3 Step Process: 1. Transformation of input images using Discrete Wavelet Transform (DWT) into multi- resolution images. 2. Fusion of multi-resolution images using fusion rule. 3. Inverse wavelet transformation to get the fused image.
  • 23. Image fusion method based on wavelets Fusion of multi-resolution images using fusion rule: Fusion Rule defines how the two pixels from the two input images are used to get the value of the corresponding pixel in the fused image. Since Approximate image contains low frequency content of the input images, whereas Detailed images contain high frequency content of the input image, therefore fusion rule for both the approximate and detailed images are different.
  • 24. Image fusion method based on wavelets Fusion rule for Approximate Image (ILL ): Minimum Fusion Rule 20 15 16 10 5 22 17 7 18 7 3 6 23 32 1 45 32 12 21 20 2 34 32 5 2 2 10 36 20 15 25 15 4 18 17 31 6 21 30 2 46 34 11 20 30 1 4 35 6 2 2 10 16 10 5 25 15 4 18 7 3 6 21 30 1 45 32 11 20 20 1 4 32 5 2 Input Image A Input Image B Fused Image Approximate Images:
  • 25. Image fusion method based on wavelets Fusion rule for Approximate Image (ILL ): Other fusion rules that can be used are mean, max, Global Energy Maximization, etc.
  • 26. Image fusion method based on wavelets Fusion rule for Detailed Images: The simplest rule that can be used to fuse the pixels of detailed images is MAX Rule 20 15 16 10 5 22 17 7 18 7 3 6 23 32 1 45 32 12 21 20 2 34 32 5 2 2 10 36 20 15 25 15 4 18 17 31 6 21 30 2 46 34 11 20 30 1 4 35 6 2 Input Image A Input Image B Fused Image 20 15 36 20 15 25 17 7 18 17 31 6 23 32 2 46 34 12 21 30 2 34 35 6 2 Detailed Images:
  • 27. Image fusion method based on wavelets Wavelets based Image fusion method is a 3 Step Process: 1. Transformation of input images using Discrete Wavelet Transform (DWT) into multi- resolution images. 2. Fusion of multi-resolution images using fusion rule. 3. Inverse wavelet transformation to get the fused image.
  • 28. Image fusion method based on wavelets Inverse wavelet transformation to get the fused image: Fused image having all the information from the two original images is obtained using inverse wavelet transform on fused sub-band images.
  • 29. Online Dataset for Image Fusion http://www.med.harvard.edu/AANLIB/
  • 30. Hands-on in MATLAB Type waveletAnalyzer in the command window of the MATLAB
  • 33. Thank You Website: www.nishantjainlab.in GitHub Account: https://github.com/nishantjain86 Linkedin: www.linkedin.com/in/nishantjain86 Email Id: nishantjain86@gmail.com Facebook Id: nishantjain86 YouTube Channel: nishantjainlab