SlideShare a Scribd company logo
1 of 48
MAMMOGRAPHIC
PHANTOM IMAGE
ANALYSIS USING
RECEIVER
OPERATING
CHARACTERISTIC
(ROC) CURVE
By:
NOR’AIDA BINTI KHAIRUDDIN
Master Science (Physics)
Supervised By:
PROF MADYA DR WAN
MUHAMMAD SARIDAN BIN
WAN HASSAN
Presentation Outline:
 Introduction
 Literature

Review
 Research Methodology
 Result And Discussion
 Summary And Conclusion
Chapter 1: Introduction
 Research

Background
 Problem Statement
 Research Objectives
 Scope Of Study
 Organization Of Thesis
Chapter 1:
Introduction

Problem Background:
Large number of
mammographic
images have to be
analysed.
 Fatigue

among
radiologists.
 Result in inaccurate
readings.
Chapter 1:
Introduction

Problem Background:
Mammmographic
images usually :
 noisy

low contrast
 Wide range of
anatomical
patterns.

Chapter 1:
Introduction

Problem Statement:
“Mammographic images usually noisy and
have poor contrast with wide range of
anatomical patterns leads to greater
number of false positive cases among
radiologist.” Image enhancement might
help to increase the detection
performance.
Chapter 1:
Introduction

Research Goal:
 To

perform the quantitative image
analysis using Receiver Operating
Characteristic (ROC) analysis of
enhanced and original images.
Chapter 1:
Introduction

Research Objectives:
To
develop
image
enhancement
techniques and determine whether the
techniques improves the image quality.
To evaluate subjectively mammographic
phantom image by subjective evaluation
rating scales.
To compare the quality of images with and
without enhancement techniques by using
ROC analysis.
Chapter 1:
Introduction

Research Scope:








Mammographic phantom containing
micronodules, nodules and fibrils was developed.
The mammographic phantom images were
obtained using Digital Mammography System.
For preprocessing techniques, the mammographic
images were denoised using low pass Gaussian
filter.
The structures of images were enhanced using
morphological techniques and 2D wavelet
transform.
Observers evaluated the mammographic
phantom image subjectively.
Chapter 2:
Literature Review

Chapter 2: Literature Review
From past studies, some devoted to
 contrast

enhancement
 Noise reduction
Chapter 2:
Literature Review

Previous Studies in Wavelet Applications


Song et al. (2006) claimed that wavelet transform and
morphological techniques gave less false positives (FPs)
[2].



Amutha et al. (2012)proved that Biorthogonal filter with
two level of decomposition combined with
morphological techniques improved the image quality
[1] [3].

References:
[1] Amutha, S., Ramesh Babu, D.R., Ravi Shankar, M. and Harish Kumar, N. (2011).

Mammographic Image Enhancement using Modified Mathematical Morphology and BiOrthogonal Wavelet. IEEE Transaction On Medical Imaging: 548 - 552.
[2] Bozek J., Mustra, M., Delac, K. and Grgic, M. (2009). A Survey of Image

Procesing Algorithms in Digital Mammography in Grgic, M., Delac, K. and
Ghanbari, M., (Eds), Recent Advances in Multimedia Signal Processing and
Communication, Berlin Heidelberg, Springer, 631- 657.
Chapter 2:
Literature Review

Previous Studies in Morphological Techniques


Kimori (2011) proved that the shape parameter of a
structuring element which set to the shape of the
structures improved the image contrast [4].



Kumar et al. (2012) proved that the mathematical
morphology enhanced the image contrast and
wavelet for denoising improved the image quality [3].

References:
[3] Harish, K.N., Amutha, S. and Ramesh, B.D.R. (2012). Enhancement of
Mammographic Images using Morphology and Wavelet Transform. International
Journal of Computer Technology & Applications. 3: 192 – 198.
[4] Kimori, Y. (2011). Mathematical Morphology-based Approach to the
Enhancement of Morphological Features in Medical Images. Journal of Clinical
Bioinformatics. 1: 1 – 10.










Flow charts of research activities
Development of anthropomorphic
mammographic phantom.
Image acquisition
Image Dataset
Image Preprocessing
Image Enhancement Techniques
Measuring image quality
Image Scoring
Receiver operating characteristic (ROC) analysis
Chapter 3:
Research Methodology

Flow charts of Research Activities
Develop a mammographic phantom
that contains micronodules, nodules and
fibrils accuracy detection.
Image Acquisition
Obtain mammographic phantom
images using Hologic Selenia Full Field
Digital Mammography System at
Hospital Sultan Ismail, Johor Bahru.
Image Dataset
Convert mammographic phantom
images in DICOM formats into TIFF
format.
Chapter 3:
Research Methodology

Image
Enhancement

Image without
enhancement

Image Preprocessing using
Low Pass Gaussian filter to
denoise images

Morphological
techniques using disk
structuring elements

2D wavelet transform
using Biorthogonal 2.8 filter
Chapter 3:
Research Methodology

Measuring image quality by using Peak
Signal to Ratio (PSNR) and MSE (mean
squared error).
Image Scoring

Observers interpreted the structures in
each mammographic images
subjectively.
ROC analysis

Operating points were
calculated using Excel
2010, CORROC2 and ROCFIT.
Chapter 3:
Research Methodology

Development of a mammographic phantom.
Nodule (wax)
Fibrils
(nylon string)

Micronodules
(SiO2)
Chapter 3:
Research Methodology

Perspex size (12 cm *
12 cm) with total
thickness 4.7 cm.
Chapter 3:
Research Methodology

Image Acquisition
Hologic Seleria Full Field
Digital Mammography
with focal spot 0.3 mm
at Diagnostic Imaging
Department, Hospital
Sultan Ismail, Johor
Bahru
Chapter 3:
Research Methodology

Image Acquisition
Image Dataset



Convert DICOM format mammographic phantom
images into TIFF (Tagged Image File Format)
format.
Image Preprocessing:
Low Pass Gaussian filter (MATLAB implementation)
%read image
I = imread('C:UsersL
745DesktopnewTIFFimagecrop ori
tifforiDCM27baru.tif');
figure (1), imshow (I, []);
I = rgb2gray(I);
I = im2double(I);
%remove using Gaussian low pass filter

W=fspecial('gaussian', [30 30], 0.6);
I2 =filter2(W,I)/65535;
figure(2),imshow (I2, []);
Image Preprocessing

Low pass Gaussian filter with filter size 30
with estimated parameter = 0.6

30
Image Enhancement:
Morphological techniques
The images were dilated using a „disk‟ shaped structuring
elements to improve the image contrast.
MATLAB command:
%morphological techniques enhancement
se = strel('disk', 4);
b = imdilate(I2, se);
figure (3), imshow(b, []);
I3=imclose(b, se);
figure (4), imshow(I3, []);
Image Enhancement:
2D Wavelet Transform

The mammographic images were enhanced using 2
level decomposition of Biorthogonal 2.8 filter.
Measuring Image Quality

Mean Squared Error (MSE):

MSE

M
i 1

N
j 1

x i, j
MN

y i. j

2
Measuring Image Quality

Peak Signal to Noise Ratio (PSNR):

PSNR

10 log

R
10

2

MSE

dB
Image Scoring
 ..Msc

Thesis2APPENDIX A.docx

Each observers interpreted the embedded structures
in mammographic phantom images subjectively
based on 5 confidence levels and subjective
evaluation on contrast visibility, sharpness and
overall image quality.
Receiver Operating Characteristics (ROC) Analysis



The interpretation score were calculated using
Microsoft Excel as attached in ..latest.xls.



CORROC2 and ROCFIT software was used to
process the clustered data from the ROC scoring
and operating calculation dataset as attached in
..OMORN1.RESnotepad.txt and
..MORM1.RESpresent.txt.
Chapter 4:
Results And Discussion

Chapter 4: Results and Discussion


Visual performance of original and enhanced
images.



Receiver Operating Characteristics (ROC) analysis



The comparison of ROC Az values between
observers



Subjective Evaluation Rating Scales
Visual Performance of Original and Enhanced
Images
Original image with
29 kVp, mAs = 124.6
under 5.8 cm
compression using Rh
filter.

Morphological enhanced
image.

Wavelet transform enhanced image using
Biorthogonal 2.8 wavelet filter, two level
decomposition
Figures below shows the graphs of MSE parameter versus
PSNR values obtained for original
images, morphological enhanced images and wavelet
transform enhanced images.
Receiver Operating Characteristics (ROC)
Curves

ROC curves were plotted using CORROC2
and ROCFIT. The significance of differences
of areas could be determined by the p
values.
Detection Of Nodules
Comparison of original and morphological
enhanced images.
Detection of nodules
Comparison of original and wavelet transform
enhanced images.
Detection Of Fibrils
Comparison of original and morphological
enhanced images.
Detection of fibrils
Comparison of original and wavelet transform
enhanced images
Detection Of Micronodules
Comparison of original and morphological
enhanced images.
observer 1 (detection of micronodules)
1

observer 2 (detection of micronodules)
1

original images (Az = .9973)
morphological enhanced images (Az = 0.9888)

0.6
0.4
0.2

original images (Az = 0.9742)

0.8

TPF (sensitivity)

0.8

0.6
0.4
0.2

0

0
0.1

0.2

0.3

0.4

0.5

0.6

0.7

0.8

0.9

1

0

0.1

0.2

0.3

FPF (1 - specificity)

0.4

0.5

0.6

FPF (1 - specificity)

observer 3 (detection of micronodules)
1

TPF (sensitivity)

0

morphological enhanced images (Az = 0.9993)

0.8
0.6
0.4
0.2
0
0

0.1

0.2

0.3

0.4

0.5

0.6

FPF (1 - specificity)

0.7

0.8

0.9

1

0.7

0.8

0.9

1
Detection of micronodules
Comparison of original and wavelet transform
enhanced images.
observer 3 (detection of micronodules)

observer 1 (detection of micronodules)
1

1

original images (Az = 0.9985)
wavelet transform enhanced images (Az = 0.9936)

0.8

TPF (sensitivity)

0.8
0.6
0.4
0.2

0.6
0.4
0.2

0
0

0.1

0.2

0.3

0.4

0.5

0.6

wavelet transform enhanced images (Az = 0.9933)

0.7

0.8

0.9

1

0
0

0.1

0.2

0.3

FPF (1 - specificity)

0.4

0.5

observer 4 (detection of micronodules)

TPF (sensitivity)

1

wavelet transform enhanced images (Az = 0.9918)

0.8
0.6
0.4
0.2
0
0

0.6

FPF (1 - specificity)

0.1

0.2

0.3

0.4

0.5

0.6

FPF (1 - specificity)

0.7

0.8

0.9

1

0.7

0.8

0.9

1
The comparison of ROC Az values between observers based on
trapezium method.

The comparison of Az in detection of nodules from original,
morphological enhanced and wavelet transform enhanced
images by all observers.
Detection of Fibrils
1

0.98

ROC Az Values

0.96

0.94

Original Images

0.92
Morphological
Enhancement Images

0.9

Wavelet Transform
Enhancement Images

0.88

0.86
Observer 1 Observer 2 Observer 3 Observer 4

Observers

The comparison of Az in detection of fibrils from original,
morphological enhanced and wavelet transform enhanced
images by all observers.
Detection of Micronodules
1.02
1

ROC Az Values

0.98
0.96
Original Images
0.94
Morphological Enhancement Images
0.92

Wavelet Transform Enhancement
Images

0.9
0.88
0.86
Observer 1

Observer 2

Observer 3

Observer 4

Observers

The comparison of Az in detection of micronodules from
original, morphological enhanced and wavelet transform enhanced
images by all observers.
Subjective Evaluation Rating Scales (Radiologist)
Image Dataset

Contrast Visibility/
σ value

Sharpness/
σ value

Overall image quality/
σ value

a)Original images

4.7
1.3

4.9
1.7

5.1
1.5

b) Morphological
Enhancement Images

3.2
0.8

3.6
0.9

3.6
0.9

c) Wavelet transform
Enhancement images

4.5
1.8

5.1
1.9

5.0
1.8

Mean rating scale values based on contrast visibility, sharpness
and overall image quality and standard deviation from radiologist.
Subjective Evaluation Rating Scales (OridinaryObserver)

Mean rating scale values based on contrast visibility, sharpness and
overall image quality and standard deviation from ordinary observer.
Discussions
Based on ROC curves Az values, morphological
enhancement improved the detection for nodules and
micronodules .Morphological enhancement improved
the detection of nodules based on trapezium method.
In morpholgical enhancement by using „disk‟ stucturing
elements, the dark details from the structures are
reduced. Dilation add pixels to the structures and
closing reduced the background pixels.
Wavelet transform enhancement could improve the
detection for fibrils and micronodules based on the Az
values from ROC curves and trapezium method.
The detection of fibrils and micronodules are
improved by reducing noisy pixels of images by
applying decomposition using Discrete Wavelet
Transform.
Both observers rated that original images are better
than enhanced images for contrast visibility, sharpness
and overall image quality based on the subjective
evaluation rating scales.

AEC function and higher effective energy beam (Rh
target and Rh filter) improved the quality of image by
minimizing quantum noise.
Chapter 5:
Conclusions And Future Work

Conclusions


The enhancement methods could not increase the
detection performance based on ROC analysis and
subjective evaluation rating scales.



PSNR values for all images did not affect the quality
of image and detection performance.



The best technical factors using AEC function
(mAs, kVp, filtration and target material) improved
the quality of original images .
Chapter 5:
Conclusions And Future Work

Future Work


The algorithms for the enhancement methods
have to improve to increase
effectiveness, sensitivity and the quality of images
with better visualization.



The algorithms should enhance contrast, spatial
resolution details, edge response and remove
noise without changing the morphology of the
structures.

More Related Content

What's hot

MEDICAL IMAGE TEXTURE SEGMENTATION USINGRANGE FILTER
MEDICAL IMAGE TEXTURE SEGMENTATION USINGRANGE FILTERMEDICAL IMAGE TEXTURE SEGMENTATION USINGRANGE FILTER
MEDICAL IMAGE TEXTURE SEGMENTATION USINGRANGE FILTERcscpconf
 
Detection of Diverse Tumefactions in Medial Images by Various Cumulation Methods
Detection of Diverse Tumefactions in Medial Images by Various Cumulation MethodsDetection of Diverse Tumefactions in Medial Images by Various Cumulation Methods
Detection of Diverse Tumefactions in Medial Images by Various Cumulation MethodsIRJET Journal
 
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
 
Multimodal Medical Image Fusion Based On SVD
Multimodal Medical Image Fusion Based On SVDMultimodal Medical Image Fusion Based On SVD
Multimodal Medical Image Fusion Based On SVDIOSR Journals
 
Mri brain tumour detection by histogram and segmentation
Mri brain tumour detection by histogram and segmentationMri brain tumour detection by histogram and segmentation
Mri brain tumour detection by histogram and segmentationiaemedu
 
Massive Regional Texture Extraction for Aerial and Natural Images
Massive Regional Texture Extraction for Aerial and Natural ImagesMassive Regional Texture Extraction for Aerial and Natural Images
Massive Regional Texture Extraction for Aerial and Natural ImagesIOSR Journals
 
Lec3: Pre-Processing Medical Images
Lec3: Pre-Processing Medical ImagesLec3: Pre-Processing Medical Images
Lec3: Pre-Processing Medical ImagesUlaş Bağcı
 
Paper id 25201482
Paper id 25201482Paper id 25201482
Paper id 25201482IJRAT
 
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
 
Brain tumor detection and segmentation using watershed segmentation and morph...
Brain tumor detection and segmentation using watershed segmentation and morph...Brain tumor detection and segmentation using watershed segmentation and morph...
Brain tumor detection and segmentation using watershed segmentation and morph...eSAT Journals
 
IRJET- Brain Tumour Detection and ART Classification Technique in MR Brai...
IRJET-  	  Brain Tumour Detection and ART Classification Technique in MR Brai...IRJET-  	  Brain Tumour Detection and ART Classification Technique in MR Brai...
IRJET- Brain Tumour Detection and ART Classification Technique in MR Brai...IRJET Journal
 
Brain Tumor Segmentation and Extraction of MR Images Based on Improved Waters...
Brain Tumor Segmentation and Extraction of MR Images Based on Improved Waters...Brain Tumor Segmentation and Extraction of MR Images Based on Improved Waters...
Brain Tumor Segmentation and Extraction of MR Images Based on Improved Waters...IOSR Journals
 
Brain tissue segmentation from MR images
Brain tissue segmentation from MR images Brain tissue segmentation from MR images
Brain tissue segmentation from MR images Tanmay Patil
 
Classification of Osteoporosis using Fractal Texture Features
Classification of Osteoporosis using Fractal Texture FeaturesClassification of Osteoporosis using Fractal Texture Features
Classification of Osteoporosis using Fractal Texture FeaturesIJMTST Journal
 
A Novel Multiple-kernel based Fuzzy c-means Algorithm with Spatial Informatio...
A Novel Multiple-kernel based Fuzzy c-means Algorithm with Spatial Informatio...A Novel Multiple-kernel based Fuzzy c-means Algorithm with Spatial Informatio...
A Novel Multiple-kernel based Fuzzy c-means Algorithm with Spatial Informatio...CSCJournals
 

What's hot (20)

34 107-1-pb
34 107-1-pb34 107-1-pb
34 107-1-pb
 
MEDICAL IMAGE TEXTURE SEGMENTATION USINGRANGE FILTER
MEDICAL IMAGE TEXTURE SEGMENTATION USINGRANGE FILTERMEDICAL IMAGE TEXTURE SEGMENTATION USINGRANGE FILTER
MEDICAL IMAGE TEXTURE SEGMENTATION USINGRANGE FILTER
 
Vol2no2 17
Vol2no2 17Vol2no2 17
Vol2no2 17
 
Detection of Diverse Tumefactions in Medial Images by Various Cumulation Methods
Detection of Diverse Tumefactions in Medial Images by Various Cumulation MethodsDetection of Diverse Tumefactions in Medial Images by Various Cumulation Methods
Detection of Diverse Tumefactions in Medial Images by Various Cumulation Methods
 
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...
 
Multimodal Medical Image Fusion Based On SVD
Multimodal Medical Image Fusion Based On SVDMultimodal Medical Image Fusion Based On SVD
Multimodal Medical Image Fusion Based On SVD
 
G011134454
G011134454G011134454
G011134454
 
Mri brain tumour detection by histogram and segmentation
Mri brain tumour detection by histogram and segmentationMri brain tumour detection by histogram and segmentation
Mri brain tumour detection by histogram and segmentation
 
[IJCT-V3I2P37] Authors: Amritpal Singh, Prithvipal Singh
[IJCT-V3I2P37] Authors: Amritpal Singh, Prithvipal Singh[IJCT-V3I2P37] Authors: Amritpal Singh, Prithvipal Singh
[IJCT-V3I2P37] Authors: Amritpal Singh, Prithvipal Singh
 
Jr3616801683
Jr3616801683Jr3616801683
Jr3616801683
 
Massive Regional Texture Extraction for Aerial and Natural Images
Massive Regional Texture Extraction for Aerial and Natural ImagesMassive Regional Texture Extraction for Aerial and Natural Images
Massive Regional Texture Extraction for Aerial and Natural Images
 
Lec3: Pre-Processing Medical Images
Lec3: Pre-Processing Medical ImagesLec3: Pre-Processing Medical Images
Lec3: Pre-Processing Medical Images
 
Paper id 25201482
Paper id 25201482Paper id 25201482
Paper id 25201482
 
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...
 
Brain tumor detection and segmentation using watershed segmentation and morph...
Brain tumor detection and segmentation using watershed segmentation and morph...Brain tumor detection and segmentation using watershed segmentation and morph...
Brain tumor detection and segmentation using watershed segmentation and morph...
 
IRJET- Brain Tumour Detection and ART Classification Technique in MR Brai...
IRJET-  	  Brain Tumour Detection and ART Classification Technique in MR Brai...IRJET-  	  Brain Tumour Detection and ART Classification Technique in MR Brai...
IRJET- Brain Tumour Detection and ART Classification Technique in MR Brai...
 
Brain Tumor Segmentation and Extraction of MR Images Based on Improved Waters...
Brain Tumor Segmentation and Extraction of MR Images Based on Improved Waters...Brain Tumor Segmentation and Extraction of MR Images Based on Improved Waters...
Brain Tumor Segmentation and Extraction of MR Images Based on Improved Waters...
 
Brain tissue segmentation from MR images
Brain tissue segmentation from MR images Brain tissue segmentation from MR images
Brain tissue segmentation from MR images
 
Classification of Osteoporosis using Fractal Texture Features
Classification of Osteoporosis using Fractal Texture FeaturesClassification of Osteoporosis using Fractal Texture Features
Classification of Osteoporosis using Fractal Texture Features
 
A Novel Multiple-kernel based Fuzzy c-means Algorithm with Spatial Informatio...
A Novel Multiple-kernel based Fuzzy c-means Algorithm with Spatial Informatio...A Novel Multiple-kernel based Fuzzy c-means Algorithm with Spatial Informatio...
A Novel Multiple-kernel based Fuzzy c-means Algorithm with Spatial Informatio...
 

Similar to Viva201393(1).pptxbaru

COMPRESSION BASED FACE RECOGNITION USING DWT AND SVM
COMPRESSION BASED FACE RECOGNITION USING DWT AND SVMCOMPRESSION BASED FACE RECOGNITION USING DWT AND SVM
COMPRESSION BASED FACE RECOGNITION USING DWT AND SVMsipij
 
Face Image Restoration based on sample patterns using MLP Neural Network
Face Image Restoration based on sample patterns using MLP Neural NetworkFace Image Restoration based on sample patterns using MLP Neural Network
Face Image Restoration based on sample patterns using MLP Neural NetworkIOSR Journals
 
Sparse Sampling in Digital Image Processing
Sparse Sampling in Digital Image ProcessingSparse Sampling in Digital Image Processing
Sparse Sampling in Digital Image ProcessingEswar Publications
 
Mammographic phantom images contrast enhancement
Mammographic phantom images contrast enhancementMammographic phantom images contrast enhancement
Mammographic phantom images contrast enhancementNor'Aida Khairuddin
 
Content Based Image Retrieval : Classification Using Neural Networks
Content Based Image Retrieval : Classification Using Neural NetworksContent Based Image Retrieval : Classification Using Neural Networks
Content Based Image Retrieval : Classification Using Neural Networksijma
 
PERFORMANCE ANALYSIS OF TEXTURE IMAGE RETRIEVAL FOR CURVELET, CONTOURLET TR...
PERFORMANCE ANALYSIS OF TEXTURE IMAGE  RETRIEVAL FOR CURVELET, CONTOURLET  TR...PERFORMANCE ANALYSIS OF TEXTURE IMAGE  RETRIEVAL FOR CURVELET, CONTOURLET  TR...
PERFORMANCE ANALYSIS OF TEXTURE IMAGE RETRIEVAL FOR CURVELET, CONTOURLET TR...ijfcstjournal
 
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
 
Learning Based Single Frame Image Super-resolution Using Fast Discrete Curvel...
Learning Based Single Frame Image Super-resolution Using Fast Discrete Curvel...Learning Based Single Frame Image Super-resolution Using Fast Discrete Curvel...
Learning Based Single Frame Image Super-resolution Using Fast Discrete Curvel...CSCJournals
 
Density Driven Image Coding for Tumor Detection in mri Image
Density Driven Image Coding for Tumor Detection in mri ImageDensity Driven Image Coding for Tumor Detection in mri Image
Density Driven Image Coding for Tumor Detection in mri ImageIOSRjournaljce
 
MR Image Compression Based on Selection of Mother Wavelet and Lifting Based W...
MR Image Compression Based on Selection of Mother Wavelet and Lifting Based W...MR Image Compression Based on Selection of Mother Wavelet and Lifting Based W...
MR Image Compression Based on Selection of Mother Wavelet and Lifting Based W...ijma
 
A robust technique of brain mri classification using color features and k nea...
A robust technique of brain mri classification using color features and k nea...A robust technique of brain mri classification using color features and k nea...
A robust technique of brain mri classification using color features and k nea...Salam Shah
 
Mr image compression based on selection of mother wavelet and lifting based w...
Mr image compression based on selection of mother wavelet and lifting based w...Mr image compression based on selection of mother wavelet and lifting based w...
Mr image compression based on selection of mother wavelet and lifting based w...ijma
 
AUTOMATIC TARGET DETECTION IN HYPERSPECTRAL IMAGES USING NEURAL NETWORK
AUTOMATIC TARGET DETECTION IN HYPERSPECTRAL IMAGES USING NEURAL NETWORKAUTOMATIC TARGET DETECTION IN HYPERSPECTRAL IMAGES USING NEURAL NETWORK
AUTOMATIC TARGET DETECTION IN HYPERSPECTRAL IMAGES USING NEURAL NETWORKijistjournal
 
Automatic target detection in
Automatic target detection inAutomatic target detection in
Automatic target detection inijistjournal
 
Segmentation of Tumor Region in MRI Images of Brain using Mathematical Morpho...
Segmentation of Tumor Region in MRI Images of Brain using Mathematical Morpho...Segmentation of Tumor Region in MRI Images of Brain using Mathematical Morpho...
Segmentation of Tumor Region in MRI Images of Brain using Mathematical Morpho...CSCJournals
 
Land Boundary Detection of an Island using improved Morphological Operation
Land Boundary Detection of an Island using improved Morphological OperationLand Boundary Detection of an Island using improved Morphological Operation
Land Boundary Detection of an Island using improved Morphological OperationCSCJournals
 
Brain Image Fusion using DWT and Laplacian Pyramid Approach and Tumor Detecti...
Brain Image Fusion using DWT and Laplacian Pyramid Approach and Tumor Detecti...Brain Image Fusion using DWT and Laplacian Pyramid Approach and Tumor Detecti...
Brain Image Fusion using DWT and Laplacian Pyramid Approach and Tumor Detecti...INFOGAIN PUBLICATION
 
Medical Image segmentation using Image Mining concepts
Medical Image segmentation using Image Mining conceptsMedical Image segmentation using Image Mining concepts
Medical Image segmentation using Image Mining conceptsEditor IJMTER
 

Similar to Viva201393(1).pptxbaru (20)

COMPRESSION BASED FACE RECOGNITION USING DWT AND SVM
COMPRESSION BASED FACE RECOGNITION USING DWT AND SVMCOMPRESSION BASED FACE RECOGNITION USING DWT AND SVM
COMPRESSION BASED FACE RECOGNITION USING DWT AND SVM
 
Face Image Restoration based on sample patterns using MLP Neural Network
Face Image Restoration based on sample patterns using MLP Neural NetworkFace Image Restoration based on sample patterns using MLP Neural Network
Face Image Restoration based on sample patterns using MLP Neural Network
 
J017166469
J017166469J017166469
J017166469
 
Sparse Sampling in Digital Image Processing
Sparse Sampling in Digital Image ProcessingSparse Sampling in Digital Image Processing
Sparse Sampling in Digital Image Processing
 
Mammographic phantom images contrast enhancement
Mammographic phantom images contrast enhancementMammographic phantom images contrast enhancement
Mammographic phantom images contrast enhancement
 
Content Based Image Retrieval : Classification Using Neural Networks
Content Based Image Retrieval : Classification Using Neural NetworksContent Based Image Retrieval : Classification Using Neural Networks
Content Based Image Retrieval : Classification Using Neural Networks
 
H0334749
H0334749H0334749
H0334749
 
PERFORMANCE ANALYSIS OF TEXTURE IMAGE RETRIEVAL FOR CURVELET, CONTOURLET TR...
PERFORMANCE ANALYSIS OF TEXTURE IMAGE  RETRIEVAL FOR CURVELET, CONTOURLET  TR...PERFORMANCE ANALYSIS OF TEXTURE IMAGE  RETRIEVAL FOR CURVELET, CONTOURLET  TR...
PERFORMANCE ANALYSIS OF TEXTURE IMAGE RETRIEVAL FOR CURVELET, CONTOURLET TR...
 
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...
 
Learning Based Single Frame Image Super-resolution Using Fast Discrete Curvel...
Learning Based Single Frame Image Super-resolution Using Fast Discrete Curvel...Learning Based Single Frame Image Super-resolution Using Fast Discrete Curvel...
Learning Based Single Frame Image Super-resolution Using Fast Discrete Curvel...
 
Density Driven Image Coding for Tumor Detection in mri Image
Density Driven Image Coding for Tumor Detection in mri ImageDensity Driven Image Coding for Tumor Detection in mri Image
Density Driven Image Coding for Tumor Detection in mri Image
 
MR Image Compression Based on Selection of Mother Wavelet and Lifting Based W...
MR Image Compression Based on Selection of Mother Wavelet and Lifting Based W...MR Image Compression Based on Selection of Mother Wavelet and Lifting Based W...
MR Image Compression Based on Selection of Mother Wavelet and Lifting Based W...
 
A robust technique of brain mri classification using color features and k nea...
A robust technique of brain mri classification using color features and k nea...A robust technique of brain mri classification using color features and k nea...
A robust technique of brain mri classification using color features and k nea...
 
Mr image compression based on selection of mother wavelet and lifting based w...
Mr image compression based on selection of mother wavelet and lifting based w...Mr image compression based on selection of mother wavelet and lifting based w...
Mr image compression based on selection of mother wavelet and lifting based w...
 
AUTOMATIC TARGET DETECTION IN HYPERSPECTRAL IMAGES USING NEURAL NETWORK
AUTOMATIC TARGET DETECTION IN HYPERSPECTRAL IMAGES USING NEURAL NETWORKAUTOMATIC TARGET DETECTION IN HYPERSPECTRAL IMAGES USING NEURAL NETWORK
AUTOMATIC TARGET DETECTION IN HYPERSPECTRAL IMAGES USING NEURAL NETWORK
 
Automatic target detection in
Automatic target detection inAutomatic target detection in
Automatic target detection in
 
Segmentation of Tumor Region in MRI Images of Brain using Mathematical Morpho...
Segmentation of Tumor Region in MRI Images of Brain using Mathematical Morpho...Segmentation of Tumor Region in MRI Images of Brain using Mathematical Morpho...
Segmentation of Tumor Region in MRI Images of Brain using Mathematical Morpho...
 
Land Boundary Detection of an Island using improved Morphological Operation
Land Boundary Detection of an Island using improved Morphological OperationLand Boundary Detection of an Island using improved Morphological Operation
Land Boundary Detection of an Island using improved Morphological Operation
 
Brain Image Fusion using DWT and Laplacian Pyramid Approach and Tumor Detecti...
Brain Image Fusion using DWT and Laplacian Pyramid Approach and Tumor Detecti...Brain Image Fusion using DWT and Laplacian Pyramid Approach and Tumor Detecti...
Brain Image Fusion using DWT and Laplacian Pyramid Approach and Tumor Detecti...
 
Medical Image segmentation using Image Mining concepts
Medical Image segmentation using Image Mining conceptsMedical Image segmentation using Image Mining concepts
Medical Image segmentation using Image Mining concepts
 

Recently uploaded

Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?XfilesPro
 
Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2Hyundai Motor Group
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsHyundai Motor Group
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 

Recently uploaded (20)

Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?
 
Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptxVulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
The transition to renewables in India.pdf
The transition to renewables in India.pdfThe transition to renewables in India.pdf
The transition to renewables in India.pdf
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 

Viva201393(1).pptxbaru

  • 1. MAMMOGRAPHIC PHANTOM IMAGE ANALYSIS USING RECEIVER OPERATING CHARACTERISTIC (ROC) CURVE By: NOR’AIDA BINTI KHAIRUDDIN Master Science (Physics) Supervised By: PROF MADYA DR WAN MUHAMMAD SARIDAN BIN WAN HASSAN
  • 2. Presentation Outline:  Introduction  Literature Review  Research Methodology  Result And Discussion  Summary And Conclusion
  • 3. Chapter 1: Introduction  Research Background  Problem Statement  Research Objectives  Scope Of Study  Organization Of Thesis
  • 4. Chapter 1: Introduction Problem Background: Large number of mammographic images have to be analysed.  Fatigue among radiologists.  Result in inaccurate readings.
  • 5. Chapter 1: Introduction Problem Background: Mammmographic images usually :  noisy low contrast  Wide range of anatomical patterns. 
  • 6. Chapter 1: Introduction Problem Statement: “Mammographic images usually noisy and have poor contrast with wide range of anatomical patterns leads to greater number of false positive cases among radiologist.” Image enhancement might help to increase the detection performance.
  • 7. Chapter 1: Introduction Research Goal:  To perform the quantitative image analysis using Receiver Operating Characteristic (ROC) analysis of enhanced and original images.
  • 8. Chapter 1: Introduction Research Objectives: To develop image enhancement techniques and determine whether the techniques improves the image quality. To evaluate subjectively mammographic phantom image by subjective evaluation rating scales. To compare the quality of images with and without enhancement techniques by using ROC analysis.
  • 9. Chapter 1: Introduction Research Scope:      Mammographic phantom containing micronodules, nodules and fibrils was developed. The mammographic phantom images were obtained using Digital Mammography System. For preprocessing techniques, the mammographic images were denoised using low pass Gaussian filter. The structures of images were enhanced using morphological techniques and 2D wavelet transform. Observers evaluated the mammographic phantom image subjectively.
  • 10. Chapter 2: Literature Review Chapter 2: Literature Review From past studies, some devoted to  contrast enhancement  Noise reduction
  • 11. Chapter 2: Literature Review Previous Studies in Wavelet Applications  Song et al. (2006) claimed that wavelet transform and morphological techniques gave less false positives (FPs) [2].  Amutha et al. (2012)proved that Biorthogonal filter with two level of decomposition combined with morphological techniques improved the image quality [1] [3]. References: [1] Amutha, S., Ramesh Babu, D.R., Ravi Shankar, M. and Harish Kumar, N. (2011). Mammographic Image Enhancement using Modified Mathematical Morphology and BiOrthogonal Wavelet. IEEE Transaction On Medical Imaging: 548 - 552. [2] Bozek J., Mustra, M., Delac, K. and Grgic, M. (2009). A Survey of Image Procesing Algorithms in Digital Mammography in Grgic, M., Delac, K. and Ghanbari, M., (Eds), Recent Advances in Multimedia Signal Processing and Communication, Berlin Heidelberg, Springer, 631- 657.
  • 12. Chapter 2: Literature Review Previous Studies in Morphological Techniques  Kimori (2011) proved that the shape parameter of a structuring element which set to the shape of the structures improved the image contrast [4].  Kumar et al. (2012) proved that the mathematical morphology enhanced the image contrast and wavelet for denoising improved the image quality [3]. References: [3] Harish, K.N., Amutha, S. and Ramesh, B.D.R. (2012). Enhancement of Mammographic Images using Morphology and Wavelet Transform. International Journal of Computer Technology & Applications. 3: 192 – 198. [4] Kimori, Y. (2011). Mathematical Morphology-based Approach to the Enhancement of Morphological Features in Medical Images. Journal of Clinical Bioinformatics. 1: 1 – 10.
  • 13.          Flow charts of research activities Development of anthropomorphic mammographic phantom. Image acquisition Image Dataset Image Preprocessing Image Enhancement Techniques Measuring image quality Image Scoring Receiver operating characteristic (ROC) analysis
  • 14. Chapter 3: Research Methodology Flow charts of Research Activities Develop a mammographic phantom that contains micronodules, nodules and fibrils accuracy detection. Image Acquisition Obtain mammographic phantom images using Hologic Selenia Full Field Digital Mammography System at Hospital Sultan Ismail, Johor Bahru. Image Dataset Convert mammographic phantom images in DICOM formats into TIFF format.
  • 15. Chapter 3: Research Methodology Image Enhancement Image without enhancement Image Preprocessing using Low Pass Gaussian filter to denoise images Morphological techniques using disk structuring elements 2D wavelet transform using Biorthogonal 2.8 filter
  • 16. Chapter 3: Research Methodology Measuring image quality by using Peak Signal to Ratio (PSNR) and MSE (mean squared error). Image Scoring Observers interpreted the structures in each mammographic images subjectively. ROC analysis Operating points were calculated using Excel 2010, CORROC2 and ROCFIT.
  • 17. Chapter 3: Research Methodology Development of a mammographic phantom. Nodule (wax) Fibrils (nylon string) Micronodules (SiO2)
  • 18. Chapter 3: Research Methodology Perspex size (12 cm * 12 cm) with total thickness 4.7 cm.
  • 19. Chapter 3: Research Methodology Image Acquisition Hologic Seleria Full Field Digital Mammography with focal spot 0.3 mm at Diagnostic Imaging Department, Hospital Sultan Ismail, Johor Bahru
  • 21. Image Dataset  Convert DICOM format mammographic phantom images into TIFF (Tagged Image File Format) format.
  • 22. Image Preprocessing: Low Pass Gaussian filter (MATLAB implementation) %read image I = imread('C:UsersL 745DesktopnewTIFFimagecrop ori tifforiDCM27baru.tif'); figure (1), imshow (I, []); I = rgb2gray(I); I = im2double(I); %remove using Gaussian low pass filter W=fspecial('gaussian', [30 30], 0.6); I2 =filter2(W,I)/65535; figure(2),imshow (I2, []);
  • 23. Image Preprocessing Low pass Gaussian filter with filter size 30 with estimated parameter = 0.6 30
  • 24. Image Enhancement: Morphological techniques The images were dilated using a „disk‟ shaped structuring elements to improve the image contrast. MATLAB command: %morphological techniques enhancement se = strel('disk', 4); b = imdilate(I2, se); figure (3), imshow(b, []); I3=imclose(b, se); figure (4), imshow(I3, []);
  • 25. Image Enhancement: 2D Wavelet Transform The mammographic images were enhanced using 2 level decomposition of Biorthogonal 2.8 filter.
  • 26. Measuring Image Quality Mean Squared Error (MSE): MSE M i 1 N j 1 x i, j MN y i. j 2
  • 27. Measuring Image Quality Peak Signal to Noise Ratio (PSNR): PSNR 10 log R 10 2 MSE dB
  • 28. Image Scoring  ..Msc Thesis2APPENDIX A.docx Each observers interpreted the embedded structures in mammographic phantom images subjectively based on 5 confidence levels and subjective evaluation on contrast visibility, sharpness and overall image quality.
  • 29. Receiver Operating Characteristics (ROC) Analysis  The interpretation score were calculated using Microsoft Excel as attached in ..latest.xls.  CORROC2 and ROCFIT software was used to process the clustered data from the ROC scoring and operating calculation dataset as attached in ..OMORN1.RESnotepad.txt and ..MORM1.RESpresent.txt.
  • 30. Chapter 4: Results And Discussion Chapter 4: Results and Discussion  Visual performance of original and enhanced images.  Receiver Operating Characteristics (ROC) analysis  The comparison of ROC Az values between observers  Subjective Evaluation Rating Scales
  • 31. Visual Performance of Original and Enhanced Images Original image with 29 kVp, mAs = 124.6 under 5.8 cm compression using Rh filter. Morphological enhanced image. Wavelet transform enhanced image using Biorthogonal 2.8 wavelet filter, two level decomposition
  • 32. Figures below shows the graphs of MSE parameter versus PSNR values obtained for original images, morphological enhanced images and wavelet transform enhanced images.
  • 33. Receiver Operating Characteristics (ROC) Curves ROC curves were plotted using CORROC2 and ROCFIT. The significance of differences of areas could be determined by the p values.
  • 34. Detection Of Nodules Comparison of original and morphological enhanced images.
  • 35. Detection of nodules Comparison of original and wavelet transform enhanced images.
  • 36. Detection Of Fibrils Comparison of original and morphological enhanced images.
  • 37. Detection of fibrils Comparison of original and wavelet transform enhanced images
  • 38. Detection Of Micronodules Comparison of original and morphological enhanced images. observer 1 (detection of micronodules) 1 observer 2 (detection of micronodules) 1 original images (Az = .9973) morphological enhanced images (Az = 0.9888) 0.6 0.4 0.2 original images (Az = 0.9742) 0.8 TPF (sensitivity) 0.8 0.6 0.4 0.2 0 0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1 0 0.1 0.2 0.3 FPF (1 - specificity) 0.4 0.5 0.6 FPF (1 - specificity) observer 3 (detection of micronodules) 1 TPF (sensitivity) 0 morphological enhanced images (Az = 0.9993) 0.8 0.6 0.4 0.2 0 0 0.1 0.2 0.3 0.4 0.5 0.6 FPF (1 - specificity) 0.7 0.8 0.9 1 0.7 0.8 0.9 1
  • 39. Detection of micronodules Comparison of original and wavelet transform enhanced images. observer 3 (detection of micronodules) observer 1 (detection of micronodules) 1 1 original images (Az = 0.9985) wavelet transform enhanced images (Az = 0.9936) 0.8 TPF (sensitivity) 0.8 0.6 0.4 0.2 0.6 0.4 0.2 0 0 0.1 0.2 0.3 0.4 0.5 0.6 wavelet transform enhanced images (Az = 0.9933) 0.7 0.8 0.9 1 0 0 0.1 0.2 0.3 FPF (1 - specificity) 0.4 0.5 observer 4 (detection of micronodules) TPF (sensitivity) 1 wavelet transform enhanced images (Az = 0.9918) 0.8 0.6 0.4 0.2 0 0 0.6 FPF (1 - specificity) 0.1 0.2 0.3 0.4 0.5 0.6 FPF (1 - specificity) 0.7 0.8 0.9 1 0.7 0.8 0.9 1
  • 40. The comparison of ROC Az values between observers based on trapezium method. The comparison of Az in detection of nodules from original, morphological enhanced and wavelet transform enhanced images by all observers.
  • 41. Detection of Fibrils 1 0.98 ROC Az Values 0.96 0.94 Original Images 0.92 Morphological Enhancement Images 0.9 Wavelet Transform Enhancement Images 0.88 0.86 Observer 1 Observer 2 Observer 3 Observer 4 Observers The comparison of Az in detection of fibrils from original, morphological enhanced and wavelet transform enhanced images by all observers.
  • 42. Detection of Micronodules 1.02 1 ROC Az Values 0.98 0.96 Original Images 0.94 Morphological Enhancement Images 0.92 Wavelet Transform Enhancement Images 0.9 0.88 0.86 Observer 1 Observer 2 Observer 3 Observer 4 Observers The comparison of Az in detection of micronodules from original, morphological enhanced and wavelet transform enhanced images by all observers.
  • 43. Subjective Evaluation Rating Scales (Radiologist) Image Dataset Contrast Visibility/ σ value Sharpness/ σ value Overall image quality/ σ value a)Original images 4.7 1.3 4.9 1.7 5.1 1.5 b) Morphological Enhancement Images 3.2 0.8 3.6 0.9 3.6 0.9 c) Wavelet transform Enhancement images 4.5 1.8 5.1 1.9 5.0 1.8 Mean rating scale values based on contrast visibility, sharpness and overall image quality and standard deviation from radiologist.
  • 44. Subjective Evaluation Rating Scales (OridinaryObserver) Mean rating scale values based on contrast visibility, sharpness and overall image quality and standard deviation from ordinary observer.
  • 45. Discussions Based on ROC curves Az values, morphological enhancement improved the detection for nodules and micronodules .Morphological enhancement improved the detection of nodules based on trapezium method. In morpholgical enhancement by using „disk‟ stucturing elements, the dark details from the structures are reduced. Dilation add pixels to the structures and closing reduced the background pixels. Wavelet transform enhancement could improve the detection for fibrils and micronodules based on the Az values from ROC curves and trapezium method.
  • 46. The detection of fibrils and micronodules are improved by reducing noisy pixels of images by applying decomposition using Discrete Wavelet Transform. Both observers rated that original images are better than enhanced images for contrast visibility, sharpness and overall image quality based on the subjective evaluation rating scales. AEC function and higher effective energy beam (Rh target and Rh filter) improved the quality of image by minimizing quantum noise.
  • 47. Chapter 5: Conclusions And Future Work Conclusions  The enhancement methods could not increase the detection performance based on ROC analysis and subjective evaluation rating scales.  PSNR values for all images did not affect the quality of image and detection performance.  The best technical factors using AEC function (mAs, kVp, filtration and target material) improved the quality of original images .
  • 48. Chapter 5: Conclusions And Future Work Future Work  The algorithms for the enhancement methods have to improve to increase effectiveness, sensitivity and the quality of images with better visualization.  The algorithms should enhance contrast, spatial resolution details, edge response and remove noise without changing the morphology of the structures.