Start Pages
Start Pages
i
ABSTRACT
In medical field, automatic brain diagnosis is very crucial task. It leads to automatic detection of
abnormalities in human brain. The word abnormality means an existence of unwanted tissue in
body that is not vanished with time. MRI imaging technique is most popular as they provide
complete detail of internal structure of body which cannot be seen in other medical imaging
techniques. It also provides good contrast between soft tissues of the body without making use of
In this work, MRI images of brain have been taken for research. The aim of this work is
automatic detection and classification of human brain abnormalities. Brain diagnosis is done by
extracting some relevant information from images known as features. There are different types of
features in images which can be extracted by using particular extraction techniques such as PCA
and GLCM. This extracted information is sufficient to represent the whole image. This process is
called as feature extraction. This extracted information (features) is further used to classify
between normal and abnormal images depending upon the range of features extracted along with
the type of existing abnormality by using particular classification technique SVM; which is
This work is done for automatic detection and classification of images to reduce the human
intervention by classifying between normal and abnormal images. Sometimes, it happens that
operator assisted classification leads to cause misclassification because of large amount of data is
available. With the help of particular classification; data can be accurately classified. Abnormal
images are further categorized into the type of existing abnormalities such as tumor, bleed,
trauma, clot, acute-infarct depending upon the values of features extracted. But the final decision
ii
Along with medical images this procedure is repeated for natural images also; to check the
experimental results, GLCM gives high accuracy for both natural as well as medical images.
iii
ORGANIZATION OF THESIS
The first chapter introduces the computer vision system in image processing with image
acquisition, processing and feature extraction. Along with it also includes the basic concepts of
feature extraction and classification with their techniques in brief. The second chapter includes
the literature survey which depicts the work done in this area. The third chapter is based on
biomedical imaging technique, Magnetic resonance Imaging along with its working principle and
scanning system with its applications, advantages and disadvantages. The fourth chapter
discusses about the mathematical background of PCA and SVM with basic concepts. The fifth
chapter discusses the algorithms used in this thesis in detail. The sixth chapter describes learning
methods, its types along with classification and clustering concept with SVM. The seventh
chapter shows the methodology adopted in this research for feature extraction and classification
along with flow chart. The eighth chapter discusses about results obtained from images and lastly
iv
TABLE OF CONTENTS
Acknowledgement i
Abstract ii-iii
Organization of Thesis iv
List of Abbreviations x
List of Figures xi
1.1.2 Pre-Processing 2
1.2.1 Edges 3
1.2.2 Corners 3
v
1.2.3 Region of Interest 3
1.3.1 General 4
vi
3.5.3 T2*- Weighted MRI 20
3.6.1Diffusion MRI 21
4.2 Statistics 24
4.4 Geometry 31
4.4.1 Hyperplane 31
5.3.2 Methodology 45
vii
5.3.3 Mathematical example of PCA 46
6.3 Classification/Clustering 54
6.3.1 Clustering 55
6.3.3 Classification 55
viii
7.3 Flow chart 87
7.4 Algorithm for extraction and classification of features from images using GLCM, PCA
and SVM 88
8.1.1 Features extracted from natural images using PCA and GLCM for training phase 95
8.1.2 Classification results of natural images using PCA and SVM for test phase 97
8.1.3 Classification results of natural images using GLCM and SVM for test phase 98
8.2 Graphical Performance of PCA and GLCM on natural images using SVM 99
8.3 Results for Brain MRI images using PCA and GLCM for training phase 105
8.4 Results for Brain MRI images using PCA and GLCM with SVM for test phase 118
8.4.2 Classification results of Brain MRI images using PCA and SVM for test phase 123
8.4.3 Classification results of Brain MRI images using GLCM and SVM for test phase 125
8.5 Graphical Performance of PCA and GLCM for Brain MRI images using SVM 127
CONCLUSION 135
REFERENCES 138
ix
LIST OF ABBREVIATIONS
AI Artificial Intelligence
CT Computed Tomography
EEG Electroencephalograph
RF Radio Frequency
x
LIST OF FIGURES
Figure Page Number
Figure 3.1: MRI image of Brain 17
Figure 6.8: SVM with not fully linearly separable data with 1 misclassified data point 67
Figure 6.9a: SVM with not fully linearly separable data points 68
xi
Figure 6.9b: SVM with not fully linearly separable data points 69
Figure 7.1: Flow chart for the determination of type of abnormality in image 87
Figure 8.1: PCA with Linear Kernel Function for Natural Images 100
Figure 8.2: GLCM with Linear Kernel Function for Natural Images 101
Figure 8.3: PCA with Quadratic Kernel Function for Natural Images 102
Figure 8.4: GLCM with Quadratic Kernel Function for Natural Images 103
Figure 8.5: PCA with RBF Kernel Function for Natural Images 104
Figure 8.6: GLCM with RBF Kernel Function for Natural Images 105
Figure 8.7: PCA with Linear Kernel Function for MRI Images 128
Figure 8.8: GLCM with Linear Kernel Function for MRI Images 129
Figure 8.9: PCA with Quadratic Kernel Function for MRI Images 130
Figure 8.10: GLCM with Quadratic Kernel Function for MRI Images 131
Figure 8.11: PCA with RBF Kernel Function for MRI Images 132
Figure 8.12: GLCM with RBF Kernel Function for MRI Images 133
xii
LIST OF TABLES
Tables Page Number
Table 6.1 Regularization Parameter 70
Table 8.2: Feature Extracted from Natural Images using PCA and GLCM for Training Phase 95
Table 8.3: Results of Natural Images using PCA and SVM for Test Phase 97
Table 8.4: Results of Natural Images using GLCM and SVM for Test Phase 98
Table 8.5: Names assigned to Brain MRI Images for training phase 106
Table 8.6: Features Extracted from Brain MRI Images using PCA and GLCM for Training
Phase 111
Table 8.7: Names assigned to Brain MRI images for test phase 118
Table 8.8: Results of Brain MRI Images using PCA and SVM for Test Phase 123
Table 8.9: Results of Brain MRI Images using PCA and SVM for Test Phase 125
Table 8.10: Combined results for Natural Images using PCA and GLCM 134
Table 8.11: Combined results for Brain MRI Images using PCA and GLCM 134
xiii