SlideShare a Scribd company logo
1 of 16
Download to read offline
Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.3, June 2015
DOI : 10.5121/sipij.2015.6305 55
FUZZY CLUSTERING BASED GLAUCOMA
DETECTION USING THE CDR
Thresiamma Devasia1
, Poulose Jacob2
and Tessamma Thomas3
1
Department of Computer Science,
Assumption College Changanacherry, Kerala, India
2
Department of Computer Science,
Cochin University of Science and Technology, Kerala, India
3
Department of Electronics, Cochin University of Science and Technology, Kerala, India
ABSTRACT
Glaucoma is a serious eye disease, overtime it will result in gradual blindness. Early detection of the
disease will help prevent against developing a more serious condition. A vertical cup-to-disc ratio which is
the ratio of the vertical diameter of the optic cup to that of the optic disc, of the fundus eye image is an
important clinical indicator for glaucoma diagnosis. This paper presents an automated method for the
extraction of optic disc and optic cup using Fuzzy C Means clustering technique combined with
thresholding. Using the extracted optic disc and optic cup the vertical cup-to-disc ratio was calculated.
The validity of this new method has been tested on 365 colour fundus images from two different publicly
available databases DRION, DIARATDB0 and images from an ophthalmologist. The result of the method
seems to be promising and useful for clinical work.
KEYWORDS
fundus image, optic disc, optic cup, Cup-to-Disc Ratio , Fuzzy C Means Clustering
1. INTRODUCTION
Glaucoma is a disease of increased pressure within the eyeball. The disease is mostly caused due
to increased intraocular pressure (IOP) resulting from a malfunction or malformation of the eye’s
drainage structures. If left untreated, it would lead to degeneration of optic nerve and retinal
fibers. Early diagnosis of glaucoma through analysis of the neuro-retinal optic disc (OD) and
optic cup (OC) area is crucial. The increase in pressure results in immoderate amount of stress to
be put to the attachment of the optic nerve to the eye. Lack of treatment for glaucoma can lead to
permanent blindness. Early detection of the disease will help prevent against developing a more
serious condition. The fundus images are used for diagnosis by trained clinicians to check for any
abnormalities or any change in the retina. Important anatomical structures captured in a fundus
image are blood vessels, OD, OC, and macula for a normal retina. An image of a diseased retina
may also contain many visible symptoms of the eye-disease. In a healthy retinal image the OD
usually appears as a circular shaped bright yellowish object which is partly covered with vessels.
Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.3, June 2015
56
The OC is the cupping of the optic nerve and that means the size of the depression in the middle
of the nerve when viewed from the front of the eye. When there is damage to the optic nerve, the
cupping increases. Changes in the OD and OC can indicate the presence, current state and
progression of glaucoma [1][2].
Since the colour fundus images provide early signs of certain diseases such as diabetes, glaucoma
etc., colour fundus images are used to track the eye diseases by the ophthalmologists. Figure1
shows the important features of a retinal colour fundus image.
Figure1. Colour Fundus Image
Diseases with symptoms on the fundus images are very complex. Several main symptoms of
diseases expressed on the disk optic, blood vessels, haemorrhage and lesion areas on the retinal
background. For the OD, differences in the color, shape, edge or vasculature may signify a
pathological change or may just be part of the wide spectrum of normality. The physiological cup
varies in shape, size and depth, and any enlargement of the cup is one parameter used in the
assessment of glaucoma. Figure 2 shows the colour fundus image of a normal eye and
glaucomatous eye.
(i) (ii)
Figure 2. (i) Fundus image of a normal eye (ii) Glaucomatous eye fundus image
Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.3, June 2015
57
One of the hallmarks of glaucoma is the optic nerve damage, which is characterized by cupping
of the optic nerve. Even a normal optic nerve has a small amount of cupping. However, the
patients with glaucoma tend to have larger cupping than normal subjects. The cup-to-disc ratio
(CDR) of normal subjects is typically around 0.2 to 0.4 as it is shown in Figure 2(i). However,
with glaucoma, there is progressive loss of optic nerve fibers, and consequent increase in the cup
size of the optic nerve[3]. Figure 2(ii) shows a glaucomatous fundus image. Nowadays, CDR is
manually determined by trained ophthalmologists and has to be diagnosed by using retinal
images from special cameras which are expensive. These are limitations of potential in mass
screening for early detection. This paper focused on developing a new method that can provide
suitable way to compute CDR result which give the most accurate result and prevent from current
limitation.
This paper is organized as follows:
Section 2 presents a brief survey of existing literature. Section 3 describes the materials used for
the present work. A new algorithm to efficiently extract OD and OC in ocular fundus images and
computation of CDR are given in Section 4. The results are presented in Section 5, and
Conclusions are given in the final Section 6.
2. LITERATURE SURVEY
Different techniques are described in the literature for OD and OC extraction for the computation
of the CDR. The Active Shape Model (ASM) based optical disk detection is implemented by
Huiqi et al.[4]. The initialization of the parameters for this model is based on Principal
Component Analysis technique. The faster convergence rate and the robustness of the technique
are proved by experimental results. Huajun Ying et al. [5] designed a fractal-based automatic
localization and segmentation of optic disc in retinal images. K. Shekar [6] developed a method
for OD segmentation using Hussain, A.R. et al. [7] proposed a method for optic nerve head
segmentation using genetic active contours. J.Liu et al. proposed a technique to extract optic disc
and cup in order to determine cup to disc ratio. Optic disc is extracted using a variational level set
method and the detected contour is uneven due to influence of blood vessels. Detection of cup
boundary was performed using intensity and threshold level set approach. Thresholding
techniques produced better results for both high and low risk retinal images. An ellipse fitting is
used to smoothen the boundary [8,9].
Zhuo Zhang et al. [10] designed a convex hull based neuro-retinal optic cup ellipse optimization
technique. Wong, D.W.K. et al. [11] developed SVM-based model optic cup detection for
glaucoma detection using the cup to disc ratio in retinal fundus images. Joshi G.D. et al. [12]
developed vessel bend-based cup segmentation in retinal images. Shijian Lu et al. [13] proposed
a background elimination method for the automatic detection of OD. Gopal Datt Joshi developed
a deformable model guided by regional statistics to detect the OD boundary. Cup boundary
detection scheme is based on Lab color space and the expected cup symmetry. This method uses
sector wise information and give rise to fewer false positives and hence better specificity. Error
value computed is less for a normal image than for a glaucomatous image [14]. Morphological
operations were used for locating the optic disc in retinal images by Angel Suero et al. [15].
In this paper, a new algorithm based on Fuzzy C-Means Clustering (FCM) technique combined
with thresholding, is used for OD and OC extraction. This new method, firstly, extracts the OD
Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.3, June 2015
58
and OC of the colour fundus image and computes the vertical CDR automatically. This is an
efficient method for the automatic screening of colour fundus image for CDR computation.
3. MATERIALS AND METHODS
The fundus images used in these experiments are taken from publicly available databases DRION
and DIARATDB0 and, images from Giridhar Eye Institute, Kochi, Kerala. The CDRs obtained
from an ophthalmologist is used as ground truth for the evaluation.
4. DEVELOPED ALGORITHM
The new approach is composed of four steps. The channels of the colour retinal are separated.
The blood vessels are removed, applying the contrast adjustment to enhance the low contrast
image image. The Fuzzy C Means combined with thresholding is applied on the red channel of
the input image for the extraction of the OD and the same technique is applied on the green
channel of the input image for the extraction of OC. The CDR is computed using the ratio of
vertical diameter of OC and OD.
4.1. Preprocessing
The preprocessing step excludes variations due to image acquisition, such as inhomogeneous
illumination. In preprocessing, techniques such as morphological operations and contrast
enhancement are applied on the input image. The following sections include different
preprocessing operations used in this paper.
4.1.1. Preprocessing steps for Optic Disc Extraction
4.1.1.1. Selection of Red Channel
From the previous studies it is shown that even though the green component of an RGB
retinography is the one with highest contrast, the OD is often present in the red field as a well-
defined white shape, brighter than the surrounding area [16]. Therefore the red channel of the
RGB colour images is used for the extraction of OD regions in the retinal fundus images.
4.1.1.2. Removal of Blood Vessels
Since blood vessels within the OD are strong distracters, they should be erased from the image
beforehand. In this method a morphological closing operation is performed on the red channel.
The dilation operation first removes the blood vessels and then the erosion operation
approximately restores the boundaries to their former position.
Closing : (1)
where A is the red channel of the input image and B is a 10x10 symmetrical disc structuring
element, to remove the blood vessels[17,18]. C is the resultant vessel free, smoothed output
image.
Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.3, June 2015
59
4.1.2. Preprocessing steps for Optic Cup Extraction
4.1.2.1. Selection of Green Channel
The green channel has low contrast variation which gives more differentiation between the blood
vessel and OC. The green channel, therefore, is selected for the extraction of the OC of the retinal
image.
4.1.2.2. Removal of Blood Vessels
Blood vessels in the green channel were removed using a morphological closing procedure,
(2)
where I is the green channel of the input image and B is an 8x8 symmetrical disc structuring
element, to remove the blood vessels[17,18]. I2 is the smoothed, vessel free output image. Figure
3 shows the preprocessing operations on the input image.
Figure 3.The preprocessing steps (a) Input Image (b) Red channel (c ) Blood vessel free image (d) Green
channel (e) Blood vessel free image
4.2. Feature Extraction
Medical image segmentation is a difficult task due to the complexity of segmentation. Because of
its simplicity and efficiency, threshold segmentation is wildly used in many fields. Assessment of
OD and OC is important in discriminating between normal and pathological retinal images. The
OD is a bright pattern of the fundus image. Recently, many studies on the use of fundus images
in extracting OD and OC have been reported. FCM clustering with thresholding is used in this
work for the extraction of OD and OC.
Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.3, June 2015
60
4.3. Fuzzy C Means Clustering with Thresholding
The new method is a combination of fuzzy algorithm, C Means clustering and thresholding.
Clustering involves the task of dividing data points into homogeneous classes or clusters so that
items in the same class are as similar as possible and items in different classes are as dissimilar as
possible. Clustering can also be thought of as a form of data compression, where a large number
of samples are converted into a small number of representative prototypes or clusters. Different
types of similarity measures may be used to identify classes depending on the data and the
application, where the similarity measure controls the formation of the clusters. In the following
new method intensity value is used as the similarity measure. Thresholding is one of the most
powerful techniques for image segmentation, in which the pixels are partitioned depending on
their intensity value.
4.3.1. Fuzzy C-Means Clustering Algorithm
FCM clustering is a clustering technique and it employs fuzzy partitioning such that a data point
can belong to all groups with different membership grades between 0 and 1. It is an iterative
algorithm. The aim of FCM is to find cluster centers (centroids) that minimize a dissimilarity
function. Corresponding to each cluster center, this algorithm works by assigning membership to
each data point on the basis of the difference between the cluster center and the data point. The
more the data is near to the cluster center, the more is its membership towards the particular
cluster center. It is obvious that the summation of membership of each data point should be equal
to one.
(3)
(4)
where Xkj is data element, dik is the distance matrix and Vij is the element of the cluster center
vector.
The dissimilarity function which is used in FCM is given Equation (5)
(5)
uij is between 0 and 1;
ci is the centroid of cluster i;
dij is the Euclidian distance between ith
centroid (ci) and jth
data point;
m є [1,∞] is a weighting exponent.
To reach a minimum of dissimilarity function there are two conditions. These are given in
Equation (6) and Equation (7)
Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.3, June 2015
61
(6)
(7)
This algorithm determines the following steps [4].
Step1. Randomly initialize the membership matrix (U) that has constraints in Equation 7.
Step2. Calculate centroids (Ci) by using Equation (6).
Step3. Compute dissimilarity between centroids and data points using equation (5). Stop if its
improvement over previous iteration is below a threshold.
Step4. Compute a new U using Equation (7). Go to Step 2 [19][20].
By iteratively updating the cluster centers and the membership grades for each data point, FCM
iteratively moves the cluster centers to the apt location within a data set. To accommodate the
introduction of fuzzy partitioning, the membership matrix (U) is randomly initialized according
to Equation (7).
The Fuzzy Logic Toolbox command line function fcm is used for generating clusters, and in this
paper three clusters are generated from the vessel free enhanced image. The fcm function
iteratively moves the cluster centers to the right location within the data set. The outputs are 3
cluster centers C1, C2 and C3 and membership function matrix M with membership-grades,
which is the intensity value of each pixel.
4.4. Thresholding
Thresholding is the operation of converting a multilevel image into a binary image i.e., it assigns
the value of 0 (background) or 1 (objects or foreground) to each pixel of an image based on a
comparison with some threshold value T (intensity or colour value) [17][18]. By applying the
threshold T on an image, the image is converted to a binary image. The following formula (8)
[13] is used for the binary image extraction.
(8)
where I is the input image, T is the threshold and IT is the binary image after thresholding.
Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.3, June 2015
62
4.5. Extraction of Optic Disc
The main feature of the OD is that it is having the highest intensity. Therefore the highest
intensity is used as the threshold for the OD extraction. The threshold T is computed using the
following method. From the generated clusters, first the cluster with maximum membership
grade is found, and the corresponding grades are assigned with the same identification label.
From the smoothed image, pixels with this gray level value are accessed, the average of the
maximum and minimum intensity values are computed to obtain the threshold value T1.
(9)
In the above equation, data represents the data points of the smoothed red channel image and
label represents the cluster value with the highest membership grade. By applying the threshold
T1 on the smoothed image IS the image is converted to a binary image. The formula (9) is used
for the binary image extraction.
Figure 4. The extracted binary image
Since the OD is of circular shape, the OD region selection process needs to be made specific to
the circular region. So the largest connected component Ri whose shape is approximately circular
is selected using the compactness measure
(10)
where, P(Ri) is the perimeter of the region Ri and A(Ri) is the area of the region Ri. The binary
image with the compactness smaller than the pre-specified value, (5 in the present study) is
considered as the optic disc approximation. Thus using the condition C < 5, extraction of round
objects is done, eliminating those objects that do not meet the criteria. In some cases the extracted
image contains small unwanted objects. The erosion operation is used to remove these objects
[21].
Figure 5 Extracted Optic Disc
Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.3, June 2015
63
The mean of the rows and columns form the centroid (Y1, X1) of the OD.
(11)
(12)
where m is the number of rows and n is the number of columns.
From the above coordinates of the optic disc the minimum coordinates (ymin1, xmin1) is
calculated. The distance between the centroid and (ymin1, xmin1) represents the radius of the
disc.
(13)
where ROD is the radius of the optic disc.
4.7. Extraction of Optic Cup
The above mentioned FCM clustering with thresholding is applied on the smoothed green
channel for the extraction of OC.
The following algorithm includes four steps [4].
Step1. Randomly initialize the membership matrix (U) that has constraints in Equation (6).
Step2. Calculate centroids (Ci) by using Equation (7).
Step3. Compute dissimilarity between centroids and data points using equation (5). Stop if its
improvement over previous iteration is below a threshold.
Step4. Compute a new U using Equation (6). Go to Step 2[19][20].
The threshold values T2 is calculated using the following equation.
(14)
where data represents the data points of the vessel free green channel and label represents the
cluster value with the highest membership grade.
Since the OC is the brightest portion in the green channel, thresholding with threshold T2 in
im2bw function helps to extract OC. This function returns the binary image forming the object
OC.
The average of the rows and columns forms the centroid (Y2, X2) of the OC.
(15)
Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.3, June 2015
64
(16)
where m2 is the number of rows and n2 is the number of columns.
From the above coordinates of the optic cup the minimum coordinates (ymin2, xmin2) is
calculated. The Euclidian distance between the centroid and (ymin1, xmin1) returns the radius of
the cup.
ROC = Y2 − ymin2, (17)
where ROC is the radius of the cup.
Figure 6. Extracted Optic cup
The method can be used to extract the OD and OC from right eye and left eye images. Figure 7
and Figure 8 show the results of extractions.
Figure 7 (i) Input image of a right eye (ii) Extracted optic disc (iii) Extracted optic cup
Figure 8 (i) Input image of a left eye (ii) Extracted optic disc (iii) Extracted optic cup
Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.3, June 2015
65
4.8. Computation of CDR
The manual method uses the ratio of the vertical diameter of OC and OD for the computation of
CDR. From the segmented OD the minimum row coordinate ymin1and maximum row coordinate
ymax1 are calculated. The Euclidian distance between these coordinates is the vertical diameter of
the OD, ODvdiam .
(18)
Similarly from the segmented OC the minimum row coordinate ymin2 and maximum row
coordinate ymax2 are calculated. The Euclidian distance between these coordinates is the vertical
diameter of the OC, OCvdiam.
(19)
The CDR is calculated using the following formula
(20)
The following figure shows the OD vertical diameter ODvdiam and OC vertical diameter
OCvdiam of the input image.
Figure 9 Optic Disc vertical diameter ODvdiam and Optic Cup vertical diameter OCvdiam
4.9 Glaucoma Detection
If the CDR is 0.4 or less refers to a relatively healthy looking optic nerve. If the CDR is greater
than .4 is suspicious of glaucoma. While there is no one CDR that separates normal from
glaucoma, the CDR greater than 0.6 or 0.7 is glaucomatous and often requires further testing to
rule out glaucoma. CDR > .7 is considered as advanced stage glaucoma. As glaucoma progresses,
the CDR enlarges (as more optic nerve fiber dies off), and the patient may start to develop
peripheral vision loss.
Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.3, June 2015
66
Figure 10 (a) Normal (b) Early Stage Glaucoma (c) Advanced Stage Glaucoma
5. RESULTS AND DISCUSSION
The automatic computation of CDR is required for automatic detection of glaucoma using retinal
fundus images. This study thus brings to light simple but efficient methods for the extraction of
OD and OC in retinal images. The CDR values are also automatically calculated. The new
method is evaluated on the basis of the ground truth data, where, vertical CDR values are
obtained from an expert ophthalmologist. The method was applied on 365 retinal color fundus
images. The performance evaluation is done by making use of the comparison of obtained CDR
with the clinical CDR.
5.1. Image Data Sets
5.1.1. DRION Database
It has 110 retinal images with each image having the resolution of 600 x 400 pixels and the optic
disc annotated by two experts with 36 landmarks. The mean age of the patients was 53.0 years
(standard Deviation 13.05), with 46.2% male and 53.8% female and all of them were Caucasian
ethnicity 23.1% patients had chronic simple glaucoma and 76.9% eye hypertension. The images
were acquired with a colour analogical fundus camera, approximately centered on the ONH and
they were stored in slide format. In order to have the images in digital format, they were digitized
using a HP-PhotoSmart-S20 high-resolution scanner, RGB format, resolution 600x400 and 8
bits/pixel.
5.1.2. The DIARETDB0 Database
The DIARETDB0 Database images were captured using an FOV of 50° and the size of each
image is 1500 x 1152 x 3. Out of the 130 images of the DIARETDB0 database, 20 have normal
architecture and 110 have various types of pathology.
5.1.3. Images from the ophthalmologist
125 images from Giridhar Eye Institute, Kochi was also used in this paper. All the images were
obtained using Carlzeiss fundus camera. In total 5 are normal images and remaining 120 are
diseased and the size of each image is 576 x 768 x 3.
5.2. Implementation
The new algorithm was applied on 365 images obtained from the above mentioned databases and
ophthalmologists.
Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.3, June 2015
67
5.3. Performance Evaluation
The performance evaluation is done using the following parameters.
5.3.1. Accuracy
The accuracy of the technique was evaluated quantitatively by comparing the obtained vertical
CDR values with ophthalmologists’ ground-truth vertical CDR values. Fifteen examples of
detailed results of performance measurement using FCM clustering combined with thresholding
are displayed in Table I using fifteen test images of DRION database and fifteen test images from
the ophthalmologist.
Table I CDR Comparison Table shows the comparison of clinical CDR values with CDR values
obtained using the new method.
5.3.2. Detection of Glaucoma
Based on the CDR values the images are classified into three categories such as normal, early
stage glaucoma and advanced stage glaucoma. The method is applied on 110 images from
DRION database, 130 images from Diaretdb0 and 125 images from an ophthalmologist. Figure
11 shows the detection of different stages of glaucoma based on CDR.
Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.3, June 2015
68
Figure11. (a) Input Image (b) Segmented image I- Normal II - Early Stage
Glacoma III- Advanced Stage Glaucoma
6. CONCLUSION
This paper presents a new fuzzy based approach for glaucoma detection. The results presented in
this paper show that the new methodology offers a reliable and robust solution for glaucoma
detection. This automated method is very useful for the automatic screening of retinal images.
However the present method has the following limitations. It is assumed that the OD and OC are
brighter than the surrounding pixels and therefore cannot handle retinal images with a relatively
dark OD. Hence advanced extraction methods are required for future studies and research.
REFERENCES
[1] Juan Xu, Hiroshi Ishikawa, Gadi Wollstein, Richard A. Bilonick, Kyung R. Sung,Larry Kagemann,
Kelly A. Townsend, and Joel S. Schuman, “Automated Assessment of the Optic Nerve Head on
Stereo Disc Photographs”, Invest Ophthalmol Vis Sci. Jun 2008; 49(6), pp. 2512–2517, 2008.
[2] Thitiporn Chanwimaluang and Guoliang Fan, “An efficient algorithm for extraction of anatomical
structures in retinal images”, Proc. of International Conference on Image Processing, Vol. 1, pp.
1093–1096,2003
[3] Chisako Muramatsu, Toshiaki Nakagawab, Akira Sawadac, Yuji Hatanakad, Takeshi Haraa, Tetsuya
Yamamotoc, Hiroshi Fujitaa “Determination of cup and disc ratio of optical nerve head for diagnosis
of glaucoma on stereo retinal fundus image pairs”, Medical Imaging 2009: Computer-Aided
Diagnosis, Proc. of SPIE ,Vol. 7260, pp.72603L-1 - 72603L-8, 2009
[4] Huiqi Li, Opas Chutatape “Boundary detection of optic disc by a modified ASM method”, The
Journal of the Pattern Recognition Society, Vol. 36, pp. 2093-2104,2003
[5] Huajun Ying, Ming Zhang and Jyh-Charn Liu, “Fractal-Based Automatic Localization and
Segmentation of Optic Disc in Retinal Images”, 28th Annual International Conference of the IEEE
Engineering In Medicine and Biology Society (EMBS), 2007
[6] S. Sekhar, “Automated Localization Of Optic Disk And Images”, Proc. 16th European Signal
Processing Conference (EUSIPCO 2008), Lausanne, Switzerland, August 25-29, 2008.
[7] Hussain, A.R., “Optic nerve head segmentation using genetic active Contours”, International
Conference on Computer and Communication Engineering, 2008,ICCCE 2008, 13-15 May 2008,
pp.783 – 787, Univ. Teknikal Malaysia, Melaka, May 2008.
Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.3, June 2015
69
[8] J.Liu,J.H.Lim,and H.Li, “ARGALI”:An automatic cup to disc ratio measurement system for
Glaucoma analysis using Level set Image processing,” in SPIE Medical Imaging, San Diego, USA,
Feb 2008.
[9] J. Liu, D. W .K Wong, J. H. Lim, X. Jia, F. Yin, H. Li, W. Xiong, T.Y. Wong, “Optic Cup and Disc
extraction from Retinal Fundus Images for Determination of Cup- to- Disc Ratio, ” in proceedings of
2008, IEEE Engineering pp 1828-1832.
[10] Zhuo Zhang ,Jiang Liu , Cherian, N.S. ,Ying Sun, Joo Hwee Lim , Wing Kee Wong , Ngan Meng
Tan ,Shijian Lu , Huiqi Li , Tien Ying Wong, “Convex hull based neuro-retinal optic cup ellipse
optimization in glaucoma diagnosis”, Engineering in Medicine and Biology Society, 2009.
EMBC2009. Annual International Conference of the IEEE, Inst. for Infocomm Res., A*STAR,
Singapore, 3-6 Sept. 2009, pp. 1441 – 1444, 2009.
[11] Wong, D.W.K. ; Jiang Liu ; Joo Hwee Lim ; Ngan Meng Tan ; Zhuo Zhang ; Huiqi Li ; Shijian Lu ;
Tien Yin Wong , ‘Method of detecting kink-bearing vessels in a retinal fundus image(CDR)’,The 5th
IEEE Conference on Industrial Electronics and Applications (ICIEA), pp. 1690 – 1694, June 2010
[12] Joshi, G.D., Sivaswamy, J., Karan, K., Prashanth, R., Krishnadas, S.R., “Vessel Bend-Based Cup
Segmentation in Retinal Images”, 20th International Conference on Pattern Recognition (ICPR),
2010, CVIT, IIIT Hyderabad, Hyderabad, India, 23-26 Aug. 2010, pp. 2536 – 2539, 2010.
[13] Shijian Lu and Joo Hwee Lim, “Automatic optic disc detection through background estimation”
Proceedings of 2010 IEEE 17th International Conference on Image Processing, Hong Kong,
September 26-29, 2010.
[14] Gopal Datt Joshi, Jayanthi Sivaswamy, Kundan Karan, S. R. Krishnadas, “Optic Disk And Cup
Boundary Detection Using Regional Information” Proceedings of the 2010 IEEE international
conference on Biomedical imaging: from nano to Macro,2010.
[15] Angel Suero, Diego Marin, Manuel E. Gegundez-Arias, and Jose M. Bravo, “Locating the Optic Disc
in Retinal Images Using Morphological Techniques”, IWBBIO 2013 Proceedings, Granada, 18-20
March, 2013, pp.593-600, 2013.
[16] N. M. Salem and A. K. Nandi, “Novel and adaptive contribution of the red channel in pre-processing
of colour fundus images,” in Journal of the Franklin Institute, 2007, p. 243256, 2007.
[17] Rafael C Gonzalez, Richard E Woods, Steven L Eddins, Digital Image Processing, Prentice Hall
Publications,2008.
[18] Rafael C Gonzalez, Richard E Woods, Steven L Eddins., Digital Image Processing Using Matlab,
Prentice Hall Publications,2008.
[19] HeikoTimm, Christian Borgelt, and Rudolf KruseFuzzy, “Cluster Analysis with Cluster Repulsion”,
CiteSeerx.
[20] Yinghua Lu, Tinghuai Ma, Changhong Yin, Xiaoyu Xie, Wei Tian,ShuiMing Zhong,
“Implementation of the Fuzzy C-Means Clustering Algorithm in Meteorological Data”, International
Journal of Database Theory and Application, Vol.6, No.6, pp.1-18, 2013
[21] Thresiamma Devasia, Poulose Jacob, Tessamma Thomas, “Automatic Optic Disc Boundary
Extraction from Color Fundus Images”, International Journal of Advanced Computer Science and
Applications (IJACSA) , Vol. 5, No. 7, 2014,pp.17-24
AUTHORS
Thresiamma Devasia was graduated with Bachelor of Mathematics (BSc.Maths) from
Mahatma University, Kerala, India in 1991, and finished her Master of Computer
Applications (MCA) and M.Phil Computer Science from Alagappa University
Tamilnadu, India in 1995 and 2010, respectively. Currently, she is the Head and
Associate professor, Department of Computer Science at Assumption College
Changanacherry, Kerala, India and working toward her Ph.D. at Cochin University of
Science And Technology on glaucoma detection using image processing. She
completed UGC sponsored minor research project based on image processing. She was
a member of IEEE. Her interest areas include image processing and medical imaging.
Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.3, June 2015
70
Dr. K.Poulose Jacob, Professor of Computer Science at Cochin University of Science
and Technology since 1994, is currently Pro Vice Chancellor of Cochin University of
Science & Technology. He has presented research papers in several International
Conferences in Europe, USA, UK, Australia and other countries. He has served as a
Member of the Standing Committee of the UGC on Computer Education &
Development. He is the Zonal Coordinator of the DOEACC Society under the
Ministry of Information Technology, Government of India. He serves as a member of
the AICTE expert panel for accreditation and approval. He has been a member of
several academic bodies of different Universities and Institutes. He is on the editorial board of two
international journals in Computer Science. Dr. K.Poulose Jacob is a Professional member of the ACM
(Association for Computing Machinery) and a Life Member of the Computer Society of India.
Dr.Tessamma Thomas received her M.Tech. and Ph.D from Cochin University of
Science and Technology, Cochin-22, India. At present she is working as Professor in
the Department of Electronics, Cochin University of Science and Technology. She has
to her credit more than 100 research papers, in various research fields, published in
International and National journals and conferences. Her areas of interest include
digital signal / image processing, bio medical image processing, super resolution,
content based image retrieval, genomic signal processing, etc.

More Related Content

What's hot

Glaucoma Detection in Retinal Images Using Image Processing Techniques: A Survey
Glaucoma Detection in Retinal Images Using Image Processing Techniques: A SurveyGlaucoma Detection in Retinal Images Using Image Processing Techniques: A Survey
Glaucoma Detection in Retinal Images Using Image Processing Techniques: A Survey
Eswar Publications
 
Detection of eye disorders through retinal image analysis
Detection of eye disorders through retinal image analysisDetection of eye disorders through retinal image analysis
Detection of eye disorders through retinal image analysis
Rahul Dey
 
(539011774) 8 th sem glaucoma proj report
(539011774) 8 th sem glaucoma  proj report(539011774) 8 th sem glaucoma  proj report
(539011774) 8 th sem glaucoma proj report
Debangana Dutta
 

What's hot (20)

Glaucoma Detection in Retinal Images Using Image Processing Techniques: A Survey
Glaucoma Detection in Retinal Images Using Image Processing Techniques: A SurveyGlaucoma Detection in Retinal Images Using Image Processing Techniques: A Survey
Glaucoma Detection in Retinal Images Using Image Processing Techniques: A Survey
 
Automated Glaucoma Detection
Automated Glaucoma DetectionAutomated Glaucoma Detection
Automated Glaucoma Detection
 
Diagnosis of Diabetic Retinopathy
Diagnosis of Diabetic RetinopathyDiagnosis of Diabetic Retinopathy
Diagnosis of Diabetic Retinopathy
 
Optic Disc and Macula Localization from Retinal Optical Coherence Tomography ...
Optic Disc and Macula Localization from Retinal Optical Coherence Tomography ...Optic Disc and Macula Localization from Retinal Optical Coherence Tomography ...
Optic Disc and Macula Localization from Retinal Optical Coherence Tomography ...
 
[IJET-V1I3P6]
[IJET-V1I3P6] [IJET-V1I3P6]
[IJET-V1I3P6]
 
SUPERPIXEL CLASSIFICATION BASED OPTIC DISC AND OPTIC CUP SEGMENTATION FOR GLA...
SUPERPIXEL CLASSIFICATION BASED OPTIC DISC AND OPTIC CUP SEGMENTATION FOR GLA...SUPERPIXEL CLASSIFICATION BASED OPTIC DISC AND OPTIC CUP SEGMENTATION FOR GLA...
SUPERPIXEL CLASSIFICATION BASED OPTIC DISC AND OPTIC CUP SEGMENTATION FOR GLA...
 
An Approach for the Detection of Vascular Abnormalities in Diabetic Retinopathy
An Approach for the Detection of Vascular Abnormalities in Diabetic RetinopathyAn Approach for the Detection of Vascular Abnormalities in Diabetic Retinopathy
An Approach for the Detection of Vascular Abnormalities in Diabetic Retinopathy
 
Segmentation of the Blood Vessel and Optic Disc in Retinal Images Using EM Al...
Segmentation of the Blood Vessel and Optic Disc in Retinal Images Using EM Al...Segmentation of the Blood Vessel and Optic Disc in Retinal Images Using EM Al...
Segmentation of the Blood Vessel and Optic Disc in Retinal Images Using EM Al...
 
Efficient Diabetic Retinopathy Space Subjective Fuzzy Clustering In Digital F...
Efficient Diabetic Retinopathy Space Subjective Fuzzy Clustering In Digital F...Efficient Diabetic Retinopathy Space Subjective Fuzzy Clustering In Digital F...
Efficient Diabetic Retinopathy Space Subjective Fuzzy Clustering In Digital F...
 
Detection of eye disorders through retinal image analysis
Detection of eye disorders through retinal image analysisDetection of eye disorders through retinal image analysis
Detection of eye disorders through retinal image analysis
 
643 648
643 648643 648
643 648
 
(539011774) 8 th sem glaucoma proj report
(539011774) 8 th sem glaucoma  proj report(539011774) 8 th sem glaucoma  proj report
(539011774) 8 th sem glaucoma proj report
 
Performance analysis of retinal image blood vessel segmentation
Performance analysis of retinal image blood vessel segmentationPerformance analysis of retinal image blood vessel segmentation
Performance analysis of retinal image blood vessel segmentation
 
Multimodal evaluation of macular function in age related macular
Multimodal evaluation of macular function in age related macularMultimodal evaluation of macular function in age related macular
Multimodal evaluation of macular function in age related macular
 
Inferior posterior staphyloma: choroidal maps and macular complications
Inferior posterior staphyloma: choroidal maps and  macular complications Inferior posterior staphyloma: choroidal maps and  macular complications
Inferior posterior staphyloma: choroidal maps and macular complications
 
Automatic detection of optic disc and blood vessels from retinal images using...
Automatic detection of optic disc and blood vessels from retinal images using...Automatic detection of optic disc and blood vessels from retinal images using...
Automatic detection of optic disc and blood vessels from retinal images using...
 
Automatic Detection of Diabetic Maculopathy from Funduas Images Using Image A...
Automatic Detection of Diabetic Maculopathy from Funduas Images Using Image A...Automatic Detection of Diabetic Maculopathy from Funduas Images Using Image A...
Automatic Detection of Diabetic Maculopathy from Funduas Images Using Image A...
 
A Systematic Comparison of Spectral-Domain Optical Coherence Tomography and F...
A Systematic Comparison of Spectral-Domain Optical Coherence Tomography and F...A Systematic Comparison of Spectral-Domain Optical Coherence Tomography and F...
A Systematic Comparison of Spectral-Domain Optical Coherence Tomography and F...
 
Vessels delineation in retinal 
images using COSFIRE filters
Vessels delineation in retinal 
images using COSFIRE filtersVessels delineation in retinal 
images using COSFIRE filters
Vessels delineation in retinal 
images using COSFIRE filters
 
Ijetcas14 523
Ijetcas14 523Ijetcas14 523
Ijetcas14 523
 

Viewers also liked

An Innovative Moving Object Detection and Tracking System by Using Modified R...
An Innovative Moving Object Detection and Tracking System by Using Modified R...An Innovative Moving Object Detection and Tracking System by Using Modified R...
An Innovative Moving Object Detection and Tracking System by Using Modified R...
sipij
 
TARGET LOCALIZATION IN WIRELESS SENSOR NETWORKS BASED ON RECEIVED SIGNAL STRE...
TARGET LOCALIZATION IN WIRELESS SENSOR NETWORKS BASED ON RECEIVED SIGNAL STRE...TARGET LOCALIZATION IN WIRELESS SENSOR NETWORKS BASED ON RECEIVED SIGNAL STRE...
TARGET LOCALIZATION IN WIRELESS SENSOR NETWORKS BASED ON RECEIVED SIGNAL STRE...
sipij
 
INHIBITION AND SET-SHIFTING TASKS IN CENTRAL EXECUTIVE FUNCTION OF WORKING ME...
INHIBITION AND SET-SHIFTING TASKS IN CENTRAL EXECUTIVE FUNCTION OF WORKING ME...INHIBITION AND SET-SHIFTING TASKS IN CENTRAL EXECUTIVE FUNCTION OF WORKING ME...
INHIBITION AND SET-SHIFTING TASKS IN CENTRAL EXECUTIVE FUNCTION OF WORKING ME...
sipij
 

Viewers also liked (18)

DESIGN REALIZATION AND PERFORMANCE EVALUATION OF AN ACOUSTIC ECHO CANCELLATIO...
DESIGN REALIZATION AND PERFORMANCE EVALUATION OF AN ACOUSTIC ECHO CANCELLATIO...DESIGN REALIZATION AND PERFORMANCE EVALUATION OF AN ACOUSTIC ECHO CANCELLATIO...
DESIGN REALIZATION AND PERFORMANCE EVALUATION OF AN ACOUSTIC ECHO CANCELLATIO...
 
A STUDY OF SPECKLE NOISE REDUCTION FILTERS
A STUDY OF SPECKLE NOISE REDUCTION FILTERS A STUDY OF SPECKLE NOISE REDUCTION FILTERS
A STUDY OF SPECKLE NOISE REDUCTION FILTERS
 
AN MINIMUM RECONFIGURATION PROBABILITY ROUTING ALGORITHM FOR RWA IN ALL-OPTIC...
AN MINIMUM RECONFIGURATION PROBABILITY ROUTING ALGORITHM FOR RWA IN ALL-OPTIC...AN MINIMUM RECONFIGURATION PROBABILITY ROUTING ALGORITHM FOR RWA IN ALL-OPTIC...
AN MINIMUM RECONFIGURATION PROBABILITY ROUTING ALGORITHM FOR RWA IN ALL-OPTIC...
 
A BINARY TO RESIDUE CONVERSION USING NEW PROPOSED NON-COPRIME MODULI SET
A BINARY TO RESIDUE CONVERSION USING NEW PROPOSED NON-COPRIME MODULI SETA BINARY TO RESIDUE CONVERSION USING NEW PROPOSED NON-COPRIME MODULI SET
A BINARY TO RESIDUE CONVERSION USING NEW PROPOSED NON-COPRIME MODULI SET
 
An Innovative Moving Object Detection and Tracking System by Using Modified R...
An Innovative Moving Object Detection and Tracking System by Using Modified R...An Innovative Moving Object Detection and Tracking System by Using Modified R...
An Innovative Moving Object Detection and Tracking System by Using Modified R...
 
TARGET LOCALIZATION IN WIRELESS SENSOR NETWORKS BASED ON RECEIVED SIGNAL STRE...
TARGET LOCALIZATION IN WIRELESS SENSOR NETWORKS BASED ON RECEIVED SIGNAL STRE...TARGET LOCALIZATION IN WIRELESS SENSOR NETWORKS BASED ON RECEIVED SIGNAL STRE...
TARGET LOCALIZATION IN WIRELESS SENSOR NETWORKS BASED ON RECEIVED SIGNAL STRE...
 
Automatic meal inspection system using lbp hf feature for central kitchen
Automatic meal inspection system using lbp hf feature for central kitchenAutomatic meal inspection system using lbp hf feature for central kitchen
Automatic meal inspection system using lbp hf feature for central kitchen
 
A R EVIEW P APER : N OISE M ODELS IN D IGITAL I MAGE P ROCESSING
A R EVIEW P APER : N OISE M ODELS IN D IGITAL I MAGE P ROCESSINGA R EVIEW P APER : N OISE M ODELS IN D IGITAL I MAGE P ROCESSING
A R EVIEW P APER : N OISE M ODELS IN D IGITAL I MAGE P ROCESSING
 
MULTIPLE OBJECTS TRACKING IN SURVEILLANCE VIDEO USING COLOR AND HU MOMENTS
MULTIPLE OBJECTS TRACKING IN SURVEILLANCE VIDEO USING COLOR AND HU MOMENTSMULTIPLE OBJECTS TRACKING IN SURVEILLANCE VIDEO USING COLOR AND HU MOMENTS
MULTIPLE OBJECTS TRACKING IN SURVEILLANCE VIDEO USING COLOR AND HU MOMENTS
 
Stem calyx recognition of an apple using shape descriptors
Stem   calyx recognition of an apple using shape descriptorsStem   calyx recognition of an apple using shape descriptors
Stem calyx recognition of an apple using shape descriptors
 
A Hybrid Architecture for Tracking People in Real-Time Using a Video Surveill...
A Hybrid Architecture for Tracking People in Real-Time Using a Video Surveill...A Hybrid Architecture for Tracking People in Real-Time Using a Video Surveill...
A Hybrid Architecture for Tracking People in Real-Time Using a Video Surveill...
 
A FLUXGATE SENSOR APPLICATION: COIN IDENTIFICATION
A FLUXGATE SENSOR APPLICATION: COIN IDENTIFICATIONA FLUXGATE SENSOR APPLICATION: COIN IDENTIFICATION
A FLUXGATE SENSOR APPLICATION: COIN IDENTIFICATION
 
Optimized Biometric System Based on Combination of Face Images and Log Transf...
Optimized Biometric System Based on Combination of Face Images and Log Transf...Optimized Biometric System Based on Combination of Face Images and Log Transf...
Optimized Biometric System Based on Combination of Face Images and Log Transf...
 
Recognition of historical records
Recognition of historical recordsRecognition of historical records
Recognition of historical records
 
Efficient pu mode decision and motion estimation for h.264 avc to hevc transc...
Efficient pu mode decision and motion estimation for h.264 avc to hevc transc...Efficient pu mode decision and motion estimation for h.264 avc to hevc transc...
Efficient pu mode decision and motion estimation for h.264 avc to hevc transc...
 
Objective Quality Assessment of Image Enhancement Methods in Digital Mammogra...
Objective Quality Assessment of Image Enhancement Methods in Digital Mammogra...Objective Quality Assessment of Image Enhancement Methods in Digital Mammogra...
Objective Quality Assessment of Image Enhancement Methods in Digital Mammogra...
 
INHIBITION AND SET-SHIFTING TASKS IN CENTRAL EXECUTIVE FUNCTION OF WORKING ME...
INHIBITION AND SET-SHIFTING TASKS IN CENTRAL EXECUTIVE FUNCTION OF WORKING ME...INHIBITION AND SET-SHIFTING TASKS IN CENTRAL EXECUTIVE FUNCTION OF WORKING ME...
INHIBITION AND SET-SHIFTING TASKS IN CENTRAL EXECUTIVE FUNCTION OF WORKING ME...
 
DETERMINATION OF BURIED MAGNETIC MATERIAL’S GEOMETRIC DIMENSIONS
DETERMINATION OF BURIED MAGNETIC MATERIAL’S GEOMETRIC DIMENSIONSDETERMINATION OF BURIED MAGNETIC MATERIAL’S GEOMETRIC DIMENSIONS
DETERMINATION OF BURIED MAGNETIC MATERIAL’S GEOMETRIC DIMENSIONS
 

Similar to FUZZY CLUSTERING BASED GLAUCOMA DETECTION USING THE CDR

3c31fd00-8ac4-4e1e-82c6-ee6f24a54210-492.pptx
3c31fd00-8ac4-4e1e-82c6-ee6f24a54210-492.pptx3c31fd00-8ac4-4e1e-82c6-ee6f24a54210-492.pptx
3c31fd00-8ac4-4e1e-82c6-ee6f24a54210-492.pptx
sajalmenon99
 
Focal choroidal excavation in eyes with central serous chorioretinopathy
Focal choroidal excavation in eyes with central serous chorioretinopathy Focal choroidal excavation in eyes with central serous chorioretinopathy
Focal choroidal excavation in eyes with central serous chorioretinopathy
Abdallah Ellabban
 

Similar to FUZZY CLUSTERING BASED GLAUCOMA DETECTION USING THE CDR (20)

3c31fd00-8ac4-4e1e-82c6-ee6f24a54210-492.pptx
3c31fd00-8ac4-4e1e-82c6-ee6f24a54210-492.pptx3c31fd00-8ac4-4e1e-82c6-ee6f24a54210-492.pptx
3c31fd00-8ac4-4e1e-82c6-ee6f24a54210-492.pptx
 
A UTOMATIC C OMPUTATION OF CDR U SING F UZZY C LUSTERING T ECHNIQUES
A UTOMATIC C OMPUTATION OF CDR U SING F UZZY C LUSTERING T ECHNIQUESA UTOMATIC C OMPUTATION OF CDR U SING F UZZY C LUSTERING T ECHNIQUES
A UTOMATIC C OMPUTATION OF CDR U SING F UZZY C LUSTERING T ECHNIQUES
 
A UTOMATIC C OMPUTATION OF CDR U SING F UZZY C LUSTERING T ECHNIQUES
A UTOMATIC C OMPUTATION OF CDR U SING F UZZY C LUSTERING T ECHNIQUESA UTOMATIC C OMPUTATION OF CDR U SING F UZZY C LUSTERING T ECHNIQUES
A UTOMATIC C OMPUTATION OF CDR U SING F UZZY C LUSTERING T ECHNIQUES
 
Glaucoma Detection and Image Processing Approaches: A Review
Glaucoma Detection and Image Processing Approaches: A ReviewGlaucoma Detection and Image Processing Approaches: A Review
Glaucoma Detection and Image Processing Approaches: A Review
 
Glucoma detection.pptx
Glucoma detection.pptxGlucoma detection.pptx
Glucoma detection.pptx
 
Development of novel BMIP algorithms for human eyes affected with glaucoma an...
Development of novel BMIP algorithms for human eyes affected with glaucoma an...Development of novel BMIP algorithms for human eyes affected with glaucoma an...
Development of novel BMIP algorithms for human eyes affected with glaucoma an...
 
Glaucoma progressiondetection based on Retinal Features.pptx
 Glaucoma progressiondetection based on Retinal Features.pptx Glaucoma progressiondetection based on Retinal Features.pptx
Glaucoma progressiondetection based on Retinal Features.pptx
 
SVM based CSR disease detection for OCT and Fundus Imaging
SVM based CSR disease detection for OCT and Fundus ImagingSVM based CSR disease detection for OCT and Fundus Imaging
SVM based CSR disease detection for OCT and Fundus Imaging
 
Subjective assignment II
Subjective assignment IISubjective assignment II
Subjective assignment II
 
Segmentation of Blood Vessels and Optic Disc in Retinal Images
Segmentation of Blood Vessels and Optic Disc in Retinal ImagesSegmentation of Blood Vessels and Optic Disc in Retinal Images
Segmentation of Blood Vessels and Optic Disc in Retinal Images
 
Q01765102112
Q01765102112Q01765102112
Q01765102112
 
20120140502011
2012014050201120120140502011
20120140502011
 
IRJET- Survey based on Detection of Optic Disc in Retinal Images using Segmen...
IRJET- Survey based on Detection of Optic Disc in Retinal Images using Segmen...IRJET- Survey based on Detection of Optic Disc in Retinal Images using Segmen...
IRJET- Survey based on Detection of Optic Disc in Retinal Images using Segmen...
 
PREVALENCE EVALUATION OF DIABETIC RETINOPATHY
PREVALENCE EVALUATION OF DIABETIC RETINOPATHYPREVALENCE EVALUATION OF DIABETIC RETINOPATHY
PREVALENCE EVALUATION OF DIABETIC RETINOPATHY
 
Focal choroidal excavation in eyes with central serous chorioretinopathy
Focal choroidal excavation in eyes with central serous chorioretinopathyFocal choroidal excavation in eyes with central serous chorioretinopathy
Focal choroidal excavation in eyes with central serous chorioretinopathy
 
FOCAL CHOROIDAL EXCAVATION IN EYES WITH CENTRAL SEROUS ‎CHORIORETINOPATHY ‎
FOCAL CHOROIDAL EXCAVATION IN EYES WITH CENTRAL SEROUS ‎CHORIORETINOPATHY ‎FOCAL CHOROIDAL EXCAVATION IN EYES WITH CENTRAL SEROUS ‎CHORIORETINOPATHY ‎
FOCAL CHOROIDAL EXCAVATION IN EYES WITH CENTRAL SEROUS ‎CHORIORETINOPATHY ‎
 
Focal choroidal excavation in eyes with central serous chorioretinopathy
Focal choroidal excavation in eyes with central serous chorioretinopathy Focal choroidal excavation in eyes with central serous chorioretinopathy
Focal choroidal excavation in eyes with central serous chorioretinopathy
 
Glaucoma Disease Diagnosis Using Feed Forward Neural Network
Glaucoma Disease Diagnosis Using Feed Forward Neural Network Glaucoma Disease Diagnosis Using Feed Forward Neural Network
Glaucoma Disease Diagnosis Using Feed Forward Neural Network
 
C LASSIFICATION O F D IABETES R ETINA I MAGES U SING B LOOD V ESSEL A REAS
C LASSIFICATION  O F D IABETES  R ETINA I MAGES  U SING B LOOD V ESSEL A REASC LASSIFICATION  O F D IABETES  R ETINA I MAGES  U SING B LOOD V ESSEL A REAS
C LASSIFICATION O F D IABETES R ETINA I MAGES U SING B LOOD V ESSEL A REAS
 
Automated Detection of Optic Disc in Retinal FundusImages Using PCA
Automated Detection of Optic Disc in Retinal FundusImages Using PCAAutomated Detection of Optic Disc in Retinal FundusImages Using PCA
Automated Detection of Optic Disc in Retinal FundusImages Using PCA
 

Recently uploaded

FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
dollysharma2066
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
Neometrix_Engineering_Pvt_Ltd
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Kandungan 087776558899
 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
dharasingh5698
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ssuser89054b
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 

Recently uploaded (20)

FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptx
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
 
2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projects2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projects
 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 
Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdf
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the start
 

FUZZY CLUSTERING BASED GLAUCOMA DETECTION USING THE CDR

  • 1. Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.3, June 2015 DOI : 10.5121/sipij.2015.6305 55 FUZZY CLUSTERING BASED GLAUCOMA DETECTION USING THE CDR Thresiamma Devasia1 , Poulose Jacob2 and Tessamma Thomas3 1 Department of Computer Science, Assumption College Changanacherry, Kerala, India 2 Department of Computer Science, Cochin University of Science and Technology, Kerala, India 3 Department of Electronics, Cochin University of Science and Technology, Kerala, India ABSTRACT Glaucoma is a serious eye disease, overtime it will result in gradual blindness. Early detection of the disease will help prevent against developing a more serious condition. A vertical cup-to-disc ratio which is the ratio of the vertical diameter of the optic cup to that of the optic disc, of the fundus eye image is an important clinical indicator for glaucoma diagnosis. This paper presents an automated method for the extraction of optic disc and optic cup using Fuzzy C Means clustering technique combined with thresholding. Using the extracted optic disc and optic cup the vertical cup-to-disc ratio was calculated. The validity of this new method has been tested on 365 colour fundus images from two different publicly available databases DRION, DIARATDB0 and images from an ophthalmologist. The result of the method seems to be promising and useful for clinical work. KEYWORDS fundus image, optic disc, optic cup, Cup-to-Disc Ratio , Fuzzy C Means Clustering 1. INTRODUCTION Glaucoma is a disease of increased pressure within the eyeball. The disease is mostly caused due to increased intraocular pressure (IOP) resulting from a malfunction or malformation of the eye’s drainage structures. If left untreated, it would lead to degeneration of optic nerve and retinal fibers. Early diagnosis of glaucoma through analysis of the neuro-retinal optic disc (OD) and optic cup (OC) area is crucial. The increase in pressure results in immoderate amount of stress to be put to the attachment of the optic nerve to the eye. Lack of treatment for glaucoma can lead to permanent blindness. Early detection of the disease will help prevent against developing a more serious condition. The fundus images are used for diagnosis by trained clinicians to check for any abnormalities or any change in the retina. Important anatomical structures captured in a fundus image are blood vessels, OD, OC, and macula for a normal retina. An image of a diseased retina may also contain many visible symptoms of the eye-disease. In a healthy retinal image the OD usually appears as a circular shaped bright yellowish object which is partly covered with vessels.
  • 2. Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.3, June 2015 56 The OC is the cupping of the optic nerve and that means the size of the depression in the middle of the nerve when viewed from the front of the eye. When there is damage to the optic nerve, the cupping increases. Changes in the OD and OC can indicate the presence, current state and progression of glaucoma [1][2]. Since the colour fundus images provide early signs of certain diseases such as diabetes, glaucoma etc., colour fundus images are used to track the eye diseases by the ophthalmologists. Figure1 shows the important features of a retinal colour fundus image. Figure1. Colour Fundus Image Diseases with symptoms on the fundus images are very complex. Several main symptoms of diseases expressed on the disk optic, blood vessels, haemorrhage and lesion areas on the retinal background. For the OD, differences in the color, shape, edge or vasculature may signify a pathological change or may just be part of the wide spectrum of normality. The physiological cup varies in shape, size and depth, and any enlargement of the cup is one parameter used in the assessment of glaucoma. Figure 2 shows the colour fundus image of a normal eye and glaucomatous eye. (i) (ii) Figure 2. (i) Fundus image of a normal eye (ii) Glaucomatous eye fundus image
  • 3. Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.3, June 2015 57 One of the hallmarks of glaucoma is the optic nerve damage, which is characterized by cupping of the optic nerve. Even a normal optic nerve has a small amount of cupping. However, the patients with glaucoma tend to have larger cupping than normal subjects. The cup-to-disc ratio (CDR) of normal subjects is typically around 0.2 to 0.4 as it is shown in Figure 2(i). However, with glaucoma, there is progressive loss of optic nerve fibers, and consequent increase in the cup size of the optic nerve[3]. Figure 2(ii) shows a glaucomatous fundus image. Nowadays, CDR is manually determined by trained ophthalmologists and has to be diagnosed by using retinal images from special cameras which are expensive. These are limitations of potential in mass screening for early detection. This paper focused on developing a new method that can provide suitable way to compute CDR result which give the most accurate result and prevent from current limitation. This paper is organized as follows: Section 2 presents a brief survey of existing literature. Section 3 describes the materials used for the present work. A new algorithm to efficiently extract OD and OC in ocular fundus images and computation of CDR are given in Section 4. The results are presented in Section 5, and Conclusions are given in the final Section 6. 2. LITERATURE SURVEY Different techniques are described in the literature for OD and OC extraction for the computation of the CDR. The Active Shape Model (ASM) based optical disk detection is implemented by Huiqi et al.[4]. The initialization of the parameters for this model is based on Principal Component Analysis technique. The faster convergence rate and the robustness of the technique are proved by experimental results. Huajun Ying et al. [5] designed a fractal-based automatic localization and segmentation of optic disc in retinal images. K. Shekar [6] developed a method for OD segmentation using Hussain, A.R. et al. [7] proposed a method for optic nerve head segmentation using genetic active contours. J.Liu et al. proposed a technique to extract optic disc and cup in order to determine cup to disc ratio. Optic disc is extracted using a variational level set method and the detected contour is uneven due to influence of blood vessels. Detection of cup boundary was performed using intensity and threshold level set approach. Thresholding techniques produced better results for both high and low risk retinal images. An ellipse fitting is used to smoothen the boundary [8,9]. Zhuo Zhang et al. [10] designed a convex hull based neuro-retinal optic cup ellipse optimization technique. Wong, D.W.K. et al. [11] developed SVM-based model optic cup detection for glaucoma detection using the cup to disc ratio in retinal fundus images. Joshi G.D. et al. [12] developed vessel bend-based cup segmentation in retinal images. Shijian Lu et al. [13] proposed a background elimination method for the automatic detection of OD. Gopal Datt Joshi developed a deformable model guided by regional statistics to detect the OD boundary. Cup boundary detection scheme is based on Lab color space and the expected cup symmetry. This method uses sector wise information and give rise to fewer false positives and hence better specificity. Error value computed is less for a normal image than for a glaucomatous image [14]. Morphological operations were used for locating the optic disc in retinal images by Angel Suero et al. [15]. In this paper, a new algorithm based on Fuzzy C-Means Clustering (FCM) technique combined with thresholding, is used for OD and OC extraction. This new method, firstly, extracts the OD
  • 4. Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.3, June 2015 58 and OC of the colour fundus image and computes the vertical CDR automatically. This is an efficient method for the automatic screening of colour fundus image for CDR computation. 3. MATERIALS AND METHODS The fundus images used in these experiments are taken from publicly available databases DRION and DIARATDB0 and, images from Giridhar Eye Institute, Kochi, Kerala. The CDRs obtained from an ophthalmologist is used as ground truth for the evaluation. 4. DEVELOPED ALGORITHM The new approach is composed of four steps. The channels of the colour retinal are separated. The blood vessels are removed, applying the contrast adjustment to enhance the low contrast image image. The Fuzzy C Means combined with thresholding is applied on the red channel of the input image for the extraction of the OD and the same technique is applied on the green channel of the input image for the extraction of OC. The CDR is computed using the ratio of vertical diameter of OC and OD. 4.1. Preprocessing The preprocessing step excludes variations due to image acquisition, such as inhomogeneous illumination. In preprocessing, techniques such as morphological operations and contrast enhancement are applied on the input image. The following sections include different preprocessing operations used in this paper. 4.1.1. Preprocessing steps for Optic Disc Extraction 4.1.1.1. Selection of Red Channel From the previous studies it is shown that even though the green component of an RGB retinography is the one with highest contrast, the OD is often present in the red field as a well- defined white shape, brighter than the surrounding area [16]. Therefore the red channel of the RGB colour images is used for the extraction of OD regions in the retinal fundus images. 4.1.1.2. Removal of Blood Vessels Since blood vessels within the OD are strong distracters, they should be erased from the image beforehand. In this method a morphological closing operation is performed on the red channel. The dilation operation first removes the blood vessels and then the erosion operation approximately restores the boundaries to their former position. Closing : (1) where A is the red channel of the input image and B is a 10x10 symmetrical disc structuring element, to remove the blood vessels[17,18]. C is the resultant vessel free, smoothed output image.
  • 5. Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.3, June 2015 59 4.1.2. Preprocessing steps for Optic Cup Extraction 4.1.2.1. Selection of Green Channel The green channel has low contrast variation which gives more differentiation between the blood vessel and OC. The green channel, therefore, is selected for the extraction of the OC of the retinal image. 4.1.2.2. Removal of Blood Vessels Blood vessels in the green channel were removed using a morphological closing procedure, (2) where I is the green channel of the input image and B is an 8x8 symmetrical disc structuring element, to remove the blood vessels[17,18]. I2 is the smoothed, vessel free output image. Figure 3 shows the preprocessing operations on the input image. Figure 3.The preprocessing steps (a) Input Image (b) Red channel (c ) Blood vessel free image (d) Green channel (e) Blood vessel free image 4.2. Feature Extraction Medical image segmentation is a difficult task due to the complexity of segmentation. Because of its simplicity and efficiency, threshold segmentation is wildly used in many fields. Assessment of OD and OC is important in discriminating between normal and pathological retinal images. The OD is a bright pattern of the fundus image. Recently, many studies on the use of fundus images in extracting OD and OC have been reported. FCM clustering with thresholding is used in this work for the extraction of OD and OC.
  • 6. Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.3, June 2015 60 4.3. Fuzzy C Means Clustering with Thresholding The new method is a combination of fuzzy algorithm, C Means clustering and thresholding. Clustering involves the task of dividing data points into homogeneous classes or clusters so that items in the same class are as similar as possible and items in different classes are as dissimilar as possible. Clustering can also be thought of as a form of data compression, where a large number of samples are converted into a small number of representative prototypes or clusters. Different types of similarity measures may be used to identify classes depending on the data and the application, where the similarity measure controls the formation of the clusters. In the following new method intensity value is used as the similarity measure. Thresholding is one of the most powerful techniques for image segmentation, in which the pixels are partitioned depending on their intensity value. 4.3.1. Fuzzy C-Means Clustering Algorithm FCM clustering is a clustering technique and it employs fuzzy partitioning such that a data point can belong to all groups with different membership grades between 0 and 1. It is an iterative algorithm. The aim of FCM is to find cluster centers (centroids) that minimize a dissimilarity function. Corresponding to each cluster center, this algorithm works by assigning membership to each data point on the basis of the difference between the cluster center and the data point. The more the data is near to the cluster center, the more is its membership towards the particular cluster center. It is obvious that the summation of membership of each data point should be equal to one. (3) (4) where Xkj is data element, dik is the distance matrix and Vij is the element of the cluster center vector. The dissimilarity function which is used in FCM is given Equation (5) (5) uij is between 0 and 1; ci is the centroid of cluster i; dij is the Euclidian distance between ith centroid (ci) and jth data point; m є [1,∞] is a weighting exponent. To reach a minimum of dissimilarity function there are two conditions. These are given in Equation (6) and Equation (7)
  • 7. Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.3, June 2015 61 (6) (7) This algorithm determines the following steps [4]. Step1. Randomly initialize the membership matrix (U) that has constraints in Equation 7. Step2. Calculate centroids (Ci) by using Equation (6). Step3. Compute dissimilarity between centroids and data points using equation (5). Stop if its improvement over previous iteration is below a threshold. Step4. Compute a new U using Equation (7). Go to Step 2 [19][20]. By iteratively updating the cluster centers and the membership grades for each data point, FCM iteratively moves the cluster centers to the apt location within a data set. To accommodate the introduction of fuzzy partitioning, the membership matrix (U) is randomly initialized according to Equation (7). The Fuzzy Logic Toolbox command line function fcm is used for generating clusters, and in this paper three clusters are generated from the vessel free enhanced image. The fcm function iteratively moves the cluster centers to the right location within the data set. The outputs are 3 cluster centers C1, C2 and C3 and membership function matrix M with membership-grades, which is the intensity value of each pixel. 4.4. Thresholding Thresholding is the operation of converting a multilevel image into a binary image i.e., it assigns the value of 0 (background) or 1 (objects or foreground) to each pixel of an image based on a comparison with some threshold value T (intensity or colour value) [17][18]. By applying the threshold T on an image, the image is converted to a binary image. The following formula (8) [13] is used for the binary image extraction. (8) where I is the input image, T is the threshold and IT is the binary image after thresholding.
  • 8. Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.3, June 2015 62 4.5. Extraction of Optic Disc The main feature of the OD is that it is having the highest intensity. Therefore the highest intensity is used as the threshold for the OD extraction. The threshold T is computed using the following method. From the generated clusters, first the cluster with maximum membership grade is found, and the corresponding grades are assigned with the same identification label. From the smoothed image, pixels with this gray level value are accessed, the average of the maximum and minimum intensity values are computed to obtain the threshold value T1. (9) In the above equation, data represents the data points of the smoothed red channel image and label represents the cluster value with the highest membership grade. By applying the threshold T1 on the smoothed image IS the image is converted to a binary image. The formula (9) is used for the binary image extraction. Figure 4. The extracted binary image Since the OD is of circular shape, the OD region selection process needs to be made specific to the circular region. So the largest connected component Ri whose shape is approximately circular is selected using the compactness measure (10) where, P(Ri) is the perimeter of the region Ri and A(Ri) is the area of the region Ri. The binary image with the compactness smaller than the pre-specified value, (5 in the present study) is considered as the optic disc approximation. Thus using the condition C < 5, extraction of round objects is done, eliminating those objects that do not meet the criteria. In some cases the extracted image contains small unwanted objects. The erosion operation is used to remove these objects [21]. Figure 5 Extracted Optic Disc
  • 9. Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.3, June 2015 63 The mean of the rows and columns form the centroid (Y1, X1) of the OD. (11) (12) where m is the number of rows and n is the number of columns. From the above coordinates of the optic disc the minimum coordinates (ymin1, xmin1) is calculated. The distance between the centroid and (ymin1, xmin1) represents the radius of the disc. (13) where ROD is the radius of the optic disc. 4.7. Extraction of Optic Cup The above mentioned FCM clustering with thresholding is applied on the smoothed green channel for the extraction of OC. The following algorithm includes four steps [4]. Step1. Randomly initialize the membership matrix (U) that has constraints in Equation (6). Step2. Calculate centroids (Ci) by using Equation (7). Step3. Compute dissimilarity between centroids and data points using equation (5). Stop if its improvement over previous iteration is below a threshold. Step4. Compute a new U using Equation (6). Go to Step 2[19][20]. The threshold values T2 is calculated using the following equation. (14) where data represents the data points of the vessel free green channel and label represents the cluster value with the highest membership grade. Since the OC is the brightest portion in the green channel, thresholding with threshold T2 in im2bw function helps to extract OC. This function returns the binary image forming the object OC. The average of the rows and columns forms the centroid (Y2, X2) of the OC. (15)
  • 10. Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.3, June 2015 64 (16) where m2 is the number of rows and n2 is the number of columns. From the above coordinates of the optic cup the minimum coordinates (ymin2, xmin2) is calculated. The Euclidian distance between the centroid and (ymin1, xmin1) returns the radius of the cup. ROC = Y2 − ymin2, (17) where ROC is the radius of the cup. Figure 6. Extracted Optic cup The method can be used to extract the OD and OC from right eye and left eye images. Figure 7 and Figure 8 show the results of extractions. Figure 7 (i) Input image of a right eye (ii) Extracted optic disc (iii) Extracted optic cup Figure 8 (i) Input image of a left eye (ii) Extracted optic disc (iii) Extracted optic cup
  • 11. Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.3, June 2015 65 4.8. Computation of CDR The manual method uses the ratio of the vertical diameter of OC and OD for the computation of CDR. From the segmented OD the minimum row coordinate ymin1and maximum row coordinate ymax1 are calculated. The Euclidian distance between these coordinates is the vertical diameter of the OD, ODvdiam . (18) Similarly from the segmented OC the minimum row coordinate ymin2 and maximum row coordinate ymax2 are calculated. The Euclidian distance between these coordinates is the vertical diameter of the OC, OCvdiam. (19) The CDR is calculated using the following formula (20) The following figure shows the OD vertical diameter ODvdiam and OC vertical diameter OCvdiam of the input image. Figure 9 Optic Disc vertical diameter ODvdiam and Optic Cup vertical diameter OCvdiam 4.9 Glaucoma Detection If the CDR is 0.4 or less refers to a relatively healthy looking optic nerve. If the CDR is greater than .4 is suspicious of glaucoma. While there is no one CDR that separates normal from glaucoma, the CDR greater than 0.6 or 0.7 is glaucomatous and often requires further testing to rule out glaucoma. CDR > .7 is considered as advanced stage glaucoma. As glaucoma progresses, the CDR enlarges (as more optic nerve fiber dies off), and the patient may start to develop peripheral vision loss.
  • 12. Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.3, June 2015 66 Figure 10 (a) Normal (b) Early Stage Glaucoma (c) Advanced Stage Glaucoma 5. RESULTS AND DISCUSSION The automatic computation of CDR is required for automatic detection of glaucoma using retinal fundus images. This study thus brings to light simple but efficient methods for the extraction of OD and OC in retinal images. The CDR values are also automatically calculated. The new method is evaluated on the basis of the ground truth data, where, vertical CDR values are obtained from an expert ophthalmologist. The method was applied on 365 retinal color fundus images. The performance evaluation is done by making use of the comparison of obtained CDR with the clinical CDR. 5.1. Image Data Sets 5.1.1. DRION Database It has 110 retinal images with each image having the resolution of 600 x 400 pixels and the optic disc annotated by two experts with 36 landmarks. The mean age of the patients was 53.0 years (standard Deviation 13.05), with 46.2% male and 53.8% female and all of them were Caucasian ethnicity 23.1% patients had chronic simple glaucoma and 76.9% eye hypertension. The images were acquired with a colour analogical fundus camera, approximately centered on the ONH and they were stored in slide format. In order to have the images in digital format, they were digitized using a HP-PhotoSmart-S20 high-resolution scanner, RGB format, resolution 600x400 and 8 bits/pixel. 5.1.2. The DIARETDB0 Database The DIARETDB0 Database images were captured using an FOV of 50° and the size of each image is 1500 x 1152 x 3. Out of the 130 images of the DIARETDB0 database, 20 have normal architecture and 110 have various types of pathology. 5.1.3. Images from the ophthalmologist 125 images from Giridhar Eye Institute, Kochi was also used in this paper. All the images were obtained using Carlzeiss fundus camera. In total 5 are normal images and remaining 120 are diseased and the size of each image is 576 x 768 x 3. 5.2. Implementation The new algorithm was applied on 365 images obtained from the above mentioned databases and ophthalmologists.
  • 13. Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.3, June 2015 67 5.3. Performance Evaluation The performance evaluation is done using the following parameters. 5.3.1. Accuracy The accuracy of the technique was evaluated quantitatively by comparing the obtained vertical CDR values with ophthalmologists’ ground-truth vertical CDR values. Fifteen examples of detailed results of performance measurement using FCM clustering combined with thresholding are displayed in Table I using fifteen test images of DRION database and fifteen test images from the ophthalmologist. Table I CDR Comparison Table shows the comparison of clinical CDR values with CDR values obtained using the new method. 5.3.2. Detection of Glaucoma Based on the CDR values the images are classified into three categories such as normal, early stage glaucoma and advanced stage glaucoma. The method is applied on 110 images from DRION database, 130 images from Diaretdb0 and 125 images from an ophthalmologist. Figure 11 shows the detection of different stages of glaucoma based on CDR.
  • 14. Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.3, June 2015 68 Figure11. (a) Input Image (b) Segmented image I- Normal II - Early Stage Glacoma III- Advanced Stage Glaucoma 6. CONCLUSION This paper presents a new fuzzy based approach for glaucoma detection. The results presented in this paper show that the new methodology offers a reliable and robust solution for glaucoma detection. This automated method is very useful for the automatic screening of retinal images. However the present method has the following limitations. It is assumed that the OD and OC are brighter than the surrounding pixels and therefore cannot handle retinal images with a relatively dark OD. Hence advanced extraction methods are required for future studies and research. REFERENCES [1] Juan Xu, Hiroshi Ishikawa, Gadi Wollstein, Richard A. Bilonick, Kyung R. Sung,Larry Kagemann, Kelly A. Townsend, and Joel S. Schuman, “Automated Assessment of the Optic Nerve Head on Stereo Disc Photographs”, Invest Ophthalmol Vis Sci. Jun 2008; 49(6), pp. 2512–2517, 2008. [2] Thitiporn Chanwimaluang and Guoliang Fan, “An efficient algorithm for extraction of anatomical structures in retinal images”, Proc. of International Conference on Image Processing, Vol. 1, pp. 1093–1096,2003 [3] Chisako Muramatsu, Toshiaki Nakagawab, Akira Sawadac, Yuji Hatanakad, Takeshi Haraa, Tetsuya Yamamotoc, Hiroshi Fujitaa “Determination of cup and disc ratio of optical nerve head for diagnosis of glaucoma on stereo retinal fundus image pairs”, Medical Imaging 2009: Computer-Aided Diagnosis, Proc. of SPIE ,Vol. 7260, pp.72603L-1 - 72603L-8, 2009 [4] Huiqi Li, Opas Chutatape “Boundary detection of optic disc by a modified ASM method”, The Journal of the Pattern Recognition Society, Vol. 36, pp. 2093-2104,2003 [5] Huajun Ying, Ming Zhang and Jyh-Charn Liu, “Fractal-Based Automatic Localization and Segmentation of Optic Disc in Retinal Images”, 28th Annual International Conference of the IEEE Engineering In Medicine and Biology Society (EMBS), 2007 [6] S. Sekhar, “Automated Localization Of Optic Disk And Images”, Proc. 16th European Signal Processing Conference (EUSIPCO 2008), Lausanne, Switzerland, August 25-29, 2008. [7] Hussain, A.R., “Optic nerve head segmentation using genetic active Contours”, International Conference on Computer and Communication Engineering, 2008,ICCCE 2008, 13-15 May 2008, pp.783 – 787, Univ. Teknikal Malaysia, Melaka, May 2008.
  • 15. Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.3, June 2015 69 [8] J.Liu,J.H.Lim,and H.Li, “ARGALI”:An automatic cup to disc ratio measurement system for Glaucoma analysis using Level set Image processing,” in SPIE Medical Imaging, San Diego, USA, Feb 2008. [9] J. Liu, D. W .K Wong, J. H. Lim, X. Jia, F. Yin, H. Li, W. Xiong, T.Y. Wong, “Optic Cup and Disc extraction from Retinal Fundus Images for Determination of Cup- to- Disc Ratio, ” in proceedings of 2008, IEEE Engineering pp 1828-1832. [10] Zhuo Zhang ,Jiang Liu , Cherian, N.S. ,Ying Sun, Joo Hwee Lim , Wing Kee Wong , Ngan Meng Tan ,Shijian Lu , Huiqi Li , Tien Ying Wong, “Convex hull based neuro-retinal optic cup ellipse optimization in glaucoma diagnosis”, Engineering in Medicine and Biology Society, 2009. EMBC2009. Annual International Conference of the IEEE, Inst. for Infocomm Res., A*STAR, Singapore, 3-6 Sept. 2009, pp. 1441 – 1444, 2009. [11] Wong, D.W.K. ; Jiang Liu ; Joo Hwee Lim ; Ngan Meng Tan ; Zhuo Zhang ; Huiqi Li ; Shijian Lu ; Tien Yin Wong , ‘Method of detecting kink-bearing vessels in a retinal fundus image(CDR)’,The 5th IEEE Conference on Industrial Electronics and Applications (ICIEA), pp. 1690 – 1694, June 2010 [12] Joshi, G.D., Sivaswamy, J., Karan, K., Prashanth, R., Krishnadas, S.R., “Vessel Bend-Based Cup Segmentation in Retinal Images”, 20th International Conference on Pattern Recognition (ICPR), 2010, CVIT, IIIT Hyderabad, Hyderabad, India, 23-26 Aug. 2010, pp. 2536 – 2539, 2010. [13] Shijian Lu and Joo Hwee Lim, “Automatic optic disc detection through background estimation” Proceedings of 2010 IEEE 17th International Conference on Image Processing, Hong Kong, September 26-29, 2010. [14] Gopal Datt Joshi, Jayanthi Sivaswamy, Kundan Karan, S. R. Krishnadas, “Optic Disk And Cup Boundary Detection Using Regional Information” Proceedings of the 2010 IEEE international conference on Biomedical imaging: from nano to Macro,2010. [15] Angel Suero, Diego Marin, Manuel E. Gegundez-Arias, and Jose M. Bravo, “Locating the Optic Disc in Retinal Images Using Morphological Techniques”, IWBBIO 2013 Proceedings, Granada, 18-20 March, 2013, pp.593-600, 2013. [16] N. M. Salem and A. K. Nandi, “Novel and adaptive contribution of the red channel in pre-processing of colour fundus images,” in Journal of the Franklin Institute, 2007, p. 243256, 2007. [17] Rafael C Gonzalez, Richard E Woods, Steven L Eddins, Digital Image Processing, Prentice Hall Publications,2008. [18] Rafael C Gonzalez, Richard E Woods, Steven L Eddins., Digital Image Processing Using Matlab, Prentice Hall Publications,2008. [19] HeikoTimm, Christian Borgelt, and Rudolf KruseFuzzy, “Cluster Analysis with Cluster Repulsion”, CiteSeerx. [20] Yinghua Lu, Tinghuai Ma, Changhong Yin, Xiaoyu Xie, Wei Tian,ShuiMing Zhong, “Implementation of the Fuzzy C-Means Clustering Algorithm in Meteorological Data”, International Journal of Database Theory and Application, Vol.6, No.6, pp.1-18, 2013 [21] Thresiamma Devasia, Poulose Jacob, Tessamma Thomas, “Automatic Optic Disc Boundary Extraction from Color Fundus Images”, International Journal of Advanced Computer Science and Applications (IJACSA) , Vol. 5, No. 7, 2014,pp.17-24 AUTHORS Thresiamma Devasia was graduated with Bachelor of Mathematics (BSc.Maths) from Mahatma University, Kerala, India in 1991, and finished her Master of Computer Applications (MCA) and M.Phil Computer Science from Alagappa University Tamilnadu, India in 1995 and 2010, respectively. Currently, she is the Head and Associate professor, Department of Computer Science at Assumption College Changanacherry, Kerala, India and working toward her Ph.D. at Cochin University of Science And Technology on glaucoma detection using image processing. She completed UGC sponsored minor research project based on image processing. She was a member of IEEE. Her interest areas include image processing and medical imaging.
  • 16. Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.3, June 2015 70 Dr. K.Poulose Jacob, Professor of Computer Science at Cochin University of Science and Technology since 1994, is currently Pro Vice Chancellor of Cochin University of Science & Technology. He has presented research papers in several International Conferences in Europe, USA, UK, Australia and other countries. He has served as a Member of the Standing Committee of the UGC on Computer Education & Development. He is the Zonal Coordinator of the DOEACC Society under the Ministry of Information Technology, Government of India. He serves as a member of the AICTE expert panel for accreditation and approval. He has been a member of several academic bodies of different Universities and Institutes. He is on the editorial board of two international journals in Computer Science. Dr. K.Poulose Jacob is a Professional member of the ACM (Association for Computing Machinery) and a Life Member of the Computer Society of India. Dr.Tessamma Thomas received her M.Tech. and Ph.D from Cochin University of Science and Technology, Cochin-22, India. At present she is working as Professor in the Department of Electronics, Cochin University of Science and Technology. She has to her credit more than 100 research papers, in various research fields, published in International and National journals and conferences. Her areas of interest include digital signal / image processing, bio medical image processing, super resolution, content based image retrieval, genomic signal processing, etc.