SlideShare a Scribd company logo
1 of 5
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 247
A COMPREHENSIVE ANALYSIS OF EDGE DETECTORS IN SD-OCT IMAGES
FOR GLAUCOMA DIAGNOSIS
M. Nagoor Meeral1, Dr. S. Shajun Nisha2, Dr. M. Mohamed Sathik3
1M.Phil Research Scholar, PG & Research Department of Computer Science, Sadakathullah Appa College,
Tirunelveli, Tamil Nadu,India
2Assistant Professor & Head, PG & Research Department of Computer Science, Sadakathullah Appa College,
Tirunelveli, Tamil Nadu, India
3Principal, Sadakathullah Appa College, Tirunelveli, Tamilnadu, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract – Glaucoma is a chronic eye disorder, associated
with morphological changes to Optic Nerve Head (ONH),
Retinal Nerve Fibre Layer (RNFL) and macular ganglion cell
region. Spectral Domain-Optical Coherence Tomography(SD-
OCT) is a high resolution, on-invasive imaging modality.
Manifesting cross sectional region of retinal images, OCT
increases the likelihood of diagnosing pre-perimetric
Glaucoma. Segmentation of retinalboundariesoffersobjective
quantification of progressive changes inoptic nervehead. This
article analyses the delineation of retinal boundaries using
edge detection operators such as Canny, Prewitt, Roberts,
Sobel, Laplacian of Gaussian, Kirsch compass mask and
Robinson compass mask in a SD-OCT vivo healthy subject.
Results demonstrated that kirsch compass mask outperforms
other techniques in terms of different evaluation metrics such
as Mean Square Error (MSE),Peak Signal to Noise Ratio
(PSNR), Structural Similarity index(SSIM), Figure Of Merit
(FOM), Performance Ratio (PR).Kirsch compass provides
accurate and robust edge quality. Besides, Performance Ratio
(PR) of Kirsch compass mask is extremely higher than other
edge detection techniques resulting PR value of 15.2911.
Key Words: Glaucoma,ONH,SD-OCT,MSE,PSNR,SSIM,FOM,
PR.
1. INTRODUCTION
Glaucoma is a neurodegenerative ocular disease which is
declared as the second leading cause of blindness according
to WHO[2]. Malfunctioning of the retinal drainage system
produces an Intra Ocular Pressure (IOP) in the eye can
damages Optic Nerve Head (ONH)[5].Many imaging
modalities are available to clinically diagnose the structural
changes of ONH and monitor glaucoma..SD-OCT is an
objective imaging technique which is used to spot structural
changes in ONH and to localize the intra-retinal
boundaries[6].
To assist the ophthalmologist in delineating differentretinal
layers as illustrated in Figure 1, automated segmentations
have been proposed for clinically diagnosis of glaucoma.
Edge detection operators plays a vital role in retinal layer
segmentation based on discontinuities (changes in pixel
intensity) of an image.[9]
Figure 1. Intra retinal boundaries of Optic Nerve Head in
an OCT image
Most commonly used edge detection operators are Canny,
Prewitt, Roberts, Sobel, Laplacian Of Gaussian (LOG).So far,
Canny operator providesan efficientoutcomeandoccupiesa
significant role in edge detection.Here,we intended to
include two more operators like Kirsch and Robinson
compass mask for achieving better results in OCT boundary
segmentation.
1.1 Motivation Justification
Though, various novel and hybrid segmentation algorithms
been introduced, the key role of edge detecting operators in
delineating high contrast edges are quick and easy. It is
necessary to identify the best operating techniques since
many are available in use. To motivate this, comparison of
these edge detectors are performed here and an optimal
result is justified based on appropriate metrics.
1.2 Outline of the Paper
The outline of the proposed system is shown in
Figure 2.
Figure 2. Outline of the proposed system.
1.2 Organization of the Paper
The remaining portion of the paper is structured as follows
Section II comprises literature review, Section III describes
methodologies,SectionIVincludesPerformanceanalysisand
Section V discuss conclusions.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 248
2. RELATED WORK
Su Luo [1] compared three edge detectors such as Canny,
two-pass method, Edge flow technique to identify
appropriate edge detector in OCT image segmentation. The
author measures the performance of the algorithms using
relevant metrics such as FOM, MLD, TPR, FPR and Accuracy
and the two-pass method brings better results.
Shijian Lu [3] proposed a technique to delineate retinal layer
boundaries. The OCT image is divided into vessel and non-
vessel regionsand then denoising usingBilateralandmedian
filters. Using canny edge detector, five retinal layers are
segmented accurately.
Zhijun Gao [4] proposed a method of intra retinal layers
segmentation using Graph optimal approach. Initially, canny
edge detector is utilized to detectthehighcontrastconnected
components.Accurateresultsareachievedbecausethecanny
detector provides better connected components for
improving graph performance.
3. METHODOLOGY
3.1 Preprocessing
Working with colour images makes the task more complex,
hence these colour images are first converted to Gray scale
Images(GSI).Then contrast of GSI imageisenhancedtoboost
the high intensity pixel along retinal boundaries[11]. Then
edge detection operators are applied to discover the optimal
resulting technique. The pre-processed output image is
shown in Figure.3 (b, c).
3.2 Gradient Based Edge Detection Operators:
The edge detection operators like Sobel, Prewitt, Roberts,
Kirsch compass mask are based on gradient information.
A. Sobel Operator
Sobel operator calculates approximate gradient vector of an
image by focusing high spatial gradient of corresponding
edges.[7] Maximum responds to horizontal and vertical
edges using 3X3 convolution kernel mask withinputimageis
given by
The gradient magnitude, G can be derived as
The angle of orientation to identify maximum edges is
given as
where Ө is the angle to find direction.
When one kernel stays on this position, the other kernel is
allowed to rotate in 900.The output of Sobel operator is
shown in Figure 3 (d).
B.Prewitt Operator:
This operator identifies the presence of edges by
evaluating the higher grey levels in an image with different
kernels [7] and the convolution mask is
The gradient magnitude, G can be derived as
The output of prewitt operator is displayed in Figure3 (e).
C. Roberts Operator:
Roberts is a discrete operator. It can calculate 2D
spatial gradient measurement of an image having two
kernels, used to rotate one another by 900 [7].Thehorizontal
and vertical convolution mask is given by
The angle of orientation is given as
where Ө is the angle to find direction and it respond to
450 edges maximally. The output of Roberts operator is
illustrated in Figure 3(f).
D. Kirsch compass mask:
Kirsch operator detects the edgeswithmaximumstrengthin
a fixed direction. Rotating along 450 in all eight directions
like North (N), NorthWest (NW), South(S), SouthWest (SW),
West (W), East (E), South East (SE), North East (NE)[10],the
convolution mask with input image is given as
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 249
The main advantage of kirsch filter is the efficiency of
detecting maximum edges. The output of kirsch filter is
depicted in Figure 3(g).
E. Laplacian of Gaussian (LoG):
Isotropic digital L0G kernels convolving input image is used
to calculate Laplacian value[7]. The Laplacianofinputimage
L(x, y) is given by
LoG filter performs the following three step operations.
1. Exploits second order gradients of pixel intensity for an
image.
2. Smoothening the image using Gaussian filter whichcanbe
defined by
3. Apply Log. The convolution mask of LoG operator is
The output of LoG operator is shown in Figure 3(h).
3.3 OPTIMAL EDGE DETECTOR:
Canny operator and Robinson operator comes under the
group of optimal edge detector.
A. Canny operator:
Canny operator is used to find optimized results on complex
images. Canny operator has the potential of providing clear
and better edge detection and good localization. The
multistage process of canny operator is as follows.
1. Smoothening the image by Gaussian convolution.
2. Towards x and y direction, the convolutionmask isused to
compute gradient.
The gradient of the given image is
3. Compute the edges.
4. Trace the edges by finding edge direction
as , where Ө is the angle of orientation.
5. Evaluating local maxima to find edges.
6. Concluding final edges by hysteresis method.
The output of canny operator is shown in figure 3(i).
B. Robinson Compass Mask:
Robinson is another method of derivative mask and it isalso
named as direction mask. By considering one mask and
rotate it along 8 major compass directions, North(N),
West(W), South(S), East(E), North West (NW), South West
(SW),South East (SE), North East (NE)[10], the convolution
mask of input image is
These convolution masks focus on rapid change of pixels to
detect high value edge point. Finally all the detected edge
points are combined to form line of edges.
The output of Robinson compass mask isillustratedinfigure
3(j).
4. EXPERIMENTAL RESULTS
4.1Performance Metrics:
The performance metrics such as Mean Squared Error
(MSE), Peak signal to Noise Ratio (PSNR), Structural
Similarity Index (SSIM), Figure of Merit (FOM), and
Performance Ratio (PR) are calculated to recognize which
operator gives better outcome.
A. Mean Square Error (MSE):
MSE is the measure of loss of squared error in which the
estimator fails to depict the more accurate information[8].
The formula for calculating MSE is as follows.
M, N be the rows and columns of an image, I1 and I2 are the
original and detected output image respectively.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 250
B. Peak Signal to Noise Ratio (PSNR):
PSNR is used to measure the quality of reconstructed image
by evaluating the ratio between maximum power of signal
and power of noise[8]. It can be calculated as
where max (I) is the maximum pixel value of input image
and MSE is the Mean Square Error.
C. Structural Similarity Index (SSIM):
SSIM index is used to quantify the image quality by
estimating the weighted combination of luminous, contrast
changes and structural changes between the input and
reconstructed image[8].
where - average of x and y respectively,
- variance of x and y respectively,
- covariance of x and y,
c1, c2 - two variables used to stabilize the equation.
D. Figure of Merit (FOM):
Figure of Merit is used to analyse the efficiency of the
technique implemented[8].
Na is the detected edges, Nd is the Ideal edges is the distance;
α is the penalty factor.
E. Performance Ratio:
Performance ratio is the measure of image quality[8]. It can
be calculated as
4.2 PERFORMANCE EVALUATION
A healthy subject of OCT images is used to analyse the
performance of different edge detecting operators. As a
consequence, Performance Ratio of Kirsch compass mask is
greater than otheredgedetectiontechniqueswhichcanyield
value of 15.2911.In addition; Mean Square Error (MSE) of
Kirsch compass mask is lower than others. Overall, Kirsch
operator outperforms other techniques based on
measurement like PSNR, SSIM and FOM.The result of edge
detecting operators for a healthy subject is summarized in
Table 1
Table1.Value of MSE, PSNR, SSIM, FOM, PR
MSE PSNR SSIM FOM PR
Sobel 12147.97 7.3198 0.26649 0.02370 4.7648
Prewitt 12148.05 7.3197 0.26649 0.02368 4.7463
Roberts 12150.55 7.3188 0.26680 0.02370 4.0651
Kirsch 10880.06 7.7985 0.35284 0.21912 15.2911
LoG 12136.15 7.3240 0.26690 0.02382 9.6977
Canny 12137.38 7.3235 0.26772 0.02481 11.2555
Robinson 12134.81 7.3245 0.26801 0.21912 11.1779
(a) original image
(b)grey image
(c) Contrast enhanced
(d) Sobel
(e) Prewitt (e) Roberts
(f) Kirsch
(g) Laplacian
(h) Canny (i) Robinson
Figure 3.Output of different edge detecting operators.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 251
5. CONCLUSION
The edge detection operatorssuchasSobel,Prewitt,Roberts,
Kirsch, LoG, Canny and Robinson for extracting different
retinal boundaries are compared in this paper. Quality
assessment metrics like MSE, PSNR, SSIM, FOM, PR are
evaluated. Considering all these factors, Performance of
kirsch compass mask succeeds other techniques. Hence, the
edge detecting operators can obtain optimal results in
retinal layer extraction of high contrast connected edges.
REFERENCES
[1] J. Y. G. Z. a. A. Su Luo, Jing Yang, Qian Gao, Sheng Zhou,
Chang’an A.Zhan, “The Edge Detectors suitable for
Retinal OCT image segmentation,” Journal of Health
care Engineering, p. 13, 2017.
[2] Appaji M.AbhishekTos T.J.M.Berendschot ,Shyam
Vasudeva Rao, “Segmentation and analysis of Retinal
Layers(ILM & RPE) in Optical Coherence Tomography
Images with Edema,” IEEE conference on Bio medical
Engineering and Sciences,Dec 2014.
[3] Shijian Lu,Carol Cheung,Jiang Liu,Hwee Ying Limm
“Automated Layer Segmentation of Optical Coherence
Tomography Images”,IEEETransactionsonBiomedical
Engineering,Vol.57,October 2010.
[4] Zhijun Gao,Wei Bu,Xiangqian Wu,Yalin Zheng, “Intra-
retinal Layers Segmentation of Macular OCT Images
Based on the Graph Optimal Approach,” BioMedical
Engineering and Informatics,IEEE 2016.
[5] Benjamin Michael Davis,Laura Crawley,Milena
Pahlitzsch,Fatimah Javaid,“Glaucoma:the retina and
Beyond,” Acta Neuropathol,Springer 10.1007/s00401-
016-1609-2, 2016.
[6] Surat Patanakanog,Teresa C.Chen,“ImagingModalityin
DiagnosisandMonitoringof Glaucoma:Spectral Domain
Optical Coherence Tomography,” Diagnosis and
monitoring of Glaucoma,Springer 10.1007/s40135-
016-0108-x, 2016.
[7] Saket Bhardwaj,Ajay Mittal, “A Survey on Various Edge
Detector Techniques , ”Elsevier , 10.1016 /j
.protcy.2012. 05.033, 2012.
[8] Diana Sadykova,Alex Pappachen James,“Quality
Assessment MetricsforEdge DetectionandEdge-aware
Filtering: A Tutorial Review,” January 2018.
[9] K.Bala Krishnan , Shiva Prakash Ranga , Nageswara
Guptha, “A Survey on Different Edge Detection,” Indian
Journal of Science and Technology,Vol 10(4), January
2017.
[10] Rashmi, Mukesh Kumar, Rohini Saxena , “Algorithm
and Technique on various edge detection : A survey
,” Signal & Image Processing : An International Journal
(SIPIJ), Vol.4, No.3, June 2013.
[11] Shahjun Nisha ,Ashika Parvin,PreservationofHistorical
DocumentUsingEnhancemenTechniques,International
journal of Trend in Research and Development,Vol
4(1),ISSN:2394-9333,Jan-Feb(2016).
BIOGRAPHIES
M. Nagoor Meeral, M.Phil Research
scholar, currently pursiung at
sadakathullah appa college, Tirunelveli. I
had completed my UG at Annai Hajira
Women’s College & PG at Sadakathullah
Appa College, I had certification of NPTEL
courses. My research area is Image
processing.
Dr. S. Shajun Nisha, Assistant Professor
and Head of the PG & Research
Department of Computer Science,
Sadakathullah Appa College, Tirunelveli.
She has completed M.Phil. (Computer
Science) M.Tech (Computer and
Information Technology) in
Manonmaniam Sundaranar University, Tirunelveli and
completed Ph.D (Computer Science) in Bharathiyar
University, Coimbatore. She has involved in various
academic activities and attended so many national and
international seminars, conferences and presented
numerous research papers. She is a member of ISTE and
IEANG and her specialization isImageProcessingandNeural
Network.
Dr. M. Mohamed Sathik, Principal
Sadakathullah Appa College, Tirunelveli.
He has completed Ph.D (Computerscience
& engineering) Ph.D (Computer science),
M.Phil. (Computer Science),
M.Tech(Computer Science and
Information Technology) in
Manonmaniam Sundaranar University,Tirunelveli.Hehasso
far guided more than 35 research scholars. Hehaspublished
more than 100 papers in International Journalsandalsotwo
books. He is a member of curriculum development
committee of various universities and autonomous colleges
of Tamil Nadu. He is a syndicate member Manonmaniam
Sundaranar University, Tirunelveli. His specializations are
VRML, Image Processing and Sensor Networks.

More Related Content

What's hot

Performance of Efficient Closed-Form Solution to Comprehensive Frontier Exposure
Performance of Efficient Closed-Form Solution to Comprehensive Frontier ExposurePerformance of Efficient Closed-Form Solution to Comprehensive Frontier Exposure
Performance of Efficient Closed-Form Solution to Comprehensive Frontier Exposureiosrjce
 
ROLE OF HYBRID LEVEL SET IN FETAL CONTOUR EXTRACTION
ROLE OF HYBRID LEVEL SET IN FETAL CONTOUR EXTRACTIONROLE OF HYBRID LEVEL SET IN FETAL CONTOUR EXTRACTION
ROLE OF HYBRID LEVEL SET IN FETAL CONTOUR EXTRACTIONsipij
 
Automatic left ventricle segmentation
Automatic left ventricle segmentationAutomatic left ventricle segmentation
Automatic left ventricle segmentationahmad abdelhafeez
 
A New Approach of Iris Detection and Recognition
A New Approach of Iris Detection and RecognitionA New Approach of Iris Detection and Recognition
A New Approach of Iris Detection and RecognitionIJECEIAES
 
4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION
4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION
4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATIONcscpconf
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
Performance Evaluation of Image Edge Detection Techniques
Performance Evaluation of Image Edge Detection Techniques Performance Evaluation of Image Edge Detection Techniques
Performance Evaluation of Image Edge Detection Techniques CSCJournals
 
Design of Gabor Filter for Noise Reduction in Betel Vine leaves Disease Segme...
Design of Gabor Filter for Noise Reduction in Betel Vine leaves Disease Segme...Design of Gabor Filter for Noise Reduction in Betel Vine leaves Disease Segme...
Design of Gabor Filter for Noise Reduction in Betel Vine leaves Disease Segme...IOSR Journals
 
IRIS BIOMETRIC RECOGNITION SYSTEM EMPLOYING CANNY OPERATOR
IRIS BIOMETRIC RECOGNITION SYSTEM EMPLOYING CANNY OPERATORIRIS BIOMETRIC RECOGNITION SYSTEM EMPLOYING CANNY OPERATOR
IRIS BIOMETRIC RECOGNITION SYSTEM EMPLOYING CANNY OPERATORcscpconf
 
TYBSC (CS) SEM 6- DIGITAL IMAGE PROCESSING
TYBSC (CS) SEM 6- DIGITAL IMAGE PROCESSINGTYBSC (CS) SEM 6- DIGITAL IMAGE PROCESSING
TYBSC (CS) SEM 6- DIGITAL IMAGE PROCESSINGKamana Tripathi
 
Lec9: Medical Image Segmentation (III) (Fuzzy Connected Image Segmentation)
Lec9: Medical Image Segmentation (III) (Fuzzy Connected Image Segmentation)Lec9: Medical Image Segmentation (III) (Fuzzy Connected Image Segmentation)
Lec9: Medical Image Segmentation (III) (Fuzzy Connected Image Segmentation)Ulaş Bağcı
 
TYBSC (CS) SEM 6- DIGITAL IMAGE PROCESSING
TYBSC (CS) SEM 6- DIGITAL IMAGE PROCESSINGTYBSC (CS) SEM 6- DIGITAL IMAGE PROCESSING
TYBSC (CS) SEM 6- DIGITAL IMAGE PROCESSINGKamana Tripathi
 
IRJET- Digit Identification in Natural Images
IRJET- Digit Identification in Natural ImagesIRJET- Digit Identification in Natural Images
IRJET- Digit Identification in Natural ImagesIRJET Journal
 
Research on Iris Region Localization Algorithms
Research on Iris Region Localization AlgorithmsResearch on Iris Region Localization Algorithms
Research on Iris Region Localization AlgorithmsIJERA Editor
 
Land Boundary Detection of an Island using improved Morphological Operation
Land Boundary Detection of an Island using improved Morphological OperationLand Boundary Detection of an Island using improved Morphological Operation
Land Boundary Detection of an Island using improved Morphological OperationCSCJournals
 
An efficient image segmentation approach through enhanced watershed algorithm
An efficient image segmentation approach through enhanced watershed algorithmAn efficient image segmentation approach through enhanced watershed algorithm
An efficient image segmentation approach through enhanced watershed algorithmAlexander Decker
 
various methods for image segmentation
various methods for image segmentationvarious methods for image segmentation
various methods for image segmentationRaveesh Methi
 
Image segmentation
Image segmentationImage segmentation
Image segmentationRania H
 

What's hot (19)

Performance of Efficient Closed-Form Solution to Comprehensive Frontier Exposure
Performance of Efficient Closed-Form Solution to Comprehensive Frontier ExposurePerformance of Efficient Closed-Form Solution to Comprehensive Frontier Exposure
Performance of Efficient Closed-Form Solution to Comprehensive Frontier Exposure
 
ROLE OF HYBRID LEVEL SET IN FETAL CONTOUR EXTRACTION
ROLE OF HYBRID LEVEL SET IN FETAL CONTOUR EXTRACTIONROLE OF HYBRID LEVEL SET IN FETAL CONTOUR EXTRACTION
ROLE OF HYBRID LEVEL SET IN FETAL CONTOUR EXTRACTION
 
Automatic left ventricle segmentation
Automatic left ventricle segmentationAutomatic left ventricle segmentation
Automatic left ventricle segmentation
 
A New Approach of Iris Detection and Recognition
A New Approach of Iris Detection and RecognitionA New Approach of Iris Detection and Recognition
A New Approach of Iris Detection and Recognition
 
4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION
4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION
4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
Performance Evaluation of Image Edge Detection Techniques
Performance Evaluation of Image Edge Detection Techniques Performance Evaluation of Image Edge Detection Techniques
Performance Evaluation of Image Edge Detection Techniques
 
Design of Gabor Filter for Noise Reduction in Betel Vine leaves Disease Segme...
Design of Gabor Filter for Noise Reduction in Betel Vine leaves Disease Segme...Design of Gabor Filter for Noise Reduction in Betel Vine leaves Disease Segme...
Design of Gabor Filter for Noise Reduction in Betel Vine leaves Disease Segme...
 
IRIS BIOMETRIC RECOGNITION SYSTEM EMPLOYING CANNY OPERATOR
IRIS BIOMETRIC RECOGNITION SYSTEM EMPLOYING CANNY OPERATORIRIS BIOMETRIC RECOGNITION SYSTEM EMPLOYING CANNY OPERATOR
IRIS BIOMETRIC RECOGNITION SYSTEM EMPLOYING CANNY OPERATOR
 
TYBSC (CS) SEM 6- DIGITAL IMAGE PROCESSING
TYBSC (CS) SEM 6- DIGITAL IMAGE PROCESSINGTYBSC (CS) SEM 6- DIGITAL IMAGE PROCESSING
TYBSC (CS) SEM 6- DIGITAL IMAGE PROCESSING
 
Lec9: Medical Image Segmentation (III) (Fuzzy Connected Image Segmentation)
Lec9: Medical Image Segmentation (III) (Fuzzy Connected Image Segmentation)Lec9: Medical Image Segmentation (III) (Fuzzy Connected Image Segmentation)
Lec9: Medical Image Segmentation (III) (Fuzzy Connected Image Segmentation)
 
Watershed
WatershedWatershed
Watershed
 
TYBSC (CS) SEM 6- DIGITAL IMAGE PROCESSING
TYBSC (CS) SEM 6- DIGITAL IMAGE PROCESSINGTYBSC (CS) SEM 6- DIGITAL IMAGE PROCESSING
TYBSC (CS) SEM 6- DIGITAL IMAGE PROCESSING
 
IRJET- Digit Identification in Natural Images
IRJET- Digit Identification in Natural ImagesIRJET- Digit Identification in Natural Images
IRJET- Digit Identification in Natural Images
 
Research on Iris Region Localization Algorithms
Research on Iris Region Localization AlgorithmsResearch on Iris Region Localization Algorithms
Research on Iris Region Localization Algorithms
 
Land Boundary Detection of an Island using improved Morphological Operation
Land Boundary Detection of an Island using improved Morphological OperationLand Boundary Detection of an Island using improved Morphological Operation
Land Boundary Detection of an Island using improved Morphological Operation
 
An efficient image segmentation approach through enhanced watershed algorithm
An efficient image segmentation approach through enhanced watershed algorithmAn efficient image segmentation approach through enhanced watershed algorithm
An efficient image segmentation approach through enhanced watershed algorithm
 
various methods for image segmentation
various methods for image segmentationvarious methods for image segmentation
various methods for image segmentation
 
Image segmentation
Image segmentationImage segmentation
Image segmentation
 

Similar to IRJET- A Comprehensive Analysis of Edge Detectors in SD-OCT Images for Glaucoma Diagnosis

Optic Disk and Retinal Vesssel Segmentation in Fundus Images
Optic Disk and Retinal Vesssel Segmentation in Fundus ImagesOptic Disk and Retinal Vesssel Segmentation in Fundus Images
Optic Disk and Retinal Vesssel Segmentation in Fundus ImagesIRJET Journal
 
Conceptual and Practical Examination of Several Edge Detection Strategies
Conceptual and Practical Examination of Several Edge Detection StrategiesConceptual and Practical Examination of Several Edge Detection Strategies
Conceptual and Practical Examination of Several Edge Detection StrategiesIRJET Journal
 
A new approach of edge detection in sar images using
A new approach of edge detection in sar images usingA new approach of edge detection in sar images using
A new approach of edge detection in sar images usingeSAT Publishing House
 
A new approach of edge detection in sar images using region based active cont...
A new approach of edge detection in sar images using region based active cont...A new approach of edge detection in sar images using region based active cont...
A new approach of edge detection in sar images using region based active cont...eSAT Journals
 
IRJET- Retinal Fundus Image Segmentation using Watershed Algorithm
IRJET-  	  Retinal Fundus Image Segmentation using Watershed AlgorithmIRJET-  	  Retinal Fundus Image Segmentation using Watershed Algorithm
IRJET- Retinal Fundus Image Segmentation using Watershed AlgorithmIRJET Journal
 
Comparative Analysis of Common Edge Detection Algorithms using Pre-processing...
Comparative Analysis of Common Edge Detection Algorithms using Pre-processing...Comparative Analysis of Common Edge Detection Algorithms using Pre-processing...
Comparative Analysis of Common Edge Detection Algorithms using Pre-processing...IJECEIAES
 
Image segmentation methods for brain mri images
Image segmentation methods for brain mri imagesImage segmentation methods for brain mri images
Image segmentation methods for brain mri imageseSAT Journals
 
AN OPTIMAL SOLUTION FOR IMAGE EDGE DETECTION PROBLEM USING SIMPLIFIED GABOR W...
AN OPTIMAL SOLUTION FOR IMAGE EDGE DETECTION PROBLEM USING SIMPLIFIED GABOR W...AN OPTIMAL SOLUTION FOR IMAGE EDGE DETECTION PROBLEM USING SIMPLIFIED GABOR W...
AN OPTIMAL SOLUTION FOR IMAGE EDGE DETECTION PROBLEM USING SIMPLIFIED GABOR W...IJCSEIT Journal
 
IRJET- Retinal Health Diagnosis using Image Processing
IRJET- Retinal Health Diagnosis using Image ProcessingIRJET- Retinal Health Diagnosis using Image Processing
IRJET- Retinal Health Diagnosis using Image ProcessingIRJET Journal
 
IRJET - Human Eye Pupil Detection Technique using Center of Gravity Method
IRJET - Human Eye Pupil Detection Technique using Center of Gravity MethodIRJET - Human Eye Pupil Detection Technique using Center of Gravity Method
IRJET - Human Eye Pupil Detection Technique using Center of Gravity MethodIRJET Journal
 
IRJET- Robust Edge Detection using Moore’s Algorithm with Median Filter
IRJET- Robust Edge Detection using Moore’s Algorithm with Median FilterIRJET- Robust Edge Detection using Moore’s Algorithm with Median Filter
IRJET- Robust Edge Detection using Moore’s Algorithm with Median FilterIRJET Journal
 
Image fusion using nsct denoising and target extraction for visual surveillance
Image fusion using nsct denoising and target extraction for visual surveillanceImage fusion using nsct denoising and target extraction for visual surveillance
Image fusion using nsct denoising and target extraction for visual surveillanceeSAT Publishing House
 
IRJET- Image Feature Extraction using Hough Transformation Principle
IRJET- Image Feature Extraction using Hough Transformation PrincipleIRJET- Image Feature Extraction using Hough Transformation Principle
IRJET- Image Feature Extraction using Hough Transformation PrincipleIRJET Journal
 
Brain tumor segmentation using asymmetry based histogram thresholding and k m...
Brain tumor segmentation using asymmetry based histogram thresholding and k m...Brain tumor segmentation using asymmetry based histogram thresholding and k m...
Brain tumor segmentation using asymmetry based histogram thresholding and k m...eSAT Publishing House
 
Denoising and Edge Detection Using Sobelmethod
Denoising and Edge Detection Using SobelmethodDenoising and Edge Detection Using Sobelmethod
Denoising and Edge Detection Using SobelmethodIJMER
 
Mislaid character analysis using 2-dimensional discrete wavelet transform for...
Mislaid character analysis using 2-dimensional discrete wavelet transform for...Mislaid character analysis using 2-dimensional discrete wavelet transform for...
Mislaid character analysis using 2-dimensional discrete wavelet transform for...IJMER
 

Similar to IRJET- A Comprehensive Analysis of Edge Detectors in SD-OCT Images for Glaucoma Diagnosis (20)

Optic Disk and Retinal Vesssel Segmentation in Fundus Images
Optic Disk and Retinal Vesssel Segmentation in Fundus ImagesOptic Disk and Retinal Vesssel Segmentation in Fundus Images
Optic Disk and Retinal Vesssel Segmentation in Fundus Images
 
Conceptual and Practical Examination of Several Edge Detection Strategies
Conceptual and Practical Examination of Several Edge Detection StrategiesConceptual and Practical Examination of Several Edge Detection Strategies
Conceptual and Practical Examination of Several Edge Detection Strategies
 
A new approach of edge detection in sar images using
A new approach of edge detection in sar images usingA new approach of edge detection in sar images using
A new approach of edge detection in sar images using
 
A new approach of edge detection in sar images using region based active cont...
A new approach of edge detection in sar images using region based active cont...A new approach of edge detection in sar images using region based active cont...
A new approach of edge detection in sar images using region based active cont...
 
F045033337
F045033337F045033337
F045033337
 
IRJET- Retinal Fundus Image Segmentation using Watershed Algorithm
IRJET-  	  Retinal Fundus Image Segmentation using Watershed AlgorithmIRJET-  	  Retinal Fundus Image Segmentation using Watershed Algorithm
IRJET- Retinal Fundus Image Segmentation using Watershed Algorithm
 
Comparative Analysis of Common Edge Detection Algorithms using Pre-processing...
Comparative Analysis of Common Edge Detection Algorithms using Pre-processing...Comparative Analysis of Common Edge Detection Algorithms using Pre-processing...
Comparative Analysis of Common Edge Detection Algorithms using Pre-processing...
 
Ed34785790
Ed34785790Ed34785790
Ed34785790
 
Image segmentation methods for brain mri images
Image segmentation methods for brain mri imagesImage segmentation methods for brain mri images
Image segmentation methods for brain mri images
 
AN OPTIMAL SOLUTION FOR IMAGE EDGE DETECTION PROBLEM USING SIMPLIFIED GABOR W...
AN OPTIMAL SOLUTION FOR IMAGE EDGE DETECTION PROBLEM USING SIMPLIFIED GABOR W...AN OPTIMAL SOLUTION FOR IMAGE EDGE DETECTION PROBLEM USING SIMPLIFIED GABOR W...
AN OPTIMAL SOLUTION FOR IMAGE EDGE DETECTION PROBLEM USING SIMPLIFIED GABOR W...
 
IRJET- Retinal Health Diagnosis using Image Processing
IRJET- Retinal Health Diagnosis using Image ProcessingIRJET- Retinal Health Diagnosis using Image Processing
IRJET- Retinal Health Diagnosis using Image Processing
 
IRJET - Human Eye Pupil Detection Technique using Center of Gravity Method
IRJET - Human Eye Pupil Detection Technique using Center of Gravity MethodIRJET - Human Eye Pupil Detection Technique using Center of Gravity Method
IRJET - Human Eye Pupil Detection Technique using Center of Gravity Method
 
IRJET- Robust Edge Detection using Moore’s Algorithm with Median Filter
IRJET- Robust Edge Detection using Moore’s Algorithm with Median FilterIRJET- Robust Edge Detection using Moore’s Algorithm with Median Filter
IRJET- Robust Edge Detection using Moore’s Algorithm with Median Filter
 
Image fusion using nsct denoising and target extraction for visual surveillance
Image fusion using nsct denoising and target extraction for visual surveillanceImage fusion using nsct denoising and target extraction for visual surveillance
Image fusion using nsct denoising and target extraction for visual surveillance
 
IRJET- Image Feature Extraction using Hough Transformation Principle
IRJET- Image Feature Extraction using Hough Transformation PrincipleIRJET- Image Feature Extraction using Hough Transformation Principle
IRJET- Image Feature Extraction using Hough Transformation Principle
 
Brain tumor segmentation using asymmetry based histogram thresholding and k m...
Brain tumor segmentation using asymmetry based histogram thresholding and k m...Brain tumor segmentation using asymmetry based histogram thresholding and k m...
Brain tumor segmentation using asymmetry based histogram thresholding and k m...
 
Denoising and Edge Detection Using Sobelmethod
Denoising and Edge Detection Using SobelmethodDenoising and Edge Detection Using Sobelmethod
Denoising and Edge Detection Using Sobelmethod
 
E017443136
E017443136E017443136
E017443136
 
Mislaid character analysis using 2-dimensional discrete wavelet transform for...
Mislaid character analysis using 2-dimensional discrete wavelet transform for...Mislaid character analysis using 2-dimensional discrete wavelet transform for...
Mislaid character analysis using 2-dimensional discrete wavelet transform for...
 
I010634450
I010634450I010634450
I010634450
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...Call Girls in Nagpur High Profile
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 

Recently uploaded (20)

Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 

IRJET- A Comprehensive Analysis of Edge Detectors in SD-OCT Images for Glaucoma Diagnosis

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 247 A COMPREHENSIVE ANALYSIS OF EDGE DETECTORS IN SD-OCT IMAGES FOR GLAUCOMA DIAGNOSIS M. Nagoor Meeral1, Dr. S. Shajun Nisha2, Dr. M. Mohamed Sathik3 1M.Phil Research Scholar, PG & Research Department of Computer Science, Sadakathullah Appa College, Tirunelveli, Tamil Nadu,India 2Assistant Professor & Head, PG & Research Department of Computer Science, Sadakathullah Appa College, Tirunelveli, Tamil Nadu, India 3Principal, Sadakathullah Appa College, Tirunelveli, Tamilnadu, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract – Glaucoma is a chronic eye disorder, associated with morphological changes to Optic Nerve Head (ONH), Retinal Nerve Fibre Layer (RNFL) and macular ganglion cell region. Spectral Domain-Optical Coherence Tomography(SD- OCT) is a high resolution, on-invasive imaging modality. Manifesting cross sectional region of retinal images, OCT increases the likelihood of diagnosing pre-perimetric Glaucoma. Segmentation of retinalboundariesoffersobjective quantification of progressive changes inoptic nervehead. This article analyses the delineation of retinal boundaries using edge detection operators such as Canny, Prewitt, Roberts, Sobel, Laplacian of Gaussian, Kirsch compass mask and Robinson compass mask in a SD-OCT vivo healthy subject. Results demonstrated that kirsch compass mask outperforms other techniques in terms of different evaluation metrics such as Mean Square Error (MSE),Peak Signal to Noise Ratio (PSNR), Structural Similarity index(SSIM), Figure Of Merit (FOM), Performance Ratio (PR).Kirsch compass provides accurate and robust edge quality. Besides, Performance Ratio (PR) of Kirsch compass mask is extremely higher than other edge detection techniques resulting PR value of 15.2911. Key Words: Glaucoma,ONH,SD-OCT,MSE,PSNR,SSIM,FOM, PR. 1. INTRODUCTION Glaucoma is a neurodegenerative ocular disease which is declared as the second leading cause of blindness according to WHO[2]. Malfunctioning of the retinal drainage system produces an Intra Ocular Pressure (IOP) in the eye can damages Optic Nerve Head (ONH)[5].Many imaging modalities are available to clinically diagnose the structural changes of ONH and monitor glaucoma..SD-OCT is an objective imaging technique which is used to spot structural changes in ONH and to localize the intra-retinal boundaries[6]. To assist the ophthalmologist in delineating differentretinal layers as illustrated in Figure 1, automated segmentations have been proposed for clinically diagnosis of glaucoma. Edge detection operators plays a vital role in retinal layer segmentation based on discontinuities (changes in pixel intensity) of an image.[9] Figure 1. Intra retinal boundaries of Optic Nerve Head in an OCT image Most commonly used edge detection operators are Canny, Prewitt, Roberts, Sobel, Laplacian Of Gaussian (LOG).So far, Canny operator providesan efficientoutcomeandoccupiesa significant role in edge detection.Here,we intended to include two more operators like Kirsch and Robinson compass mask for achieving better results in OCT boundary segmentation. 1.1 Motivation Justification Though, various novel and hybrid segmentation algorithms been introduced, the key role of edge detecting operators in delineating high contrast edges are quick and easy. It is necessary to identify the best operating techniques since many are available in use. To motivate this, comparison of these edge detectors are performed here and an optimal result is justified based on appropriate metrics. 1.2 Outline of the Paper The outline of the proposed system is shown in Figure 2. Figure 2. Outline of the proposed system. 1.2 Organization of the Paper The remaining portion of the paper is structured as follows Section II comprises literature review, Section III describes methodologies,SectionIVincludesPerformanceanalysisand Section V discuss conclusions.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 248 2. RELATED WORK Su Luo [1] compared three edge detectors such as Canny, two-pass method, Edge flow technique to identify appropriate edge detector in OCT image segmentation. The author measures the performance of the algorithms using relevant metrics such as FOM, MLD, TPR, FPR and Accuracy and the two-pass method brings better results. Shijian Lu [3] proposed a technique to delineate retinal layer boundaries. The OCT image is divided into vessel and non- vessel regionsand then denoising usingBilateralandmedian filters. Using canny edge detector, five retinal layers are segmented accurately. Zhijun Gao [4] proposed a method of intra retinal layers segmentation using Graph optimal approach. Initially, canny edge detector is utilized to detectthehighcontrastconnected components.Accurateresultsareachievedbecausethecanny detector provides better connected components for improving graph performance. 3. METHODOLOGY 3.1 Preprocessing Working with colour images makes the task more complex, hence these colour images are first converted to Gray scale Images(GSI).Then contrast of GSI imageisenhancedtoboost the high intensity pixel along retinal boundaries[11]. Then edge detection operators are applied to discover the optimal resulting technique. The pre-processed output image is shown in Figure.3 (b, c). 3.2 Gradient Based Edge Detection Operators: The edge detection operators like Sobel, Prewitt, Roberts, Kirsch compass mask are based on gradient information. A. Sobel Operator Sobel operator calculates approximate gradient vector of an image by focusing high spatial gradient of corresponding edges.[7] Maximum responds to horizontal and vertical edges using 3X3 convolution kernel mask withinputimageis given by The gradient magnitude, G can be derived as The angle of orientation to identify maximum edges is given as where Ө is the angle to find direction. When one kernel stays on this position, the other kernel is allowed to rotate in 900.The output of Sobel operator is shown in Figure 3 (d). B.Prewitt Operator: This operator identifies the presence of edges by evaluating the higher grey levels in an image with different kernels [7] and the convolution mask is The gradient magnitude, G can be derived as The output of prewitt operator is displayed in Figure3 (e). C. Roberts Operator: Roberts is a discrete operator. It can calculate 2D spatial gradient measurement of an image having two kernels, used to rotate one another by 900 [7].Thehorizontal and vertical convolution mask is given by The angle of orientation is given as where Ө is the angle to find direction and it respond to 450 edges maximally. The output of Roberts operator is illustrated in Figure 3(f). D. Kirsch compass mask: Kirsch operator detects the edgeswithmaximumstrengthin a fixed direction. Rotating along 450 in all eight directions like North (N), NorthWest (NW), South(S), SouthWest (SW), West (W), East (E), South East (SE), North East (NE)[10],the convolution mask with input image is given as
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 249 The main advantage of kirsch filter is the efficiency of detecting maximum edges. The output of kirsch filter is depicted in Figure 3(g). E. Laplacian of Gaussian (LoG): Isotropic digital L0G kernels convolving input image is used to calculate Laplacian value[7]. The Laplacianofinputimage L(x, y) is given by LoG filter performs the following three step operations. 1. Exploits second order gradients of pixel intensity for an image. 2. Smoothening the image using Gaussian filter whichcanbe defined by 3. Apply Log. The convolution mask of LoG operator is The output of LoG operator is shown in Figure 3(h). 3.3 OPTIMAL EDGE DETECTOR: Canny operator and Robinson operator comes under the group of optimal edge detector. A. Canny operator: Canny operator is used to find optimized results on complex images. Canny operator has the potential of providing clear and better edge detection and good localization. The multistage process of canny operator is as follows. 1. Smoothening the image by Gaussian convolution. 2. Towards x and y direction, the convolutionmask isused to compute gradient. The gradient of the given image is 3. Compute the edges. 4. Trace the edges by finding edge direction as , where Ө is the angle of orientation. 5. Evaluating local maxima to find edges. 6. Concluding final edges by hysteresis method. The output of canny operator is shown in figure 3(i). B. Robinson Compass Mask: Robinson is another method of derivative mask and it isalso named as direction mask. By considering one mask and rotate it along 8 major compass directions, North(N), West(W), South(S), East(E), North West (NW), South West (SW),South East (SE), North East (NE)[10], the convolution mask of input image is These convolution masks focus on rapid change of pixels to detect high value edge point. Finally all the detected edge points are combined to form line of edges. The output of Robinson compass mask isillustratedinfigure 3(j). 4. EXPERIMENTAL RESULTS 4.1Performance Metrics: The performance metrics such as Mean Squared Error (MSE), Peak signal to Noise Ratio (PSNR), Structural Similarity Index (SSIM), Figure of Merit (FOM), and Performance Ratio (PR) are calculated to recognize which operator gives better outcome. A. Mean Square Error (MSE): MSE is the measure of loss of squared error in which the estimator fails to depict the more accurate information[8]. The formula for calculating MSE is as follows. M, N be the rows and columns of an image, I1 and I2 are the original and detected output image respectively.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 250 B. Peak Signal to Noise Ratio (PSNR): PSNR is used to measure the quality of reconstructed image by evaluating the ratio between maximum power of signal and power of noise[8]. It can be calculated as where max (I) is the maximum pixel value of input image and MSE is the Mean Square Error. C. Structural Similarity Index (SSIM): SSIM index is used to quantify the image quality by estimating the weighted combination of luminous, contrast changes and structural changes between the input and reconstructed image[8]. where - average of x and y respectively, - variance of x and y respectively, - covariance of x and y, c1, c2 - two variables used to stabilize the equation. D. Figure of Merit (FOM): Figure of Merit is used to analyse the efficiency of the technique implemented[8]. Na is the detected edges, Nd is the Ideal edges is the distance; α is the penalty factor. E. Performance Ratio: Performance ratio is the measure of image quality[8]. It can be calculated as 4.2 PERFORMANCE EVALUATION A healthy subject of OCT images is used to analyse the performance of different edge detecting operators. As a consequence, Performance Ratio of Kirsch compass mask is greater than otheredgedetectiontechniqueswhichcanyield value of 15.2911.In addition; Mean Square Error (MSE) of Kirsch compass mask is lower than others. Overall, Kirsch operator outperforms other techniques based on measurement like PSNR, SSIM and FOM.The result of edge detecting operators for a healthy subject is summarized in Table 1 Table1.Value of MSE, PSNR, SSIM, FOM, PR MSE PSNR SSIM FOM PR Sobel 12147.97 7.3198 0.26649 0.02370 4.7648 Prewitt 12148.05 7.3197 0.26649 0.02368 4.7463 Roberts 12150.55 7.3188 0.26680 0.02370 4.0651 Kirsch 10880.06 7.7985 0.35284 0.21912 15.2911 LoG 12136.15 7.3240 0.26690 0.02382 9.6977 Canny 12137.38 7.3235 0.26772 0.02481 11.2555 Robinson 12134.81 7.3245 0.26801 0.21912 11.1779 (a) original image (b)grey image (c) Contrast enhanced (d) Sobel (e) Prewitt (e) Roberts (f) Kirsch (g) Laplacian (h) Canny (i) Robinson Figure 3.Output of different edge detecting operators.
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 251 5. CONCLUSION The edge detection operatorssuchasSobel,Prewitt,Roberts, Kirsch, LoG, Canny and Robinson for extracting different retinal boundaries are compared in this paper. Quality assessment metrics like MSE, PSNR, SSIM, FOM, PR are evaluated. Considering all these factors, Performance of kirsch compass mask succeeds other techniques. Hence, the edge detecting operators can obtain optimal results in retinal layer extraction of high contrast connected edges. REFERENCES [1] J. Y. G. Z. a. A. Su Luo, Jing Yang, Qian Gao, Sheng Zhou, Chang’an A.Zhan, “The Edge Detectors suitable for Retinal OCT image segmentation,” Journal of Health care Engineering, p. 13, 2017. [2] Appaji M.AbhishekTos T.J.M.Berendschot ,Shyam Vasudeva Rao, “Segmentation and analysis of Retinal Layers(ILM & RPE) in Optical Coherence Tomography Images with Edema,” IEEE conference on Bio medical Engineering and Sciences,Dec 2014. [3] Shijian Lu,Carol Cheung,Jiang Liu,Hwee Ying Limm “Automated Layer Segmentation of Optical Coherence Tomography Images”,IEEETransactionsonBiomedical Engineering,Vol.57,October 2010. [4] Zhijun Gao,Wei Bu,Xiangqian Wu,Yalin Zheng, “Intra- retinal Layers Segmentation of Macular OCT Images Based on the Graph Optimal Approach,” BioMedical Engineering and Informatics,IEEE 2016. [5] Benjamin Michael Davis,Laura Crawley,Milena Pahlitzsch,Fatimah Javaid,“Glaucoma:the retina and Beyond,” Acta Neuropathol,Springer 10.1007/s00401- 016-1609-2, 2016. [6] Surat Patanakanog,Teresa C.Chen,“ImagingModalityin DiagnosisandMonitoringof Glaucoma:Spectral Domain Optical Coherence Tomography,” Diagnosis and monitoring of Glaucoma,Springer 10.1007/s40135- 016-0108-x, 2016. [7] Saket Bhardwaj,Ajay Mittal, “A Survey on Various Edge Detector Techniques , ”Elsevier , 10.1016 /j .protcy.2012. 05.033, 2012. [8] Diana Sadykova,Alex Pappachen James,“Quality Assessment MetricsforEdge DetectionandEdge-aware Filtering: A Tutorial Review,” January 2018. [9] K.Bala Krishnan , Shiva Prakash Ranga , Nageswara Guptha, “A Survey on Different Edge Detection,” Indian Journal of Science and Technology,Vol 10(4), January 2017. [10] Rashmi, Mukesh Kumar, Rohini Saxena , “Algorithm and Technique on various edge detection : A survey ,” Signal & Image Processing : An International Journal (SIPIJ), Vol.4, No.3, June 2013. [11] Shahjun Nisha ,Ashika Parvin,PreservationofHistorical DocumentUsingEnhancemenTechniques,International journal of Trend in Research and Development,Vol 4(1),ISSN:2394-9333,Jan-Feb(2016). BIOGRAPHIES M. Nagoor Meeral, M.Phil Research scholar, currently pursiung at sadakathullah appa college, Tirunelveli. I had completed my UG at Annai Hajira Women’s College & PG at Sadakathullah Appa College, I had certification of NPTEL courses. My research area is Image processing. Dr. S. Shajun Nisha, Assistant Professor and Head of the PG & Research Department of Computer Science, Sadakathullah Appa College, Tirunelveli. She has completed M.Phil. (Computer Science) M.Tech (Computer and Information Technology) in Manonmaniam Sundaranar University, Tirunelveli and completed Ph.D (Computer Science) in Bharathiyar University, Coimbatore. She has involved in various academic activities and attended so many national and international seminars, conferences and presented numerous research papers. She is a member of ISTE and IEANG and her specialization isImageProcessingandNeural Network. Dr. M. Mohamed Sathik, Principal Sadakathullah Appa College, Tirunelveli. He has completed Ph.D (Computerscience & engineering) Ph.D (Computer science), M.Phil. (Computer Science), M.Tech(Computer Science and Information Technology) in Manonmaniam Sundaranar University,Tirunelveli.Hehasso far guided more than 35 research scholars. Hehaspublished more than 100 papers in International Journalsandalsotwo books. He is a member of curriculum development committee of various universities and autonomous colleges of Tamil Nadu. He is a syndicate member Manonmaniam Sundaranar University, Tirunelveli. His specializations are VRML, Image Processing and Sensor Networks.