SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 2398
DETECTION OF CATARACT BY STATISTICAL FEATURES AND
CLASSIFICATION
E. Deepika1, Dr. S. Maheswari2, Mr. S. K. Logesh3
1PG Scholar, Department of EEE, Kongu Engineering College, Erode-638 060
2Professor (Senior Grade),Department of EEE, Kongu Engineering College,Erode-638060
3Assistant Professor, of EEE, Kongu Engineering College, Erode-638 060
------------------------------------------------------------------------***----------------------------------------------------------------------
Abstract- Cataract is the major cause of blindness in the
world and the most prevalent ocular disease. Increased risk of
cataract development is associated with UV exposure, steroid
use, diabetes, and smoking. This process cannot be reversed,
but a healthy lifestyle may slow the progression. Earlier
diagnosis of cataract will prevent vision loss. In this paper a
new method has been proposed to diagnosis of cataract using
statistical features and its severity has been classified using K-
means and ANFIS classifier.
Keywords: Fundus image, AHE, Thresholding, K-means,
ANFIS
1. Introduction
Image processing and analysis is a vast area of application,
one such field is the medicine. From olden days ,humans get
affected by the variety of diseases especially in the case of
delicate organs like eyes. One such eye disease is called
cataract which has no initial symptoms leads to the
blindness. Cataract means clouding of lens, starts to
decreasing the vision which prevents entering the light into
the retina shown in figure 1.1. It is the first and foremost
diseases causing blindness. It is different from the color
blindness. The main causes are sugar, blood pressure, aging
factors, consumption of alcohol, exposure to UV radiation
etc., There are 3 types namely nuclear, cortical and
posterior. The most common type is nuclear cataract which
forms in the centre of lens and the nucleus become pale or
yellow color. When eye get injured by some infection also
the occurrence of cataract is possible called as Traumatic
cataract. A cortical cataract is another type occurs in cortex
of lens , which surrounds the central nucleus.
Figure 1.1 Cataract Diseases
Neha Naik, Namrata Deshmukh[1] Cataract is a clouding
of the lens of the eye and occurs frequently in older age
groups. In proposed system, diagnosis will be obtained
using image processing and mining techniques on fundus
image. Feature extraction using DCT. K-NN classification
algorithm will be used to classify the image in a specific
class.
Sreejaya, Merlin K Mathew[2] Cataract can affect single or
both eyes. The symptoms may include cloudy or blurred
vision, colors that may not appear as bright as they once did,
glare, poor night vision. A nuclear cataract forms deep in the
central zone (nucleus) of the lens in eyes which is the most
common type of cataract. This paper gathered and analyzed
various techniques and concepts for cataract detection.
Yew Chung Chow, Xinting Gao[3] Cataract diagnosis in
human grading is subjective and time-consuming .
Automatic detection based on texture and intensity analysis
is proposed to address the problems of existing methods
and improve the performance from three aspects, namely
ROI detection, lens mask generation and opacity detection.
In the detection method, image clipping and texture analysis
are applied to overcome the over-detection problem for
clear lens images.
Jagadish Nayak[4] Cataract is an eye disorder, will lead to
reduced eyesight. If cataract is not treated in proper time,
then it will lead to blindness. The features of the optical eye
image such as Big Ring Area (BRA), Small Ring Area (SRA),
Edge Pixel Count (EPC) and Object Perimeter are extracted
in proposed method. These features are then used in
automatic classifier namely SVM.
2. Proposed Method
The entire process to detect the earlier diagnosis of
cataract which are arranged as follows: pre processing
method namely Adaptive Histogram Equalization is used in
diagnosis process. Thresholding technique is used for
feature extraction. The obtained features are given for
automatic classifier namely K-means and ANFIS and
classified as normal, mild and severe. The block diagram of
the proposed scheme is shown in fig1.2.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 2399
Figure 2.1 Block Diagram of Proposed Work
A. DIAGONOSIS OF CATARACT
The statistical features like mean, entropy, standard
Deviation, area, uniformity has been calculated by
thresholding technique for cataract diagnosis.
 Pre-processing
Preprocessing is performed to obtain noise free and
enhanced image, which can be used to detect features.
Preprocessing of poor quality images can ensure adequate
level of success in the automated abnormality detection. The
color images are converted to the gray scale images, because
the retinal abnormalities have better visualization in the
gray scale when compared to others. Then the
preprocessing techniques are applied to the gray scale
images which performs image enhancement.
Here, Adaptive Histogram Equalization(AHE) has been
proposed. It is a contrast enhancement technique to avoid
amplifying the noise which is present in image. AHE is
different from histogram equalization .The pre-processed
output has been given for feature extraction.
 Feature Extraction
The preprocessed output has been given as input for feature
extraction . Here, Thresholding technique is used for
statistical feature extraction. The statistical features like
mean, entropy, standard deviation, intensity, area,
uniformity has been obtained. The threshold value for mean,
entropy ,uniformity ,standard deviation, area and intensity.
For all these features, above the threshold value there will
be a detected as possibility and occurrence of cataract.
3. Classification
Classification involves the data which is used to assign the
corresponding levels with respect to groups with
homogenous characteristics with the aim of discriminating
multiple objects from each other within the image
.
 K-means clustering
K-means is the simplest unsupervised learning algorithm
which solves the clustering problem. It is a vector
quantization method which aims to partition ‘n’ observation
into K-clusters. The flowchart of K-means is shown in figure
3.1. It produce an competitive results and hence used in
image segmentation.
Figure 3.1 Flow chart of K-means clustering
 ANFIS
Adaptive Neural Fuzzy Interface System is an adaptive
network. An adaptive network is a network of nodes and
directional links. This network is called adaptive because
some or all of the nodes have parameters which affect the
output of node. The ANFIS architecture is shown in figure
3.2. The circular nodes represent nodes that are fixed
whereas the square nodes are nodes that have parameters
to be learnt.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 2400
Figure 3.2 ANFIS architecture
For the training of a network, there is a forward pass and a
backward pass. The forward pass propogates the input
vector through the network layer by layer. In the backward
pass, the error is sent back through the network in a similar
manner to back propagation.
4. Experimental Results
A. Results of Pre processing
The experimental results of pre processing by applying AHE
as shown in figure 4.1 and 4.2
(a) Original image (b) AHE image
Figure 4.1 and 4.2 original and pre processed output
B. Statistical Features
The statistical features are obtained for normal and affected
images by applying thresholding from the pre processed
output as tabulated in table 4.1 and 4.2 as shown below. The
standard deviation is similar for both healthy and affected
images, so the values of SD obtained need not be considered
for classification process.
Table 4.1 Statistical Features for Healthy Images
Table 4.2 Statistical features for Affected Images
C. Classification results
1) K-means Clustering
The obtained statistical feature is given as input for the
ANFIS and K-means algorithm. The obtained output for K-
means algorithm is shown in figure 4.3. The color violet -
normal, yellow- mild and blue-Severe.
Figure 4.3 Centroid calculation and clustering output
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 2401
Table 4.3 Number of training and testing data for K-means
From the obtained result the sensitivity and specificity are
calculated by the formula,
Sensitivity= TP / (TP+FN)
Specificity= TN /(TN+FP)
Accuracy= TP+TN / TP+TN+FP+FN
Where,TP-True Positive
TN-True Negative
FP-False Positive
FN-False Negative
The obtained sensitivity and specificity are Accuracy
=98.57%, Sensitivity = 92% and Specificity =95.33%.
2) ANFIS Classification
The ANFIS classification output is shown in figure 4.4.The
output is classified as normal, mild and severe stages.
Figure 4.4 ANFIS Classification output
The number of training and testing data are tabulated in
table 4.4
Table 4.4 Number of training and testing data for ANFIS
From the table the obtained sensitivity and specificity are
shown below: Accuracy=97.77% Sensitivity=85.7%
Specificity=93%.
5. Conclusion
This work developed a earlier diagnosis for cataract
detection. The fundus image was enhanced by Adaptive
Histogram Equalization. The statistical features as mean,
entropy, standard deviation, area, uniformity, intensity
were extracted by thresholding technique. The extracted
features were given as input for K-means and ANFIS
classification. From the experimental results of the proposed
system, accuracy, sensitivity and sensitivity for K-means
clustering produced good results. The average accuracy of
the tested results for the K-means and ANFIS are 98.57 and
97.77 respectively. Also, the average sensitivity, specificity,
for the K-means and ANFIS classifier tested images are
92,95.33,85.7 and 93 respectively The obtained sensitivity,
specificity and accuracy were better for K-means clustering
algorithm. In future various algorithms has been used to
detect the earlier cataract detection
References
[1] Neha Naik, Namrata Deshmukh” Eye Disease Detection
Using Computer Vision” in International Journal on Recent
and Innovation Trends in Computing and Communication on
December 2016
[2] Sreejaya, Merlin K Mathew “ Various Cataract Detection
Methods-A Survey” in International Research Journal of
Engineering and Technology on Jan 2017
[3] Visual Impairment and Blindness. Available online:
http://www.who.int/mediacentre/factsheets/fs282/ en/
(accessed on 20 April 2016).
[4] Gary, B.; Taylor, H. Cataract Blindness–Challenges for
21st century. Bull. World Health Organ. Available online:
http://www.who.int/bulletin/archives/79(3)249.pdf
(accessed on 30 April 2016).
[5] Comas, O.; Cotin, S.; Duriez, C. A shell model for real time
simulation of intra-ocular implant deployment. In
Proceedings of the International Symposium on Biomedical
Simulation, Phoenix, AZ, USA, 23–24 January 2010; pp. 160–
170.
[6] Supriyanti, R.; Habe, H.; Kidode, M.; Nagata, S. A simple
and robust method to screen cataract using specular
reflection appearance. In Proceedings of the Medical
Imaging International Conference of International Society
for Optics and Photonics (SPIE), San Diego, CA, USA, 17
March 2008. [CrossRef]
STAGES No. of training
data
No. of
testing data
Normal 20 19
Mild 15 10
Severe 15 12
STAGES No. of training
data
No. of
testing data
Normal 20 15
Mild 15 10
Severe 15 12
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 2402
[7] Supriyanti, R.; Habe, H.; Kidode, M.; Nagata, S. Cataract
Screening by Specular Reflection and Texture Analysis. In
Proceedings of the Systemics and Informatics World
Network (SIWN 2009), Leipzig, Germany, 23–25 March
2009.
[8] Shashwat Pathak * and Basant Kumar “ A Robust
Automated Cataract Detection Algorithm Using Diagnostic
Opinion Based Parameter Thresholding for Telemedicine
Application”
[9] H. Li, L. Ko, J. H. Lim, J. Liu, D. W. K. Wong, T. Y. Wong and
Y. Sun, “Image Based Diagnosis of Cortical Cataract,”
Proceedings of Annual International Conference of the IEEE
Engineering in Medicine and Biology Society, 2008.
[10] Pooja Sachdeva and KiranJot Singh, “Automatic
Segmentation and Area Calculation of Optic Disc in
Ophthalmic Images”,2015 2nd International Conference on
Recent Advances in Engineering & Computational Sciences
(RAECS)
[11] Yunendah Nur Fuadah, Agung W. Setiawan, Tati L.R.
Mengko, and Budiman, “A computer aided healthcare system
for cataract classification and grading based on fundus
image analysis”, Elsevier Science Publishers B. V.
Amsterdam, The Netherlands, The Netherlands ,May 2015
[12] Yunendah Nur Fuadah, Agung W. Setiawan, Tati L.R.
Mengko, ” Mobile Cataract Detection using Optimal
Combination of Statistical Texture Analysis”,2015 4th
International Conference on Instrumentation,
Communications, Information Technology, and Biomedical
Engineering (ICICI-BME)
[13] Li, Huiqi, Joo Hwee Lim, Jiang Liu, Paul Mitchell, Ava
Grace Tan, Jie Jin Wang, and Tien Yin Wong. 2010. A
computer-aided diagnosis system of nuclear cataract. IEEE
Transactions on Biomedical Engineering
[14] Chow, Yew Chung, Xinting Gao, Huiqi Li, Joo Hwee Lim,
Ying Sun, and Tien Yin Wong.” Automatic detection of
cortical and PSC cataracts using texture and intensity
analysis on retroillumination lens images” IEEE Engineering
in Medicine and Biology Society 2011
[15]https://www5.cs.fau.de/research/data/fundus-images

More Related Content

PDF
WCTFR : W RAPPING C URVELET T RANSFORM B ASED F ACE R ECOGNITION
PDF
IRJET-Analysis of Face Recognition System for Different Classifier
PDF
IRJET- Image De-Blurring using Blind De-Convolution Algorithm
PDF
IRJET- Efficient Face Detection from Video Sequences using KNN and PCA
PDF
Security System based on Sclera Recognition
PDF
IRJET- Comparative Study of PCA, KPCA, KFA and LDA Algorithms for Face Re...
PDF
CROWD ANALYSIS WITH FISH EYE CAMERA
PDF
IRJET-Artificial Neural Networks to Determine Source of Acoustic Emission and...
WCTFR : W RAPPING C URVELET T RANSFORM B ASED F ACE R ECOGNITION
IRJET-Analysis of Face Recognition System for Different Classifier
IRJET- Image De-Blurring using Blind De-Convolution Algorithm
IRJET- Efficient Face Detection from Video Sequences using KNN and PCA
Security System based on Sclera Recognition
IRJET- Comparative Study of PCA, KPCA, KFA and LDA Algorithms for Face Re...
CROWD ANALYSIS WITH FISH EYE CAMERA
IRJET-Artificial Neural Networks to Determine Source of Acoustic Emission and...

What's hot (19)

PDF
Intelligent Automatic Extraction of Canine Cataract Object with Dynamic Contr...
PDF
Retinal Vessel Segmentation using Infinite Perimeter Active Contour with Hybr...
PDF
Iaetsd multi-view and multi band face recognition
PDF
IRJET- DNA Fragmentation Pattern and its Application in DNA Sample Type Class...
PDF
IRJET - Effective Workflow for High-Performance Recognition of Fruits using M...
PDF
IRJET- Biometric Eye Recognition using Alex-Net
PDF
IRJET - Face Recognition based Attendance System
PDF
A Study on Surf & Hog Descriptors for Alzheimer’s Disease Detection
PDF
Review of Classification algorithms for Brain MRI images
PDF
Microarray Data Classification Using Support Vector Machine
PDF
An Assimilated Face Recognition System with effective Gender Recognition Rate
PDF
Classifications & Misclassifications of EEG Signals using Linear and AdaBoost...
PDF
Ijetcas14 329
PDF
IRJET-Vision Based Occupant Detection in Unattended Vehicle
PDF
Efficient Small Template Iris Recognition System Using Wavelet Transform
PDF
Technique to Hybridize Principle Component and Independent Component Algorith...
PDF
B.Tech Thesis
PDF
IRJET - Human Eye Pupil Detection Technique using Center of Gravity Method
PDF
Classifications & Misclassifications of EEG Signals using Linear and AdaBoost...
Intelligent Automatic Extraction of Canine Cataract Object with Dynamic Contr...
Retinal Vessel Segmentation using Infinite Perimeter Active Contour with Hybr...
Iaetsd multi-view and multi band face recognition
IRJET- DNA Fragmentation Pattern and its Application in DNA Sample Type Class...
IRJET - Effective Workflow for High-Performance Recognition of Fruits using M...
IRJET- Biometric Eye Recognition using Alex-Net
IRJET - Face Recognition based Attendance System
A Study on Surf & Hog Descriptors for Alzheimer’s Disease Detection
Review of Classification algorithms for Brain MRI images
Microarray Data Classification Using Support Vector Machine
An Assimilated Face Recognition System with effective Gender Recognition Rate
Classifications & Misclassifications of EEG Signals using Linear and AdaBoost...
Ijetcas14 329
IRJET-Vision Based Occupant Detection in Unattended Vehicle
Efficient Small Template Iris Recognition System Using Wavelet Transform
Technique to Hybridize Principle Component and Independent Component Algorith...
B.Tech Thesis
IRJET - Human Eye Pupil Detection Technique using Center of Gravity Method
Classifications & Misclassifications of EEG Signals using Linear and AdaBoost...
Ad

Similar to IRJET- Detection of Cataract by Statistical Features and Classification (20)

PDF
IRJET- Automatic Detection of Diabetic Retinopathy Lesions
PDF
Real Time Implementation of Ede Detection Technique for Angiogram Images on FPGA
PDF
IRJET- Application of False Removal Algorithm Specially for Retinal Images wi...
PDF
IRJET- A Novel Gabor Feed Forward Network for Pose Invariant Face Recogni...
PDF
IRJET- Kidney Stone Classification using Deep Neural Networks and Facilitatin...
PDF
IRJET- Kidney Stone Classification using Deep Neural Networks and Facilitatin...
PDF
Brain Tumor Detection and Identification in Brain MRI using Supervised Learni...
PDF
IRJET- Nail based Disease Analysis at Earlier Stage using Median Filter i...
PDF
IRJET- Nail based Disease Analysis at Earlier Stage using Median Filter in Im...
PDF
IRJET- Optical Character Recognition using Neural Networks by Classification ...
PDF
Study on Glaucoma Detection Using CNN
PDF
A Survey on Retinal Area Detector From Scanning Laser Ophthalmoscope (SLO) Im...
PDF
Automatic Detection of Radius of Bone Fracture
PDF
Comparative Study of Pre-Trained Neural Network Models in Detection of Glaucoma
PDF
IRJET- Retinal Health Diagnosis using Image Processing
PDF
IRJET- Automatic Detection of Diabetic Retinopathy using R-CNN
PDF
IRJET- Retinal Fundus Image Segmentation using Watershed Algorithm
PDF
Survey of the Heart Wall Delineation Techniques
PDF
Brain Tumor Detection and Classification using Adaptive Boosting
PDF
Restoration of Old Documents that Suffer from Degradation
IRJET- Automatic Detection of Diabetic Retinopathy Lesions
Real Time Implementation of Ede Detection Technique for Angiogram Images on FPGA
IRJET- Application of False Removal Algorithm Specially for Retinal Images wi...
IRJET- A Novel Gabor Feed Forward Network for Pose Invariant Face Recogni...
IRJET- Kidney Stone Classification using Deep Neural Networks and Facilitatin...
IRJET- Kidney Stone Classification using Deep Neural Networks and Facilitatin...
Brain Tumor Detection and Identification in Brain MRI using Supervised Learni...
IRJET- Nail based Disease Analysis at Earlier Stage using Median Filter i...
IRJET- Nail based Disease Analysis at Earlier Stage using Median Filter in Im...
IRJET- Optical Character Recognition using Neural Networks by Classification ...
Study on Glaucoma Detection Using CNN
A Survey on Retinal Area Detector From Scanning Laser Ophthalmoscope (SLO) Im...
Automatic Detection of Radius of Bone Fracture
Comparative Study of Pre-Trained Neural Network Models in Detection of Glaucoma
IRJET- Retinal Health Diagnosis using Image Processing
IRJET- Automatic Detection of Diabetic Retinopathy using R-CNN
IRJET- Retinal Fundus Image Segmentation using Watershed Algorithm
Survey of the Heart Wall Delineation Techniques
Brain Tumor Detection and Classification using Adaptive Boosting
Restoration of Old Documents that Suffer from Degradation
Ad

More from IRJET Journal (20)

PDF
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
PDF
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
PDF
Kiona – A Smart Society Automation Project
PDF
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
PDF
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
PDF
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
PDF
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
PDF
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
PDF
BRAIN TUMOUR DETECTION AND CLASSIFICATION
PDF
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
PDF
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
PDF
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
PDF
Breast Cancer Detection using Computer Vision
PDF
Auto-Charging E-Vehicle with its battery Management.
PDF
Analysis of high energy charge particle in the Heliosphere
PDF
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
PDF
Auto-Charging E-Vehicle with its battery Management.
PDF
Analysis of high energy charge particle in the Heliosphere
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
Kiona – A Smart Society Automation Project
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
BRAIN TUMOUR DETECTION AND CLASSIFICATION
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
Breast Cancer Detection using Computer Vision
Auto-Charging E-Vehicle with its battery Management.
Analysis of high energy charge particle in the Heliosphere
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
Auto-Charging E-Vehicle with its battery Management.
Analysis of high energy charge particle in the Heliosphere
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...

Recently uploaded (20)

PDF
Embodied AI: Ushering in the Next Era of Intelligent Systems
PPTX
Geodesy 1.pptx...............................................
PPTX
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
PPTX
UNIT-1 - COAL BASED THERMAL POWER PLANTS
PPTX
Welding lecture in detail for understanding
PPTX
CH1 Production IntroductoryConcepts.pptx
PPTX
Construction Project Organization Group 2.pptx
PPTX
Lecture Notes Electrical Wiring System Components
PDF
PPT on Performance Review to get promotions
PDF
Digital Logic Computer Design lecture notes
PDF
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
PPTX
Foundation to blockchain - A guide to Blockchain Tech
PPTX
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
PDF
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
PPTX
OOP with Java - Java Introduction (Basics)
PPTX
bas. eng. economics group 4 presentation 1.pptx
PPTX
CYBER-CRIMES AND SECURITY A guide to understanding
PDF
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
PDF
composite construction of structures.pdf
PPTX
web development for engineering and engineering
Embodied AI: Ushering in the Next Era of Intelligent Systems
Geodesy 1.pptx...............................................
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
UNIT-1 - COAL BASED THERMAL POWER PLANTS
Welding lecture in detail for understanding
CH1 Production IntroductoryConcepts.pptx
Construction Project Organization Group 2.pptx
Lecture Notes Electrical Wiring System Components
PPT on Performance Review to get promotions
Digital Logic Computer Design lecture notes
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
Foundation to blockchain - A guide to Blockchain Tech
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
OOP with Java - Java Introduction (Basics)
bas. eng. economics group 4 presentation 1.pptx
CYBER-CRIMES AND SECURITY A guide to understanding
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
composite construction of structures.pdf
web development for engineering and engineering

IRJET- Detection of Cataract by Statistical Features and Classification

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 2398 DETECTION OF CATARACT BY STATISTICAL FEATURES AND CLASSIFICATION E. Deepika1, Dr. S. Maheswari2, Mr. S. K. Logesh3 1PG Scholar, Department of EEE, Kongu Engineering College, Erode-638 060 2Professor (Senior Grade),Department of EEE, Kongu Engineering College,Erode-638060 3Assistant Professor, of EEE, Kongu Engineering College, Erode-638 060 ------------------------------------------------------------------------***---------------------------------------------------------------------- Abstract- Cataract is the major cause of blindness in the world and the most prevalent ocular disease. Increased risk of cataract development is associated with UV exposure, steroid use, diabetes, and smoking. This process cannot be reversed, but a healthy lifestyle may slow the progression. Earlier diagnosis of cataract will prevent vision loss. In this paper a new method has been proposed to diagnosis of cataract using statistical features and its severity has been classified using K- means and ANFIS classifier. Keywords: Fundus image, AHE, Thresholding, K-means, ANFIS 1. Introduction Image processing and analysis is a vast area of application, one such field is the medicine. From olden days ,humans get affected by the variety of diseases especially in the case of delicate organs like eyes. One such eye disease is called cataract which has no initial symptoms leads to the blindness. Cataract means clouding of lens, starts to decreasing the vision which prevents entering the light into the retina shown in figure 1.1. It is the first and foremost diseases causing blindness. It is different from the color blindness. The main causes are sugar, blood pressure, aging factors, consumption of alcohol, exposure to UV radiation etc., There are 3 types namely nuclear, cortical and posterior. The most common type is nuclear cataract which forms in the centre of lens and the nucleus become pale or yellow color. When eye get injured by some infection also the occurrence of cataract is possible called as Traumatic cataract. A cortical cataract is another type occurs in cortex of lens , which surrounds the central nucleus. Figure 1.1 Cataract Diseases Neha Naik, Namrata Deshmukh[1] Cataract is a clouding of the lens of the eye and occurs frequently in older age groups. In proposed system, diagnosis will be obtained using image processing and mining techniques on fundus image. Feature extraction using DCT. K-NN classification algorithm will be used to classify the image in a specific class. Sreejaya, Merlin K Mathew[2] Cataract can affect single or both eyes. The symptoms may include cloudy or blurred vision, colors that may not appear as bright as they once did, glare, poor night vision. A nuclear cataract forms deep in the central zone (nucleus) of the lens in eyes which is the most common type of cataract. This paper gathered and analyzed various techniques and concepts for cataract detection. Yew Chung Chow, Xinting Gao[3] Cataract diagnosis in human grading is subjective and time-consuming . Automatic detection based on texture and intensity analysis is proposed to address the problems of existing methods and improve the performance from three aspects, namely ROI detection, lens mask generation and opacity detection. In the detection method, image clipping and texture analysis are applied to overcome the over-detection problem for clear lens images. Jagadish Nayak[4] Cataract is an eye disorder, will lead to reduced eyesight. If cataract is not treated in proper time, then it will lead to blindness. The features of the optical eye image such as Big Ring Area (BRA), Small Ring Area (SRA), Edge Pixel Count (EPC) and Object Perimeter are extracted in proposed method. These features are then used in automatic classifier namely SVM. 2. Proposed Method The entire process to detect the earlier diagnosis of cataract which are arranged as follows: pre processing method namely Adaptive Histogram Equalization is used in diagnosis process. Thresholding technique is used for feature extraction. The obtained features are given for automatic classifier namely K-means and ANFIS and classified as normal, mild and severe. The block diagram of the proposed scheme is shown in fig1.2.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 2399 Figure 2.1 Block Diagram of Proposed Work A. DIAGONOSIS OF CATARACT The statistical features like mean, entropy, standard Deviation, area, uniformity has been calculated by thresholding technique for cataract diagnosis.  Pre-processing Preprocessing is performed to obtain noise free and enhanced image, which can be used to detect features. Preprocessing of poor quality images can ensure adequate level of success in the automated abnormality detection. The color images are converted to the gray scale images, because the retinal abnormalities have better visualization in the gray scale when compared to others. Then the preprocessing techniques are applied to the gray scale images which performs image enhancement. Here, Adaptive Histogram Equalization(AHE) has been proposed. It is a contrast enhancement technique to avoid amplifying the noise which is present in image. AHE is different from histogram equalization .The pre-processed output has been given for feature extraction.  Feature Extraction The preprocessed output has been given as input for feature extraction . Here, Thresholding technique is used for statistical feature extraction. The statistical features like mean, entropy, standard deviation, intensity, area, uniformity has been obtained. The threshold value for mean, entropy ,uniformity ,standard deviation, area and intensity. For all these features, above the threshold value there will be a detected as possibility and occurrence of cataract. 3. Classification Classification involves the data which is used to assign the corresponding levels with respect to groups with homogenous characteristics with the aim of discriminating multiple objects from each other within the image .  K-means clustering K-means is the simplest unsupervised learning algorithm which solves the clustering problem. It is a vector quantization method which aims to partition ‘n’ observation into K-clusters. The flowchart of K-means is shown in figure 3.1. It produce an competitive results and hence used in image segmentation. Figure 3.1 Flow chart of K-means clustering  ANFIS Adaptive Neural Fuzzy Interface System is an adaptive network. An adaptive network is a network of nodes and directional links. This network is called adaptive because some or all of the nodes have parameters which affect the output of node. The ANFIS architecture is shown in figure 3.2. The circular nodes represent nodes that are fixed whereas the square nodes are nodes that have parameters to be learnt.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 2400 Figure 3.2 ANFIS architecture For the training of a network, there is a forward pass and a backward pass. The forward pass propogates the input vector through the network layer by layer. In the backward pass, the error is sent back through the network in a similar manner to back propagation. 4. Experimental Results A. Results of Pre processing The experimental results of pre processing by applying AHE as shown in figure 4.1 and 4.2 (a) Original image (b) AHE image Figure 4.1 and 4.2 original and pre processed output B. Statistical Features The statistical features are obtained for normal and affected images by applying thresholding from the pre processed output as tabulated in table 4.1 and 4.2 as shown below. The standard deviation is similar for both healthy and affected images, so the values of SD obtained need not be considered for classification process. Table 4.1 Statistical Features for Healthy Images Table 4.2 Statistical features for Affected Images C. Classification results 1) K-means Clustering The obtained statistical feature is given as input for the ANFIS and K-means algorithm. The obtained output for K- means algorithm is shown in figure 4.3. The color violet - normal, yellow- mild and blue-Severe. Figure 4.3 Centroid calculation and clustering output
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 2401 Table 4.3 Number of training and testing data for K-means From the obtained result the sensitivity and specificity are calculated by the formula, Sensitivity= TP / (TP+FN) Specificity= TN /(TN+FP) Accuracy= TP+TN / TP+TN+FP+FN Where,TP-True Positive TN-True Negative FP-False Positive FN-False Negative The obtained sensitivity and specificity are Accuracy =98.57%, Sensitivity = 92% and Specificity =95.33%. 2) ANFIS Classification The ANFIS classification output is shown in figure 4.4.The output is classified as normal, mild and severe stages. Figure 4.4 ANFIS Classification output The number of training and testing data are tabulated in table 4.4 Table 4.4 Number of training and testing data for ANFIS From the table the obtained sensitivity and specificity are shown below: Accuracy=97.77% Sensitivity=85.7% Specificity=93%. 5. Conclusion This work developed a earlier diagnosis for cataract detection. The fundus image was enhanced by Adaptive Histogram Equalization. The statistical features as mean, entropy, standard deviation, area, uniformity, intensity were extracted by thresholding technique. The extracted features were given as input for K-means and ANFIS classification. From the experimental results of the proposed system, accuracy, sensitivity and sensitivity for K-means clustering produced good results. The average accuracy of the tested results for the K-means and ANFIS are 98.57 and 97.77 respectively. Also, the average sensitivity, specificity, for the K-means and ANFIS classifier tested images are 92,95.33,85.7 and 93 respectively The obtained sensitivity, specificity and accuracy were better for K-means clustering algorithm. In future various algorithms has been used to detect the earlier cataract detection References [1] Neha Naik, Namrata Deshmukh” Eye Disease Detection Using Computer Vision” in International Journal on Recent and Innovation Trends in Computing and Communication on December 2016 [2] Sreejaya, Merlin K Mathew “ Various Cataract Detection Methods-A Survey” in International Research Journal of Engineering and Technology on Jan 2017 [3] Visual Impairment and Blindness. Available online: http://www.who.int/mediacentre/factsheets/fs282/ en/ (accessed on 20 April 2016). [4] Gary, B.; Taylor, H. Cataract Blindness–Challenges for 21st century. Bull. World Health Organ. Available online: http://www.who.int/bulletin/archives/79(3)249.pdf (accessed on 30 April 2016). [5] Comas, O.; Cotin, S.; Duriez, C. A shell model for real time simulation of intra-ocular implant deployment. In Proceedings of the International Symposium on Biomedical Simulation, Phoenix, AZ, USA, 23–24 January 2010; pp. 160– 170. [6] Supriyanti, R.; Habe, H.; Kidode, M.; Nagata, S. A simple and robust method to screen cataract using specular reflection appearance. In Proceedings of the Medical Imaging International Conference of International Society for Optics and Photonics (SPIE), San Diego, CA, USA, 17 March 2008. [CrossRef] STAGES No. of training data No. of testing data Normal 20 19 Mild 15 10 Severe 15 12 STAGES No. of training data No. of testing data Normal 20 15 Mild 15 10 Severe 15 12
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 2402 [7] Supriyanti, R.; Habe, H.; Kidode, M.; Nagata, S. Cataract Screening by Specular Reflection and Texture Analysis. In Proceedings of the Systemics and Informatics World Network (SIWN 2009), Leipzig, Germany, 23–25 March 2009. [8] Shashwat Pathak * and Basant Kumar “ A Robust Automated Cataract Detection Algorithm Using Diagnostic Opinion Based Parameter Thresholding for Telemedicine Application” [9] H. Li, L. Ko, J. H. Lim, J. Liu, D. W. K. Wong, T. Y. Wong and Y. Sun, “Image Based Diagnosis of Cortical Cataract,” Proceedings of Annual International Conference of the IEEE Engineering in Medicine and Biology Society, 2008. [10] Pooja Sachdeva and KiranJot Singh, “Automatic Segmentation and Area Calculation of Optic Disc in Ophthalmic Images”,2015 2nd International Conference on Recent Advances in Engineering & Computational Sciences (RAECS) [11] Yunendah Nur Fuadah, Agung W. Setiawan, Tati L.R. Mengko, and Budiman, “A computer aided healthcare system for cataract classification and grading based on fundus image analysis”, Elsevier Science Publishers B. V. Amsterdam, The Netherlands, The Netherlands ,May 2015 [12] Yunendah Nur Fuadah, Agung W. Setiawan, Tati L.R. Mengko, ” Mobile Cataract Detection using Optimal Combination of Statistical Texture Analysis”,2015 4th International Conference on Instrumentation, Communications, Information Technology, and Biomedical Engineering (ICICI-BME) [13] Li, Huiqi, Joo Hwee Lim, Jiang Liu, Paul Mitchell, Ava Grace Tan, Jie Jin Wang, and Tien Yin Wong. 2010. A computer-aided diagnosis system of nuclear cataract. IEEE Transactions on Biomedical Engineering [14] Chow, Yew Chung, Xinting Gao, Huiqi Li, Joo Hwee Lim, Ying Sun, and Tien Yin Wong.” Automatic detection of cortical and PSC cataracts using texture and intensity analysis on retroillumination lens images” IEEE Engineering in Medicine and Biology Society 2011 [15]https://www5.cs.fau.de/research/data/fundus-images