SlideShare a Scribd company logo
An efficient Brain Tumor Extraction from MRI Images using Entropy Measures 2014-15
Poornima University, Jaipur M. Tech. (Computer Engineering) Page ii
CERTIFICATE
This is to certify that Deepika Joshi, Registration No. 2013PUSETMCEX02345, student of M.
Tech. in Computer Engineering branch, Department of Computer Engineering, School of
Engineering & Technology has submitted this dissertation entitled “An efficient Brain Tumor
Extraction from MRI Images using Entropy Measures” under the supervision of Mr.
Devendra Kumar Somwanshi, Assistant Professor, Department of Computer Engineering,
Poornima University towards partial fulfillment of the requirements for the Degree of M. Tech.
from the Poornima University.
Dr. Mahesh Bundele Dr. Manoj Gupta
Dean, Research & Development Dean, SET
An efficient Brain Tumor Extraction from MRI Images using Entropy Measures 2014-15
Poornima University, Jaipur M. Tech. (Computer Engineering) Page iii
CANDIDATE’S DECLARATION
I hereby declare that the work which is being presented in this dissertation entitled, “An efficient
Brain Tumor Extraction from MRI Images using Entropy Measures” in the partial
fulfillment for the award of the Degree of Master of Technology in Computer Engineering
branch, Department of Computer Engineering, School of Engineering & Technology, Poornima
University, Jaipur, is an authentic record of original work done by me during the period from
January, 2015 to July, 2015 under the supervision and guidance of Mr. Devendra Kumar
Somwanshi, Assistant Professor, Department of Computer Engineering, Poornima University.
I have not submitted the matter embodied in this dissertation for the award of any other
degree.
Dated: Deepika Joshi
Place: Jaipur 2013PUSETMCSX02345
SUPERVISOR’S CERTIFICATE
This is to certify that this dissertation is based on original work done by the candidate under my
supervision and to the best of my knowledge; this work has not been submitted elsewhere for the
award of any degree.
Dated: Mr. Devendra Kumar Somwanshi
Place: Jaipur Assistant Professor
Department of Computer Engineering
An efficient Brain Tumor Extraction from MRI Images using Entropy Measures 2014-15
Poornima University, Jaipur M. Tech. (Computer Engineering) Page iv
ACKNOWLEDGEMENT
I would like to express my deep gratitude and thanks to my Guide Mr. Devendra
Kumar Somwanshi, Assistant Professor, Department of Computer Engineering, Poornima
University for giving me an opportunity to work under his guidance for my Dissertation Work. I
would also express my sincere thanks to Dr. Mahesh Bundele, Dean, Research and
Development, Poornima University, for his consistent motivation & direction in this regard for
his support in Dissertation Work. I extend my deep sense of gratitude and respect towards
honorable Dr. S. M. Seth, Chairperson, Poornima University and Chairman, Poornima
Foundation for his continuous inspiration and motivation for the research.
I would like to express my deep gratitude to Dr. K. K. S. Bhatia, President, Poornima
University for his kind support and guidance from time to time. My sincere thanks are due to
Mr. Shashikant Singhi, Secretary, Shanti Education Society & Director General, Poornima
Foundation, who has established Poornima University and given us an opportunity to undergo
research work in this university.
I extend my sincere thanks to Dr. Manoj Gupta, Provost and Dean (SET and SBA),
Poornima University for his continuous support and encouragements throughout the course work
of my Master program.
I would like to express my sincere thanks to Dr. Chandni Kirplani, Registrar, Poornima
University for her support.
Deepika Joshi
An efficient Brain Tumor Extraction from MRI Images using Entropy Measures 2014-15
Poornima University, Jaipur M. Tech. (Computer Engineering) Page v
ABSTRACT
Magnetic Resonance Imaging (MRI) is increasingly being used in medical field because of its
ability to produce, non-invasively, high quality images of the inside of the human body. Since its
introduction in early 70’s, more and more complex acquisition techniques have been proposed,
raising MRI to be exploited in a wide spectrum of applications. Medical imaging seeks to reveal
internal structures hidden by the skin and bones, as well as to diagnose and treat disease. In that
way, MRI has become a useful medical diagnostic tool for the diagnosis of brain and other
medical images. Brain Tumor extraction and its analysis are challenging tasks in medical image
processing because brain image is complicated. Detection of brain tumor is one of the emerging
topics of research in biomedical image processing. Accurate detection is critical, especially when
the tumor morphological changes remain subtle, irregular and difficult to assess by clinical
examination. Brain Tumor is one of the frequent and leading causes of mortality, especially in
developed countries. Though brain tumor leads to death, early detection can increase the survival
rate.
In this dissertation work the main emphasis laid on to design an approach, which is a detection
technique so that the proposed effectively detects and diagnose the tumor in their early stage. In
this the threshold selection is done on the basis of different entropy measures such as Shannon,
Renyi, Havrda-Charvat, Kapur and Vajda entropy measures that has been used in order to detect
the Brain Tumor from MRI Images. Simulation results for different entropy measures are also
presented. At the end of the process tumor is extracted from the MRI images and its exact
position and shape are determined and various parameters like contrast, angular momentum and
entropy value have been calculated.
Here an efficient detection of brain tumor has been introduced and it has been observed that
Havrda Charvat Entropy measure provides satisfactory results in early detection of Brain Tumor.
The proposed work has been applied on MRI Images in order to get more clear and enhanced
picture of the Tumor for its early detection. Thus the developed approach is introduced to solve
the problem for tumor case of clinical MRI analysis and extracted the size and other dimensions
of tumor automatically by accurately computing the abnormal tissue areas.
An efficient Brain Tumor Extraction from MRI Images using Entropy Measures 2014-15
Poornima University, Jaipur M. Tech. (Computer Engineering) Page vi
TABLE OF CONTENTS
Cover Page i
Certificate ii
Candidate’s Declaration iii
Supervisor’s Certificate iii
Acknowledgement iv
Abstract v
Table of contents vi-ix
List of tables x…
List of Figures xi-xii
List of Acronyms xiii
Chapter 1 Introduction 1-10
1.1 Brain Anatomy Overview 1
1.1.1 Brainstem 2
1.1.2 Cerebellum 2
1.1.3 Frontal Lobe 2
1.1.4 Occipital Lobe 2
1.1.5 Parietal Lobe 2
1.1.6 Temporal Lobe 3
1.2 Brain tumors 3
1.3 MRI Images 4
1.4 The Image Segmentation 6
1.5 Application of Image Segmentation 6
1.5.1 Content Based Image Retrieval 6
1.5.2 Machine Vision 7
1.5.3 Medical Imaging 7
1.5.4 Object Detection 7
1.6 Introduction to Brain Tumor Segmentation 8
1.7 Difficulties in segmentation of Brain MRI 8
1.8 Thresholding 8
An efficient Brain Tumor Extraction from MRI Images using Entropy Measures 2014-15
Poornima University, Jaipur M. Tech. (Computer Engineering) Page vii
1.10 Thresholding Algorithm 9
1.10.1 Global thresholding algorithms 9
1.10.2 Local or adaptive thresholding algorithms 9
1.11 Thresholding Methods 9
1.11.1 Histogram Shape-Based Methods 9
1.11.2 Clustering Based Methods 9
1.11.3 Entropy Based Methods 9
1.11.4 Object Attribute-Based Methods 10
1.11.5 Spatial Methods 10
1.11.6 Local Methods 10
Chapter 2 Literature Review 11-34
2.1 Review Process Adopted 11
2.1.1 Stage 0: Get a “feel” 12
2.1.2 Stage 1: Get a “picture” 12
2.1.3 Stage 2: Get the “details” 13
2.1.4 Stage 3: “Evaluate the details” 13
2.1.5 Stage 3+: “Synthesize the detail” 13
2.2 Categorical Reviews in An efficient Brain Tumor extraction
from MRI Images using Entropy Measures 14
2.2.1 Review outcome in the issue 13
2.2.2 Common findings obtained in the issue 26
2.3 Issue wise solution approaches 27
2.4 Strengths and weaknesses 32
2.4.1 Strengths 32
2.4.2 Weaknesses 33
2.5 Gaps 34
2.6 Problem Statement 34
2.7 Objectives 34
Chapter 3 Theoretical Aspects 36-39
3.1 Classification of Image Segmentation 36
3.1.1 Thresholding Method 37
An efficient Brain Tumor Extraction from MRI Images using Entropy Measures 2014-15
Poornima University, Jaipur M. Tech. (Computer Engineering) Page viii
3.1.2 Edge Based Segmentation Method 37
3.1.3Region Based Segmentation Method 38
3.1.4 Clustering Based Segmentation Method 38
3.1.5 Watershed Based Segmentation Method 38
3.1.6 Partial Differential Equation Based Segmentation
Method 39
3.1.7 Artificial Neural Network Based Segmentation
Method
3.1.8 Comparison of various segmentation technique 39
3.2 Entropy Measures 39
Chapter 4 Design aspects of Proposed Work 44-55
4.1 System Design of the work 44
4.1.1 Input Image 44
4.1.2 Preprocessing 45
4.1.3 Feature Extraction 45
4.1.4 Segmentation 45
4.1.5 Entropy Calculation 46
4.1.6 Diagnosis 46
4.2 Details of data used 46
4.3 Design and Implementation of the work carried out 47
4.3.1 Algorithm 47
4.3.2 Process Flow Diagram 47
4.3.2.1 Flow chart for Shannon Entropy 49
4.3.2.2 Flow chart for Renyi Entropy 50
4.3.2.3 Flow chart for Havrda-Charvat Entropy 51
4.3.2.4 Flow chart for Kapur Entropy 52
4.3.2.5 Flow chart for Vajda Entropy 53
4.4 Details of Software 54
4.4.1 Software Specification 54
4.5 Details of Performance Parameters 54
4.5.1 Contrast 54
An efficient Brain Tumor Extraction from MRI Images using Entropy Measures 2014-15
Poornima University, Jaipur M. Tech. (Computer Engineering) Page ix
4.5.2 Homogeneity 54
4.5.3 Dissimilarity 55
4.5.4 Entropy 55
Chapter 5 Experimental Results and Analysis 56-74
5.1 Experimental Results and discussions 56
5.2 Result Analysis 64
5.3 Future Work 73
Chapter 6 Conclusion 75
References 77-79
An efficient Brain Tumor Extraction from MRI Images using Entropy Measures 2014-15
Poornima University, Jaipur M. Tech. (Computer Engineering) Page x
LIST OF TABLES
Table No. Table Name Page No.
2.1
Stage 2 questions along with probable location of answers in
the papers
10
2.3 Categorical Review of Research Paper 26
2.4 Comparison of different Entropy Measures 30
3.1 Comparison of various Segmentation Techniques 38
5.1 To Perform Shannon Entropy 56
5.2 To Perform Vajda Entropy 58
5.3 To perform Kapur Entropy 60
5.4 To perform Renyi Entropy 62
5.5 To perform Havrda-Charvat Entropy 64
5.6 Result analysis using different entropies 66
5.7 Result Analysis through different MRI Images 67
5.8
Texture Feature of different MRI Images for Shannon
Entropy
68
5.9 Texture Feature of different cases for Renyi Entropy 69
5.10 Texture Feature of different cases for Kapur Entropy 70
5.11 Texture Feature of different cases for Vajda Entropy 70
5.12
Texture Feature of different cases for Havrda-Charvat
Entropy
70
5.13 Data Analysis of different Entropy Function 71
An efficient Brain Tumor Extraction from MRI Images using Entropy Measures 2014-15
Poornima University, Jaipur M. Tech. (Computer Engineering) Page xi
LIST OF FIGURES
Figure No. Figure Caption Page No.
1.1 Subdivision of Human Brain 2
1.3 Clinical Diagnosis of patient’s head 5
1.4 Three planes of clinical diagnosis 5
2.1 Review Process Stage Analysis 12
3.1 Image Segmentation Techniques 36
4.1 System Block Diagram 44
4.2 Process flow diagram 47
An efficient Brain Tumor Extraction from MRI Images using Entropy Measures 2014-15
Poornima University, Jaipur M. Tech. (Computer Engineering) Page xii
LIST OF ACRONYMS
CI Computational Intelligence
CNN Cellular Neural Network
CT Computed Tomography
CPU Central Processing unit
EEG Electroencephalograms
GA Genetic Algorithms
GFO Generalized Fuzzy Operator
HSOM Hierarchical Self Organizing Map
HTTP Hyper Text Markup Language
IKFCM Improved Kernel Fuzzy C-Means
I/O Input /Output
MA Monitoring Agent
MRI Magnetic Resonance Imaging
OLTP Online Transaction Processing Test
PDI Provable Data Integrity
PET Positron Emission Tomography
PSO Particle Swarm Optimization
SLA Service Level Agreement
SVM Support Vector Machine
SWA Segmented Weighted Aggregation
TCCP Trusted Cloud Computing Platform
TLS Transport level security
TMR Triple Modular Redundancy
TTP Trusted Third Party

More Related Content

What's hot

Brain tumor detection and localization in magnetic resonance imaging
Brain tumor detection and localization in magnetic resonance imagingBrain tumor detection and localization in magnetic resonance imaging
Brain tumor detection and localization in magnetic resonance imaging
ijitcs
 
IRJET- An Efficient Brain Tumor Detection System using Automatic Segmenta...
IRJET-  	  An Efficient Brain Tumor Detection System using Automatic Segmenta...IRJET-  	  An Efficient Brain Tumor Detection System using Automatic Segmenta...
IRJET- An Efficient Brain Tumor Detection System using Automatic Segmenta...
IRJET Journal
 
Fu2410501055
Fu2410501055Fu2410501055
Fu2410501055
IJERA Editor
 
Brain Tumor Detection Using Image Processing
Brain Tumor Detection Using Image ProcessingBrain Tumor Detection Using Image Processing
Brain Tumor Detection Using Image Processing
Sinbad Konick
 
MRI Image Segmentation by Using DWT for Detection of Brain Tumor
MRI Image Segmentation by Using DWT for Detection of Brain TumorMRI Image Segmentation by Using DWT for Detection of Brain Tumor
MRI Image Segmentation by Using DWT for Detection of Brain Tumor
ijtsrd
 
AN ANN BASED BRAIN ABNORMALITY DETECTION USING MR IMAGES
AN ANN BASED BRAIN ABNORMALITY DETECTION USING MR IMAGESAN ANN BASED BRAIN ABNORMALITY DETECTION USING MR IMAGES
AN ANN BASED BRAIN ABNORMALITY DETECTION USING MR IMAGES
cscpconf
 
IRJET - Deep Learning based Bone Tumor Detection with Real Time Datasets
IRJET -  	  Deep Learning based Bone Tumor Detection with Real Time DatasetsIRJET -  	  Deep Learning based Bone Tumor Detection with Real Time Datasets
IRJET - Deep Learning based Bone Tumor Detection with Real Time Datasets
IRJET Journal
 
A Survey on Segmentation Techniques Used For Brain Tumor Detection
A Survey on Segmentation Techniques Used For Brain Tumor DetectionA Survey on Segmentation Techniques Used For Brain Tumor Detection
A Survey on Segmentation Techniques Used For Brain Tumor Detection
Editor IJMTER
 
Imageprocessinginbraintumordetection 190316110830
Imageprocessinginbraintumordetection 190316110830Imageprocessinginbraintumordetection 190316110830
Imageprocessinginbraintumordetection 190316110830
03446940736
 
BiswasSK_CV
BiswasSK_CVBiswasSK_CV
BiswasSK_CV
Samir Kumar Biswas
 
Intelligent Detection of Glaucoma Using Ballistic Optical Imaging
Intelligent Detection of Glaucoma Using Ballistic Optical ImagingIntelligent Detection of Glaucoma Using Ballistic Optical Imaging
Intelligent Detection of Glaucoma Using Ballistic Optical Imaging
DR.P.S.JAGADEESH KUMAR
 
Hybrids Otsu Method, Feature region and Mathematical Morphology for Calculati...
Hybrids Otsu Method, Feature region and Mathematical Morphology for Calculati...Hybrids Otsu Method, Feature region and Mathematical Morphology for Calculati...
Hybrids Otsu Method, Feature region and Mathematical Morphology for Calculati...
TELKOMNIKA JOURNAL
 
IMAGE SEGMENTATION USING FCM ALGORITM | J4RV3I12021
IMAGE SEGMENTATION USING FCM ALGORITM | J4RV3I12021IMAGE SEGMENTATION USING FCM ALGORITM | J4RV3I12021
IMAGE SEGMENTATION USING FCM ALGORITM | J4RV3I12021
Journal For Research
 
Pet appilcation[1]
Pet  appilcation[1]Pet  appilcation[1]
Pet appilcation[1]
SanzzuTimilsina
 
IRJET - Detection of Brain Tumor from MRI Images using MATLAB
IRJET - Detection of Brain Tumor from MRI Images using MATLABIRJET - Detection of Brain Tumor from MRI Images using MATLAB
IRJET - Detection of Brain Tumor from MRI Images using MATLAB
IRJET Journal
 
Image Processing Technique for Brain Abnormality Detection
Image Processing Technique for Brain Abnormality DetectionImage Processing Technique for Brain Abnormality Detection
Image Processing Technique for Brain Abnormality Detection
CSCJournals
 
call for papers, research paper publishing, where to publish research paper, ...
call for papers, research paper publishing, where to publish research paper, ...call for papers, research paper publishing, where to publish research paper, ...
call for papers, research paper publishing, where to publish research paper, ...
International Journal of Engineering Inventions www.ijeijournal.com
 
IRJET - Classification of Cancer Images using Deep Learning
IRJET -  	  Classification of Cancer Images using Deep LearningIRJET -  	  Classification of Cancer Images using Deep Learning
IRJET - Classification of Cancer Images using Deep Learning
IRJET Journal
 

What's hot (18)

Brain tumor detection and localization in magnetic resonance imaging
Brain tumor detection and localization in magnetic resonance imagingBrain tumor detection and localization in magnetic resonance imaging
Brain tumor detection and localization in magnetic resonance imaging
 
IRJET- An Efficient Brain Tumor Detection System using Automatic Segmenta...
IRJET-  	  An Efficient Brain Tumor Detection System using Automatic Segmenta...IRJET-  	  An Efficient Brain Tumor Detection System using Automatic Segmenta...
IRJET- An Efficient Brain Tumor Detection System using Automatic Segmenta...
 
Fu2410501055
Fu2410501055Fu2410501055
Fu2410501055
 
Brain Tumor Detection Using Image Processing
Brain Tumor Detection Using Image ProcessingBrain Tumor Detection Using Image Processing
Brain Tumor Detection Using Image Processing
 
MRI Image Segmentation by Using DWT for Detection of Brain Tumor
MRI Image Segmentation by Using DWT for Detection of Brain TumorMRI Image Segmentation by Using DWT for Detection of Brain Tumor
MRI Image Segmentation by Using DWT for Detection of Brain Tumor
 
AN ANN BASED BRAIN ABNORMALITY DETECTION USING MR IMAGES
AN ANN BASED BRAIN ABNORMALITY DETECTION USING MR IMAGESAN ANN BASED BRAIN ABNORMALITY DETECTION USING MR IMAGES
AN ANN BASED BRAIN ABNORMALITY DETECTION USING MR IMAGES
 
IRJET - Deep Learning based Bone Tumor Detection with Real Time Datasets
IRJET -  	  Deep Learning based Bone Tumor Detection with Real Time DatasetsIRJET -  	  Deep Learning based Bone Tumor Detection with Real Time Datasets
IRJET - Deep Learning based Bone Tumor Detection with Real Time Datasets
 
A Survey on Segmentation Techniques Used For Brain Tumor Detection
A Survey on Segmentation Techniques Used For Brain Tumor DetectionA Survey on Segmentation Techniques Used For Brain Tumor Detection
A Survey on Segmentation Techniques Used For Brain Tumor Detection
 
Imageprocessinginbraintumordetection 190316110830
Imageprocessinginbraintumordetection 190316110830Imageprocessinginbraintumordetection 190316110830
Imageprocessinginbraintumordetection 190316110830
 
BiswasSK_CV
BiswasSK_CVBiswasSK_CV
BiswasSK_CV
 
Intelligent Detection of Glaucoma Using Ballistic Optical Imaging
Intelligent Detection of Glaucoma Using Ballistic Optical ImagingIntelligent Detection of Glaucoma Using Ballistic Optical Imaging
Intelligent Detection of Glaucoma Using Ballistic Optical Imaging
 
Hybrids Otsu Method, Feature region and Mathematical Morphology for Calculati...
Hybrids Otsu Method, Feature region and Mathematical Morphology for Calculati...Hybrids Otsu Method, Feature region and Mathematical Morphology for Calculati...
Hybrids Otsu Method, Feature region and Mathematical Morphology for Calculati...
 
IMAGE SEGMENTATION USING FCM ALGORITM | J4RV3I12021
IMAGE SEGMENTATION USING FCM ALGORITM | J4RV3I12021IMAGE SEGMENTATION USING FCM ALGORITM | J4RV3I12021
IMAGE SEGMENTATION USING FCM ALGORITM | J4RV3I12021
 
Pet appilcation[1]
Pet  appilcation[1]Pet  appilcation[1]
Pet appilcation[1]
 
IRJET - Detection of Brain Tumor from MRI Images using MATLAB
IRJET - Detection of Brain Tumor from MRI Images using MATLABIRJET - Detection of Brain Tumor from MRI Images using MATLAB
IRJET - Detection of Brain Tumor from MRI Images using MATLAB
 
Image Processing Technique for Brain Abnormality Detection
Image Processing Technique for Brain Abnormality DetectionImage Processing Technique for Brain Abnormality Detection
Image Processing Technique for Brain Abnormality Detection
 
call for papers, research paper publishing, where to publish research paper, ...
call for papers, research paper publishing, where to publish research paper, ...call for papers, research paper publishing, where to publish research paper, ...
call for papers, research paper publishing, where to publish research paper, ...
 
IRJET - Classification of Cancer Images using Deep Learning
IRJET -  	  Classification of Cancer Images using Deep LearningIRJET -  	  Classification of Cancer Images using Deep Learning
IRJET - Classification of Cancer Images using Deep Learning
 

Viewers also liked

EQUIPMENT RENTALS TO SUITE YOUR COMPANIES NEED
EQUIPMENT RENTALS TO SUITE YOUR COMPANIES NEEDEQUIPMENT RENTALS TO SUITE YOUR COMPANIES NEED
EQUIPMENT RENTALS TO SUITE YOUR COMPANIES NEED
Equitech IT
 
ಭೂಮಿ ಆಕಾಶದಲ್ಲಿರುವ ಪ್ರತಿಯೊಂದು ವಸ್ತುವೂ ಅಲ್ಲಾಹನನ್ನು ಜಪಿಸಿದೆ
ಭೂಮಿ ಆಕಾಶದಲ್ಲಿರುವ ಪ್ರತಿಯೊಂದು ವಸ್ತುವೂ ಅಲ್ಲಾಹನನ್ನು ಜಪಿಸಿದೆಭೂಮಿ ಆಕಾಶದಲ್ಲಿರುವ ಪ್ರತಿಯೊಂದು ವಸ್ತುವೂ ಅಲ್ಲಾಹನನ್ನು ಜಪಿಸಿದೆ
ಭೂಮಿ ಆಕಾಶದಲ್ಲಿರುವ ಪ್ರತಿಯೊಂದು ವಸ್ತುವೂ ಅಲ್ಲಾಹನನ್ನು ಜಪಿಸಿದೆ
FAHIM AKTHAR ULLAL
 
The Building Monitor Ad
The Building Monitor AdThe Building Monitor Ad
The Building Monitor Ad
TheBuildingMonitor
 
Latest resume
Latest resumeLatest resume
Latest resume
Thomas Drew
 
Diane goodman Herdsa 2013 subm
Diane goodman Herdsa 2013 submDiane goodman Herdsa 2013 subm
Diane goodman Herdsa 2013 subm
Diane Goodman
 
Reliability
ReliabilityReliability
Risk management for the Agile world
Risk management for the Agile worldRisk management for the Agile world
Risk management for the Agile world
niksilver
 
Announcements - Week of March 4-10
Announcements - Week of March 4-10Announcements - Week of March 4-10
Announcements - Week of March 4-10
wlbcmusic
 
Marienismo
MarienismoMarienismo
Marienismo
aurora_diaz95
 
Identificacion Elementos clasicos
Identificacion Elementos clasicosIdentificacion Elementos clasicos
Identificacion Elementos clasicos
aurora_diaz95
 
Iris Klaßen: Für Projekte werben
Iris Klaßen: Für Projekte werbenIris Klaßen: Für Projekte werben
Iris Klaßen: Für Projekte werben
Stefanie Kollenberg, Raabe Verlag
 

Viewers also liked (12)

EQUIPMENT RENTALS TO SUITE YOUR COMPANIES NEED
EQUIPMENT RENTALS TO SUITE YOUR COMPANIES NEEDEQUIPMENT RENTALS TO SUITE YOUR COMPANIES NEED
EQUIPMENT RENTALS TO SUITE YOUR COMPANIES NEED
 
ಭೂಮಿ ಆಕಾಶದಲ್ಲಿರುವ ಪ್ರತಿಯೊಂದು ವಸ್ತುವೂ ಅಲ್ಲಾಹನನ್ನು ಜಪಿಸಿದೆ
ಭೂಮಿ ಆಕಾಶದಲ್ಲಿರುವ ಪ್ರತಿಯೊಂದು ವಸ್ತುವೂ ಅಲ್ಲಾಹನನ್ನು ಜಪಿಸಿದೆಭೂಮಿ ಆಕಾಶದಲ್ಲಿರುವ ಪ್ರತಿಯೊಂದು ವಸ್ತುವೂ ಅಲ್ಲಾಹನನ್ನು ಜಪಿಸಿದೆ
ಭೂಮಿ ಆಕಾಶದಲ್ಲಿರುವ ಪ್ರತಿಯೊಂದು ವಸ್ತುವೂ ಅಲ್ಲಾಹನನ್ನು ಜಪಿಸಿದೆ
 
The Building Monitor Ad
The Building Monitor AdThe Building Monitor Ad
The Building Monitor Ad
 
Latest resume
Latest resumeLatest resume
Latest resume
 
Diane goodman Herdsa 2013 subm
Diane goodman Herdsa 2013 submDiane goodman Herdsa 2013 subm
Diane goodman Herdsa 2013 subm
 
Everyone shall taste death
Everyone shall taste deathEveryone shall taste death
Everyone shall taste death
 
Reliability
ReliabilityReliability
Reliability
 
Risk management for the Agile world
Risk management for the Agile worldRisk management for the Agile world
Risk management for the Agile world
 
Announcements - Week of March 4-10
Announcements - Week of March 4-10Announcements - Week of March 4-10
Announcements - Week of March 4-10
 
Marienismo
MarienismoMarienismo
Marienismo
 
Identificacion Elementos clasicos
Identificacion Elementos clasicosIdentificacion Elementos clasicos
Identificacion Elementos clasicos
 
Iris Klaßen: Für Projekte werben
Iris Klaßen: Für Projekte werbenIris Klaßen: Für Projekte werben
Iris Klaßen: Für Projekte werben
 

Similar to Middle pages

Survey on “Brain Tumor Detection Using Deep Learning
Survey on “Brain Tumor Detection Using Deep LearningSurvey on “Brain Tumor Detection Using Deep Learning
Survey on “Brain Tumor Detection Using Deep Learning
IRJET Journal
 
Brain Tumor Detection System for MRI Image
Brain Tumor Detection System for MRI ImageBrain Tumor Detection System for MRI Image
Brain Tumor Detection System for MRI Image
ijtsrd
 
Internship report final print.docx
Internship report final print.docxInternship report final print.docx
Internship report final print.docx
VikasSontakke2
 
IRJET- Brain Tumor Detection and Classification with Feed Forward Back Propag...
IRJET- Brain Tumor Detection and Classification with Feed Forward Back Propag...IRJET- Brain Tumor Detection and Classification with Feed Forward Back Propag...
IRJET- Brain Tumor Detection and Classification with Feed Forward Back Propag...
IRJET Journal
 
Optimizing Problem of Brain Tumor Detection using Image Processing
Optimizing Problem of Brain Tumor Detection using Image ProcessingOptimizing Problem of Brain Tumor Detection using Image Processing
Optimizing Problem of Brain Tumor Detection using Image Processing
IRJET Journal
 
L045047880
L045047880L045047880
L045047880
IJERA Editor
 
B04530612
B04530612B04530612
B04530612
IOSR-JEN
 
IRJET - Brain Tumor Detection using Image Processing, ML & NLP
IRJET - Brain Tumor Detection using Image Processing, ML & NLPIRJET - Brain Tumor Detection using Image Processing, ML & NLP
IRJET - Brain Tumor Detection using Image Processing, ML & NLP
IRJET Journal
 
IRJET- Brain Tumor Detection using Image Processing, ML & NLP
IRJET- Brain Tumor Detection using Image Processing, ML & NLPIRJET- Brain Tumor Detection using Image Processing, ML & NLP
IRJET- Brain Tumor Detection using Image Processing, ML & NLP
IRJET Journal
 
Paper id 25201482
Paper id 25201482Paper id 25201482
Paper id 25201482
IJRAT
 
BRAIN TUMOR DETECTION
BRAIN TUMOR DETECTIONBRAIN TUMOR DETECTION
BRAIN TUMOR DETECTION
IRJET Journal
 
Multiple Analysis of Brain Tumor Detection Based on FCM
Multiple Analysis of Brain Tumor Detection Based on FCMMultiple Analysis of Brain Tumor Detection Based on FCM
Multiple Analysis of Brain Tumor Detection Based on FCM
IRJET Journal
 
Brain tumor detection ppt (1)today.pptx
Brain tumor detection  ppt (1)today.pptxBrain tumor detection  ppt (1)today.pptx
Brain tumor detection ppt (1)today.pptx
PoorabKumar
 
IRJET- A Study on Brain Tumor Detection Algorithms for MRI Images
IRJET- A Study on Brain Tumor Detection Algorithms for MRI ImagesIRJET- A Study on Brain Tumor Detection Algorithms for MRI Images
IRJET- A Study on Brain Tumor Detection Algorithms for MRI Images
IRJET Journal
 
Non negative matrix factorization ofr tuor classification
Non negative matrix factorization ofr tuor classificationNon negative matrix factorization ofr tuor classification
Non negative matrix factorization ofr tuor classification
Sahil Prajapati
 
E0413024026
E0413024026E0413024026
E0413024026
ijceronline
 
IRJET - Machine Learning Applications on Cancer Prognosis and Prediction
IRJET - Machine Learning Applications on Cancer Prognosis and PredictionIRJET - Machine Learning Applications on Cancer Prognosis and Prediction
IRJET - Machine Learning Applications on Cancer Prognosis and Prediction
IRJET Journal
 
An optimized approach for extensive segmentation and classification of brain ...
An optimized approach for extensive segmentation and classification of brain ...An optimized approach for extensive segmentation and classification of brain ...
An optimized approach for extensive segmentation and classification of brain ...
IJECEIAES
 
A Review of Super Resolution and Tumor Detection Techniques in Medical Imaging
A Review of Super Resolution and Tumor Detection Techniques in Medical ImagingA Review of Super Resolution and Tumor Detection Techniques in Medical Imaging
A Review of Super Resolution and Tumor Detection Techniques in Medical Imaging
ijtsrd
 
IRJET-A Review on Brain Tumor Detection using BFCFCM Algorithm
IRJET-A Review on Brain Tumor Detection using BFCFCM   AlgorithmIRJET-A Review on Brain Tumor Detection using BFCFCM   Algorithm
IRJET-A Review on Brain Tumor Detection using BFCFCM Algorithm
IRJET Journal
 

Similar to Middle pages (20)

Survey on “Brain Tumor Detection Using Deep Learning
Survey on “Brain Tumor Detection Using Deep LearningSurvey on “Brain Tumor Detection Using Deep Learning
Survey on “Brain Tumor Detection Using Deep Learning
 
Brain Tumor Detection System for MRI Image
Brain Tumor Detection System for MRI ImageBrain Tumor Detection System for MRI Image
Brain Tumor Detection System for MRI Image
 
Internship report final print.docx
Internship report final print.docxInternship report final print.docx
Internship report final print.docx
 
IRJET- Brain Tumor Detection and Classification with Feed Forward Back Propag...
IRJET- Brain Tumor Detection and Classification with Feed Forward Back Propag...IRJET- Brain Tumor Detection and Classification with Feed Forward Back Propag...
IRJET- Brain Tumor Detection and Classification with Feed Forward Back Propag...
 
Optimizing Problem of Brain Tumor Detection using Image Processing
Optimizing Problem of Brain Tumor Detection using Image ProcessingOptimizing Problem of Brain Tumor Detection using Image Processing
Optimizing Problem of Brain Tumor Detection using Image Processing
 
L045047880
L045047880L045047880
L045047880
 
B04530612
B04530612B04530612
B04530612
 
IRJET - Brain Tumor Detection using Image Processing, ML & NLP
IRJET - Brain Tumor Detection using Image Processing, ML & NLPIRJET - Brain Tumor Detection using Image Processing, ML & NLP
IRJET - Brain Tumor Detection using Image Processing, ML & NLP
 
IRJET- Brain Tumor Detection using Image Processing, ML & NLP
IRJET- Brain Tumor Detection using Image Processing, ML & NLPIRJET- Brain Tumor Detection using Image Processing, ML & NLP
IRJET- Brain Tumor Detection using Image Processing, ML & NLP
 
Paper id 25201482
Paper id 25201482Paper id 25201482
Paper id 25201482
 
BRAIN TUMOR DETECTION
BRAIN TUMOR DETECTIONBRAIN TUMOR DETECTION
BRAIN TUMOR DETECTION
 
Multiple Analysis of Brain Tumor Detection Based on FCM
Multiple Analysis of Brain Tumor Detection Based on FCMMultiple Analysis of Brain Tumor Detection Based on FCM
Multiple Analysis of Brain Tumor Detection Based on FCM
 
Brain tumor detection ppt (1)today.pptx
Brain tumor detection  ppt (1)today.pptxBrain tumor detection  ppt (1)today.pptx
Brain tumor detection ppt (1)today.pptx
 
IRJET- A Study on Brain Tumor Detection Algorithms for MRI Images
IRJET- A Study on Brain Tumor Detection Algorithms for MRI ImagesIRJET- A Study on Brain Tumor Detection Algorithms for MRI Images
IRJET- A Study on Brain Tumor Detection Algorithms for MRI Images
 
Non negative matrix factorization ofr tuor classification
Non negative matrix factorization ofr tuor classificationNon negative matrix factorization ofr tuor classification
Non negative matrix factorization ofr tuor classification
 
E0413024026
E0413024026E0413024026
E0413024026
 
IRJET - Machine Learning Applications on Cancer Prognosis and Prediction
IRJET - Machine Learning Applications on Cancer Prognosis and PredictionIRJET - Machine Learning Applications on Cancer Prognosis and Prediction
IRJET - Machine Learning Applications on Cancer Prognosis and Prediction
 
An optimized approach for extensive segmentation and classification of brain ...
An optimized approach for extensive segmentation and classification of brain ...An optimized approach for extensive segmentation and classification of brain ...
An optimized approach for extensive segmentation and classification of brain ...
 
A Review of Super Resolution and Tumor Detection Techniques in Medical Imaging
A Review of Super Resolution and Tumor Detection Techniques in Medical ImagingA Review of Super Resolution and Tumor Detection Techniques in Medical Imaging
A Review of Super Resolution and Tumor Detection Techniques in Medical Imaging
 
IRJET-A Review on Brain Tumor Detection using BFCFCM Algorithm
IRJET-A Review on Brain Tumor Detection using BFCFCM   AlgorithmIRJET-A Review on Brain Tumor Detection using BFCFCM   Algorithm
IRJET-A Review on Brain Tumor Detection using BFCFCM Algorithm
 

Recently uploaded

Connect to Grow: The power of building networks
Connect to Grow: The power of building networksConnect to Grow: The power of building networks
Connect to Grow: The power of building networks
Eirini SYKA-LERIOTI
 
Leave-rules.ppt CCS leave rules 1972 for central govt employees
Leave-rules.ppt CCS leave rules 1972 for central govt employeesLeave-rules.ppt CCS leave rules 1972 for central govt employees
Leave-rules.ppt CCS leave rules 1972 for central govt employees
Sreenivas702647
 
官方认证美国旧金山州立大学毕业证学位证书案例原版一模一样
官方认证美国旧金山州立大学毕业证学位证书案例原版一模一样官方认证美国旧金山州立大学毕业证学位证书案例原版一模一样
官方认证美国旧金山州立大学毕业证学位证书案例原版一模一样
2zjra9bn
 
Learnings from Successful Jobs Searchers
Learnings from Successful Jobs SearchersLearnings from Successful Jobs Searchers
Learnings from Successful Jobs Searchers
Bruce Bennett
 
A Guide to a Winning Interview June 2024
A Guide to a Winning Interview June 2024A Guide to a Winning Interview June 2024
A Guide to a Winning Interview June 2024
Bruce Bennett
 
All Of My Java Codes With A Sample Output.docx
All Of My Java Codes With A Sample Output.docxAll Of My Java Codes With A Sample Output.docx
All Of My Java Codes With A Sample Output.docx
adhitya5119
 
BUKU PENJAGAAN BUKU PENJAGAAN BUKU PENJAGAAN
BUKU PENJAGAAN BUKU PENJAGAAN BUKU PENJAGAANBUKU PENJAGAAN BUKU PENJAGAAN BUKU PENJAGAAN
BUKU PENJAGAAN BUKU PENJAGAAN BUKU PENJAGAAN
cahgading001
 
Leadership Ambassador club Adventist module
Leadership Ambassador club Adventist moduleLeadership Ambassador club Adventist module
Leadership Ambassador club Adventist module
kakomaeric00
 
thyroid case presentation.pptx Kamala's Lakshaman palatial
thyroid case presentation.pptx Kamala's Lakshaman palatialthyroid case presentation.pptx Kamala's Lakshaman palatial
thyroid case presentation.pptx Kamala's Lakshaman palatial
Aditya Raghav
 
0624.speakingengagementsandteaching-01.pdf
0624.speakingengagementsandteaching-01.pdf0624.speakingengagementsandteaching-01.pdf
0624.speakingengagementsandteaching-01.pdf
Thomas GIRARD BDes
 
Gabrielle M. A. Sinaga Portfolio, Film Student (2024)
Gabrielle M. A. Sinaga Portfolio, Film Student (2024)Gabrielle M. A. Sinaga Portfolio, Film Student (2024)
Gabrielle M. A. Sinaga Portfolio, Film Student (2024)
GabrielleSinaga
 
Tape Measure Training & Practice Assessments.pdf
Tape Measure Training & Practice Assessments.pdfTape Measure Training & Practice Assessments.pdf
Tape Measure Training & Practice Assessments.pdf
KateRobinson68
 
Lbs last rank 2023 9988kr47h4744j445.pdf
Lbs last rank 2023 9988kr47h4744j445.pdfLbs last rank 2023 9988kr47h4744j445.pdf
Lbs last rank 2023 9988kr47h4744j445.pdf
ashiquepa3
 
在线制作加拿大萨省大学毕业证文凭证书实拍图原版一模一样
在线制作加拿大萨省大学毕业证文凭证书实拍图原版一模一样在线制作加拿大萨省大学毕业证文凭证书实拍图原版一模一样
在线制作加拿大萨省大学毕业证文凭证书实拍图原版一模一样
2zjra9bn
 
Switching Careers Slides - JoyceMSullivan SocMediaFin - 2024Jun11.pdf
Switching Careers Slides - JoyceMSullivan SocMediaFin -  2024Jun11.pdfSwitching Careers Slides - JoyceMSullivan SocMediaFin -  2024Jun11.pdf
Switching Careers Slides - JoyceMSullivan SocMediaFin - 2024Jun11.pdf
SocMediaFin - Joyce Sullivan
 
Jill Pizzola's Tenure as Senior Talent Acquisition Partner at THOMSON REUTERS...
Jill Pizzola's Tenure as Senior Talent Acquisition Partner at THOMSON REUTERS...Jill Pizzola's Tenure as Senior Talent Acquisition Partner at THOMSON REUTERS...
Jill Pizzola's Tenure as Senior Talent Acquisition Partner at THOMSON REUTERS...
dsnow9802
 
一比一原版布拉德福德大学毕业证(bradford毕业证)如何办理
一比一原版布拉德福德大学毕业证(bradford毕业证)如何办理一比一原版布拉德福德大学毕业证(bradford毕业证)如何办理
一比一原版布拉德福德大学毕业证(bradford毕业证)如何办理
taqyea
 
IT Career Hacks Navigate the Tech Jungle with a Roadmap
IT Career Hacks Navigate the Tech Jungle with a RoadmapIT Career Hacks Navigate the Tech Jungle with a Roadmap
IT Career Hacks Navigate the Tech Jungle with a Roadmap
Base Camp
 
How to Prepare for Fortinet FCP_FAC_AD-6.5 Certification?
How to Prepare for Fortinet FCP_FAC_AD-6.5 Certification?How to Prepare for Fortinet FCP_FAC_AD-6.5 Certification?
How to Prepare for Fortinet FCP_FAC_AD-6.5 Certification?
NWEXAM
 

Recently uploaded (19)

Connect to Grow: The power of building networks
Connect to Grow: The power of building networksConnect to Grow: The power of building networks
Connect to Grow: The power of building networks
 
Leave-rules.ppt CCS leave rules 1972 for central govt employees
Leave-rules.ppt CCS leave rules 1972 for central govt employeesLeave-rules.ppt CCS leave rules 1972 for central govt employees
Leave-rules.ppt CCS leave rules 1972 for central govt employees
 
官方认证美国旧金山州立大学毕业证学位证书案例原版一模一样
官方认证美国旧金山州立大学毕业证学位证书案例原版一模一样官方认证美国旧金山州立大学毕业证学位证书案例原版一模一样
官方认证美国旧金山州立大学毕业证学位证书案例原版一模一样
 
Learnings from Successful Jobs Searchers
Learnings from Successful Jobs SearchersLearnings from Successful Jobs Searchers
Learnings from Successful Jobs Searchers
 
A Guide to a Winning Interview June 2024
A Guide to a Winning Interview June 2024A Guide to a Winning Interview June 2024
A Guide to a Winning Interview June 2024
 
All Of My Java Codes With A Sample Output.docx
All Of My Java Codes With A Sample Output.docxAll Of My Java Codes With A Sample Output.docx
All Of My Java Codes With A Sample Output.docx
 
BUKU PENJAGAAN BUKU PENJAGAAN BUKU PENJAGAAN
BUKU PENJAGAAN BUKU PENJAGAAN BUKU PENJAGAANBUKU PENJAGAAN BUKU PENJAGAAN BUKU PENJAGAAN
BUKU PENJAGAAN BUKU PENJAGAAN BUKU PENJAGAAN
 
Leadership Ambassador club Adventist module
Leadership Ambassador club Adventist moduleLeadership Ambassador club Adventist module
Leadership Ambassador club Adventist module
 
thyroid case presentation.pptx Kamala's Lakshaman palatial
thyroid case presentation.pptx Kamala's Lakshaman palatialthyroid case presentation.pptx Kamala's Lakshaman palatial
thyroid case presentation.pptx Kamala's Lakshaman palatial
 
0624.speakingengagementsandteaching-01.pdf
0624.speakingengagementsandteaching-01.pdf0624.speakingengagementsandteaching-01.pdf
0624.speakingengagementsandteaching-01.pdf
 
Gabrielle M. A. Sinaga Portfolio, Film Student (2024)
Gabrielle M. A. Sinaga Portfolio, Film Student (2024)Gabrielle M. A. Sinaga Portfolio, Film Student (2024)
Gabrielle M. A. Sinaga Portfolio, Film Student (2024)
 
Tape Measure Training & Practice Assessments.pdf
Tape Measure Training & Practice Assessments.pdfTape Measure Training & Practice Assessments.pdf
Tape Measure Training & Practice Assessments.pdf
 
Lbs last rank 2023 9988kr47h4744j445.pdf
Lbs last rank 2023 9988kr47h4744j445.pdfLbs last rank 2023 9988kr47h4744j445.pdf
Lbs last rank 2023 9988kr47h4744j445.pdf
 
在线制作加拿大萨省大学毕业证文凭证书实拍图原版一模一样
在线制作加拿大萨省大学毕业证文凭证书实拍图原版一模一样在线制作加拿大萨省大学毕业证文凭证书实拍图原版一模一样
在线制作加拿大萨省大学毕业证文凭证书实拍图原版一模一样
 
Switching Careers Slides - JoyceMSullivan SocMediaFin - 2024Jun11.pdf
Switching Careers Slides - JoyceMSullivan SocMediaFin -  2024Jun11.pdfSwitching Careers Slides - JoyceMSullivan SocMediaFin -  2024Jun11.pdf
Switching Careers Slides - JoyceMSullivan SocMediaFin - 2024Jun11.pdf
 
Jill Pizzola's Tenure as Senior Talent Acquisition Partner at THOMSON REUTERS...
Jill Pizzola's Tenure as Senior Talent Acquisition Partner at THOMSON REUTERS...Jill Pizzola's Tenure as Senior Talent Acquisition Partner at THOMSON REUTERS...
Jill Pizzola's Tenure as Senior Talent Acquisition Partner at THOMSON REUTERS...
 
一比一原版布拉德福德大学毕业证(bradford毕业证)如何办理
一比一原版布拉德福德大学毕业证(bradford毕业证)如何办理一比一原版布拉德福德大学毕业证(bradford毕业证)如何办理
一比一原版布拉德福德大学毕业证(bradford毕业证)如何办理
 
IT Career Hacks Navigate the Tech Jungle with a Roadmap
IT Career Hacks Navigate the Tech Jungle with a RoadmapIT Career Hacks Navigate the Tech Jungle with a Roadmap
IT Career Hacks Navigate the Tech Jungle with a Roadmap
 
How to Prepare for Fortinet FCP_FAC_AD-6.5 Certification?
How to Prepare for Fortinet FCP_FAC_AD-6.5 Certification?How to Prepare for Fortinet FCP_FAC_AD-6.5 Certification?
How to Prepare for Fortinet FCP_FAC_AD-6.5 Certification?
 

Middle pages

  • 1. An efficient Brain Tumor Extraction from MRI Images using Entropy Measures 2014-15 Poornima University, Jaipur M. Tech. (Computer Engineering) Page ii CERTIFICATE This is to certify that Deepika Joshi, Registration No. 2013PUSETMCEX02345, student of M. Tech. in Computer Engineering branch, Department of Computer Engineering, School of Engineering & Technology has submitted this dissertation entitled “An efficient Brain Tumor Extraction from MRI Images using Entropy Measures” under the supervision of Mr. Devendra Kumar Somwanshi, Assistant Professor, Department of Computer Engineering, Poornima University towards partial fulfillment of the requirements for the Degree of M. Tech. from the Poornima University. Dr. Mahesh Bundele Dr. Manoj Gupta Dean, Research & Development Dean, SET
  • 2. An efficient Brain Tumor Extraction from MRI Images using Entropy Measures 2014-15 Poornima University, Jaipur M. Tech. (Computer Engineering) Page iii CANDIDATE’S DECLARATION I hereby declare that the work which is being presented in this dissertation entitled, “An efficient Brain Tumor Extraction from MRI Images using Entropy Measures” in the partial fulfillment for the award of the Degree of Master of Technology in Computer Engineering branch, Department of Computer Engineering, School of Engineering & Technology, Poornima University, Jaipur, is an authentic record of original work done by me during the period from January, 2015 to July, 2015 under the supervision and guidance of Mr. Devendra Kumar Somwanshi, Assistant Professor, Department of Computer Engineering, Poornima University. I have not submitted the matter embodied in this dissertation for the award of any other degree. Dated: Deepika Joshi Place: Jaipur 2013PUSETMCSX02345 SUPERVISOR’S CERTIFICATE This is to certify that this dissertation is based on original work done by the candidate under my supervision and to the best of my knowledge; this work has not been submitted elsewhere for the award of any degree. Dated: Mr. Devendra Kumar Somwanshi Place: Jaipur Assistant Professor Department of Computer Engineering
  • 3. An efficient Brain Tumor Extraction from MRI Images using Entropy Measures 2014-15 Poornima University, Jaipur M. Tech. (Computer Engineering) Page iv ACKNOWLEDGEMENT I would like to express my deep gratitude and thanks to my Guide Mr. Devendra Kumar Somwanshi, Assistant Professor, Department of Computer Engineering, Poornima University for giving me an opportunity to work under his guidance for my Dissertation Work. I would also express my sincere thanks to Dr. Mahesh Bundele, Dean, Research and Development, Poornima University, for his consistent motivation & direction in this regard for his support in Dissertation Work. I extend my deep sense of gratitude and respect towards honorable Dr. S. M. Seth, Chairperson, Poornima University and Chairman, Poornima Foundation for his continuous inspiration and motivation for the research. I would like to express my deep gratitude to Dr. K. K. S. Bhatia, President, Poornima University for his kind support and guidance from time to time. My sincere thanks are due to Mr. Shashikant Singhi, Secretary, Shanti Education Society & Director General, Poornima Foundation, who has established Poornima University and given us an opportunity to undergo research work in this university. I extend my sincere thanks to Dr. Manoj Gupta, Provost and Dean (SET and SBA), Poornima University for his continuous support and encouragements throughout the course work of my Master program. I would like to express my sincere thanks to Dr. Chandni Kirplani, Registrar, Poornima University for her support. Deepika Joshi
  • 4. An efficient Brain Tumor Extraction from MRI Images using Entropy Measures 2014-15 Poornima University, Jaipur M. Tech. (Computer Engineering) Page v ABSTRACT Magnetic Resonance Imaging (MRI) is increasingly being used in medical field because of its ability to produce, non-invasively, high quality images of the inside of the human body. Since its introduction in early 70’s, more and more complex acquisition techniques have been proposed, raising MRI to be exploited in a wide spectrum of applications. Medical imaging seeks to reveal internal structures hidden by the skin and bones, as well as to diagnose and treat disease. In that way, MRI has become a useful medical diagnostic tool for the diagnosis of brain and other medical images. Brain Tumor extraction and its analysis are challenging tasks in medical image processing because brain image is complicated. Detection of brain tumor is one of the emerging topics of research in biomedical image processing. Accurate detection is critical, especially when the tumor morphological changes remain subtle, irregular and difficult to assess by clinical examination. Brain Tumor is one of the frequent and leading causes of mortality, especially in developed countries. Though brain tumor leads to death, early detection can increase the survival rate. In this dissertation work the main emphasis laid on to design an approach, which is a detection technique so that the proposed effectively detects and diagnose the tumor in their early stage. In this the threshold selection is done on the basis of different entropy measures such as Shannon, Renyi, Havrda-Charvat, Kapur and Vajda entropy measures that has been used in order to detect the Brain Tumor from MRI Images. Simulation results for different entropy measures are also presented. At the end of the process tumor is extracted from the MRI images and its exact position and shape are determined and various parameters like contrast, angular momentum and entropy value have been calculated. Here an efficient detection of brain tumor has been introduced and it has been observed that Havrda Charvat Entropy measure provides satisfactory results in early detection of Brain Tumor. The proposed work has been applied on MRI Images in order to get more clear and enhanced picture of the Tumor for its early detection. Thus the developed approach is introduced to solve the problem for tumor case of clinical MRI analysis and extracted the size and other dimensions of tumor automatically by accurately computing the abnormal tissue areas.
  • 5. An efficient Brain Tumor Extraction from MRI Images using Entropy Measures 2014-15 Poornima University, Jaipur M. Tech. (Computer Engineering) Page vi TABLE OF CONTENTS Cover Page i Certificate ii Candidate’s Declaration iii Supervisor’s Certificate iii Acknowledgement iv Abstract v Table of contents vi-ix List of tables x… List of Figures xi-xii List of Acronyms xiii Chapter 1 Introduction 1-10 1.1 Brain Anatomy Overview 1 1.1.1 Brainstem 2 1.1.2 Cerebellum 2 1.1.3 Frontal Lobe 2 1.1.4 Occipital Lobe 2 1.1.5 Parietal Lobe 2 1.1.6 Temporal Lobe 3 1.2 Brain tumors 3 1.3 MRI Images 4 1.4 The Image Segmentation 6 1.5 Application of Image Segmentation 6 1.5.1 Content Based Image Retrieval 6 1.5.2 Machine Vision 7 1.5.3 Medical Imaging 7 1.5.4 Object Detection 7 1.6 Introduction to Brain Tumor Segmentation 8 1.7 Difficulties in segmentation of Brain MRI 8 1.8 Thresholding 8
  • 6. An efficient Brain Tumor Extraction from MRI Images using Entropy Measures 2014-15 Poornima University, Jaipur M. Tech. (Computer Engineering) Page vii 1.10 Thresholding Algorithm 9 1.10.1 Global thresholding algorithms 9 1.10.2 Local or adaptive thresholding algorithms 9 1.11 Thresholding Methods 9 1.11.1 Histogram Shape-Based Methods 9 1.11.2 Clustering Based Methods 9 1.11.3 Entropy Based Methods 9 1.11.4 Object Attribute-Based Methods 10 1.11.5 Spatial Methods 10 1.11.6 Local Methods 10 Chapter 2 Literature Review 11-34 2.1 Review Process Adopted 11 2.1.1 Stage 0: Get a “feel” 12 2.1.2 Stage 1: Get a “picture” 12 2.1.3 Stage 2: Get the “details” 13 2.1.4 Stage 3: “Evaluate the details” 13 2.1.5 Stage 3+: “Synthesize the detail” 13 2.2 Categorical Reviews in An efficient Brain Tumor extraction from MRI Images using Entropy Measures 14 2.2.1 Review outcome in the issue 13 2.2.2 Common findings obtained in the issue 26 2.3 Issue wise solution approaches 27 2.4 Strengths and weaknesses 32 2.4.1 Strengths 32 2.4.2 Weaknesses 33 2.5 Gaps 34 2.6 Problem Statement 34 2.7 Objectives 34 Chapter 3 Theoretical Aspects 36-39 3.1 Classification of Image Segmentation 36 3.1.1 Thresholding Method 37
  • 7. An efficient Brain Tumor Extraction from MRI Images using Entropy Measures 2014-15 Poornima University, Jaipur M. Tech. (Computer Engineering) Page viii 3.1.2 Edge Based Segmentation Method 37 3.1.3Region Based Segmentation Method 38 3.1.4 Clustering Based Segmentation Method 38 3.1.5 Watershed Based Segmentation Method 38 3.1.6 Partial Differential Equation Based Segmentation Method 39 3.1.7 Artificial Neural Network Based Segmentation Method 3.1.8 Comparison of various segmentation technique 39 3.2 Entropy Measures 39 Chapter 4 Design aspects of Proposed Work 44-55 4.1 System Design of the work 44 4.1.1 Input Image 44 4.1.2 Preprocessing 45 4.1.3 Feature Extraction 45 4.1.4 Segmentation 45 4.1.5 Entropy Calculation 46 4.1.6 Diagnosis 46 4.2 Details of data used 46 4.3 Design and Implementation of the work carried out 47 4.3.1 Algorithm 47 4.3.2 Process Flow Diagram 47 4.3.2.1 Flow chart for Shannon Entropy 49 4.3.2.2 Flow chart for Renyi Entropy 50 4.3.2.3 Flow chart for Havrda-Charvat Entropy 51 4.3.2.4 Flow chart for Kapur Entropy 52 4.3.2.5 Flow chart for Vajda Entropy 53 4.4 Details of Software 54 4.4.1 Software Specification 54 4.5 Details of Performance Parameters 54 4.5.1 Contrast 54
  • 8. An efficient Brain Tumor Extraction from MRI Images using Entropy Measures 2014-15 Poornima University, Jaipur M. Tech. (Computer Engineering) Page ix 4.5.2 Homogeneity 54 4.5.3 Dissimilarity 55 4.5.4 Entropy 55 Chapter 5 Experimental Results and Analysis 56-74 5.1 Experimental Results and discussions 56 5.2 Result Analysis 64 5.3 Future Work 73 Chapter 6 Conclusion 75 References 77-79
  • 9. An efficient Brain Tumor Extraction from MRI Images using Entropy Measures 2014-15 Poornima University, Jaipur M. Tech. (Computer Engineering) Page x LIST OF TABLES Table No. Table Name Page No. 2.1 Stage 2 questions along with probable location of answers in the papers 10 2.3 Categorical Review of Research Paper 26 2.4 Comparison of different Entropy Measures 30 3.1 Comparison of various Segmentation Techniques 38 5.1 To Perform Shannon Entropy 56 5.2 To Perform Vajda Entropy 58 5.3 To perform Kapur Entropy 60 5.4 To perform Renyi Entropy 62 5.5 To perform Havrda-Charvat Entropy 64 5.6 Result analysis using different entropies 66 5.7 Result Analysis through different MRI Images 67 5.8 Texture Feature of different MRI Images for Shannon Entropy 68 5.9 Texture Feature of different cases for Renyi Entropy 69 5.10 Texture Feature of different cases for Kapur Entropy 70 5.11 Texture Feature of different cases for Vajda Entropy 70 5.12 Texture Feature of different cases for Havrda-Charvat Entropy 70 5.13 Data Analysis of different Entropy Function 71
  • 10. An efficient Brain Tumor Extraction from MRI Images using Entropy Measures 2014-15 Poornima University, Jaipur M. Tech. (Computer Engineering) Page xi LIST OF FIGURES Figure No. Figure Caption Page No. 1.1 Subdivision of Human Brain 2 1.3 Clinical Diagnosis of patient’s head 5 1.4 Three planes of clinical diagnosis 5 2.1 Review Process Stage Analysis 12 3.1 Image Segmentation Techniques 36 4.1 System Block Diagram 44 4.2 Process flow diagram 47
  • 11. An efficient Brain Tumor Extraction from MRI Images using Entropy Measures 2014-15 Poornima University, Jaipur M. Tech. (Computer Engineering) Page xii LIST OF ACRONYMS CI Computational Intelligence CNN Cellular Neural Network CT Computed Tomography CPU Central Processing unit EEG Electroencephalograms GA Genetic Algorithms GFO Generalized Fuzzy Operator HSOM Hierarchical Self Organizing Map HTTP Hyper Text Markup Language IKFCM Improved Kernel Fuzzy C-Means I/O Input /Output MA Monitoring Agent MRI Magnetic Resonance Imaging OLTP Online Transaction Processing Test PDI Provable Data Integrity PET Positron Emission Tomography PSO Particle Swarm Optimization SLA Service Level Agreement SVM Support Vector Machine SWA Segmented Weighted Aggregation TCCP Trusted Cloud Computing Platform TLS Transport level security TMR Triple Modular Redundancy TTP Trusted Third Party