SlideShare a Scribd company logo
1 of 8
Download to read offline
Indonesian Journal of Electrical Engineering and Computer Science
Vol. 7, No. 1, July 2017, pp. 123 ~ 130
DOI: 10.11591/ijeecs.v7.i1.pp123-130  123
Received March 11, 2017; Revised May 24, 2017; Accepted June 8, 2017
Artificial Neural Network Based Fast Edge
Detection Algorithm for MRI Medical Images
Teddy Surya Gunawan*
1
, Iza Zayana Yaacob
2
, Mira Kartiwi
3
,
Nanang Ismail
4
, Nor Farahidah Za’bah
5
, Hasmah Mansor
6
1,2,5,6
Department of Electrical and Computer Engineering, Kulliyyah of Engineering
3,
Department of Information Systems, Kulliyyah of ICT, International Islamic University Malaysia,
Jalan Gombak, 53100 Kuala Lumpur, Malaysia, (+603) 6196 4521
4
Electrical Engineering Department, Faculty of Science and Technology,
Universitas Islam Negeri Sunan Gunung Djati, Bandung, Indonesia
*Corresponding author, e-mail: tsgunawan@iium.edu.my, tsgunawan@gmail.com
Abstract
Currently, magnetic resonance imaging (MRI) has been utilized extensively to obtain high
contrast medical image due to its safety which can be applied repetitively. To extract important information
from an MRI medical images, an efficient image segmentation or edge detection is required. Edges are
represented as important contour features in the medical image since they are the boundaries where
distinct intensity changes or discontinuities occur. However, in practices, it is found rather difficult to design
an edge detector that is capable of finding all the true edges in an image as there is always noise, and the
subjectivity of sensitiveness in detecting the edges. Many traditional algorithms have been proposed to
detect the edge, such as Canny, Sobel, Prewitt, Roberts, Zerocross, and Laplacian of Gaussian (LoG).
Moreover, many researches have shown the potential of using Artificial Neural Network (ANN) for edge
detection. Although many algorithms have been conducted on edge detection for medical images,
however higher computational cost and subjective image quality could be further improved. Therefore, the
objective of this paper is to develop a fast ANN based edge detection algorithm for MRI medical images.
First, we developed features based on horizontal, vertical, and diagonal difference. Then, Canny edge
detector will be used as the training output. Finally, optimized parameters will be obtained, including
number of hidden layers and output threshold. The edge detection image will be analysed its quality
subjectively and computational. Results showed that the proposed algorithm provided better image quality
while it has faster processing time around three times time compared to other traditional algorithms, such
as Sobel and Canny edge detector.
Keywords: MRI images; artificial neural network; edge detection; Canny edge detector
Copyright © 2017 Institute of Advanced Engineering and Science. All rights reserved.
1. Introduction
Nowadays, magnetic resonance imaging (MRI) is one of the most important imaging
technique to obtain a medical image with high contrast. In addition, MRI acquisition device could
be controlled to provide different gray levels for different tissues, and it provides higher contrast
compared to computerized tomography (CT). MRI scanning is relatively safe and can be used
as many times as required. It is based on the hydrogen nucleus due to their abundance amount
in the human body and their magnetic resonance sensitivity [1].
Artificial Neural Network (ANN) has been successfully used in many computer-aided
diagnosis of medical imaging [2]. Moreover, medical image segmentation and edge detection
remains an important problem for all medical imaging applications, in which any computer
assisted diagnosis will require edge detection and other techniques, such as watershed, snake
modelling, region growing, and contour detection [2]. Additionally, ANN has been utilized to
exploit its learning capability and training mechanisms to classify medical images into content
consistent regions to complete segmentation as well as edge detection [3].
There are many researches have been conducted on edge detection or edge features
for medical image segmentation [4] as well as encryption [5]. In [6], spiking neural network
(SNN) has been used for medical image segmentation and edge detection. SNN has lower
computational requirement and add temporal dimension to the representation capacity and the
processing abilities of neural networks. In other research, cellular neural network has been used
 ISSN: 2502-4752
IJEECS Vol. 7, No. 1, July 2017 : 123 – 130
124
for edge detection of noisy images [7]. Beside ANN, many other algorithms have been
developed for edge detection, such as intensity gradient and texture gradient features [8],
cellular automata based tumor segmentation [9], optimized Canny edge detector [10], active
contour model [11], wavelet threshold [12], and graph theory [13]. Due to its high computational
cost, the edge detection algorithms could be parallelized as described in [14] into a cluster
computer.
Although many algorithms have been conducted on edge detection for medical images,
however higher computational cost and subjective image quality could be further improved.
Therefore, the objective of this paper is to develop a fast ANN based edge detection algorithm
for MRI medical images. First, we developed features based on horizontal, vertical, and
diagonal difference. Then, Canny edge detector will be used as the training output. Finally,
optimized parameters will be obtained, including number of hidden layers and output threshold.
The edge detection image will be analysed its quality subjectively and computational time
compared to other traditional algorithms, such as Canny, Sobel, Prewitt, Roberts, Zerocross,
and Laplacian of Gaussian (LoG). Results showed that the proposed algorithm provided better
image quality while it has faster processing time around three times.
2. Proposed Features for ANN Based Edge Detection Algorithm
Previous researches used rather complex features for ANN training and testing. In this
research, we propose a rather simple feature extraction using gray level values of an MRI
medical images and extracted its horizontal (dx), vertical (dy), and diagonal (dz) differences as
shown in Figure 1. This feature extraction could be further extended to include the difference in
the opposite directions (3x3 neighbourhood). However, this will implied higher computational
cost despite higher edge quality.
Figure 1. Proposed Difference Features for ANN based Edge Detection Algorithm
Figure 1 shows that grayscale MRI image is used to extract the difference features.
Supposte that we have a grayscale MRI image I(x,y) with size of M by N pixels. For every pixel
position ( Mi ,,1 and Nj ,,1 ) we calculate three difference features, i.e. horizontal
(dx), vertical (dy), and diagonal (dz), as shown in Equation (1)-(3).
      jijiIjiIjidx ,,,1,,  (1)
      jijiIjiIjidy ,,,,1,  (2)
      jijiIjiIjidz ,,,1,1,  (3)
IJEECS ISSN: 2502-4752 
Artificial Neural Network Based Fast Edge Detection Algorithm for… (Teddy Surya Gunawan)
125
We further normalize the feature vector by dividing with the maximum of image
grayscale value, i.e. 255, so that the feature value will be between -1 and 1. These three
features are then combined into feature vector m for the training and/or testing of ANN, as
shown in Equation (4).











dz
dy
dx
m (4)
3. Proposed ANN Based Edge Detection Algorithm
3.1. Output of Canny Edge Detector for ANN Training
Of the various traditional edge detection algorithm, Canny edge detector is a derivative
of the Gaussian function and is one the best edge detectors for its low error rate and strong
denoising capability [5, 10] as shown in Figure 2. An MRI image is firstly smoothed by Gaussian
filter. Then, intensity gradients of the image is obtained using convolution masks of other edge
detectors, i.e. Sobel or Prewitt detectors. Next, it calculates the gradient approximations and the
directions by non-maxima suppression, and uses the double-thresholding algorithm to detect
and link edges. The performance of Canny algorithm depends heavily on the selected threshold
values as well as on parameter of Gaussian filter . Parameter  controls the size of the
Gaussian filter, the larger the value, the larger the size of Gaussian filter and the more blur the
image, vice versa. In this research, we utilize the output of Canny edge detector as the output
training for our proposed ANN in which feature vector m is used as the input of ANN.
(a) Original Brain MRI Image (b) Prewitt Edge Detector (c) Robert Gradient Operator
(d) Laplacian of Gaussian (e) Sobel Operator (f) Canny Edge Detector
Figure 2. Comparison of Various Edge Detection Algorithms for MRI Brain Image
3.2. Implementation of ANN
Figure 3 shows the proposed feed-forward neural network with 1 input layer with 3
neurons (the same size with feature vector m), 1 hidden layer (number of neurons can be varied
 ISSN: 2502-4752
IJEECS Vol. 7, No. 1, July 2017 : 123 – 130
126
and it will be part of experimentations), and 1 output layer with 1 neuron with one threshold
variable, T. The output layer is using satlins transfer function which limits the output value y to
be between -1 and 1. To determine the final value, we then threshold the output of neural
network, so that it will be 0 (no edge) or 1 (edge), as follows:
 






Tyif
Tyif
yf
0
1
(4)
As the training output, we used the output from canny edge detector (0 indicates no
edge while 1 indicates edge). The neural network structure is shown in Figure 3. The threshold
value, type of training function, and number of hidden layer is varied and simulated to obtain the
best parameter for the most efficient results.
Figure 3. Proposed Feed-forward Neural Network Structure for Edge Detection
To find the optimum parameters, we trained the network using three different training
functions which are Levenberg-Marquardt Backpropagation (trainlm), Resilient Backpropagation
(trainrp), and Gradient Descent Backpropagation (traingd). For every training function, the
threshold T also are varied heuristically to find the optimum threshold. Additionally, the number
of neurons contained in the hidden layer is varied with using the optimum threshold obtain
earlier.
4. Results and Discussion
4.1. Experimental Setup
Table 1. MRI Image Database
Image # Image Details Size (pixels) Image # Image Details Size
(pixels)
Image1 Horse Brain 300 x 300 Image21 Human Knee (Side) 350 x 350
Image2 Horse Foot 300 x 300 Image22 Human Brain (Back) 386 x 386
Image3 Human Knee (Side) 500 x 500 Image23 Human Brain (Top) 536 x 538
Image4 Human Brain (Top) 512 x 512 Image24 Human Brain (Side) 717 x 717
Image5 Human Spine 1024 x 1024 Image25 Human Brain (Side) 400 x 400
Image6 Human Brain (Back) 512 x 512 Image26 Corn 600 x 600
Image7 Human Brain (Top) 512 x 512 Image27 Human Spine 512 x 512
Image8 Human Ankle 500 x 498 Image28 Human Brain (Top) 512 x 512
Image9 Baby In Womb 756 x 756 Image29 Human Brain (Side) 512 x 512
Image10 Human Brain (Top) 586 x 586 Image30 Human Knee 512 x 512
Image11 Cucumber 500 x 500 Image31 Rodent Brain (Top) 560 x 560
Image12 Human Brain (Back) 512 x 512 Image32 Human Neck (Side) 336 x 337
Image13 Human Foot 512 x 512 Image33 Human Neck (Front) 512 x 512
Image14 Human Foot 512 x 512 Image34 Human Spine (Front) 605 x 605
Image15 Human Brain (Side) 3543 x 3543 Image35 Human Shoulder 300 x 300
Image16 Human Knee (Side) 600 x 600 Image36 Human Ankle 575 x 575
Image17 Human Brain (Side) 600 x 600 Image37 Human Brain (Side) 626 x 626
Image18 Human Brain (Top) 225 x 225 Image38 Human Brain (Top) 300 x 300
Image19 Human Spine 300 x 300 Image39 Human Brain (Side) 512 x 512
Image20 Human Knee (Top) 350 x 350 Image40 Human Brain (Back) 400 x 400
IJEECS ISSN: 2502-4752 
Artificial Neural Network Based Fast Edge Detection Algorithm for… (Teddy Surya Gunawan)
127
Table 1 shows the MRI image database consists of 40 MRI images with various size, in
which the first 24 images (60%) will be used for training, and the last 16 images (40%) will be
used for testing. During the training stage, three parameters are varied, including training
functions, number of hidden layers, and output threshold. The image output as well as the
performance are then recorded. By observation, the set of parameters that provides the best
result and performance are selected and utilized in the testing stage. The proposed algorithm
was implemented using Matlab R2017a on Microsoft Windows 10 64bits. The hardware used
was a computer with i7 Core, 16 GB RAM, and 1 TB hard disk.
4.2. Experiments on Various Training Functions, Number of Neurons in the Hidden Layer,
and Output Threshold.
These functions, i.e. trainlm, trainrp, and traingd, were used to train the neural network.
The number of neurons in the hidden layer were varied from 3 to 180, while the threshold value
was varied between 0.05 to 0.35. By observation, we selected the optimum parameters for each
training function as shown in Figure 4. Based on the mean squared error (mse), training time
(ttraining), and subjective image quality, trainlm function with T=0.1 and Nhidden=180 were selected
as the optimum.
(a) Canny edge detector (b) trainlm, with T=0.1, Nhidden=180,
mse=0.0525, ttraining=343 seconds
(b) trainrp with T=0.1, Nhidden=180,
mse=0.0527, ttraining=755 seconds
(c) traingd with T=0.1, Nhidden=10,
mse=0.341, ttraining=2752 seconds
Figure 4. Comparison of Various Training Functions
4.3. Experiments on The Testing Images
After the proposed neural network has been trained using the optimum parameters, it
will be tested with the last 40% of the MRI image database. Figure 5 shows an example of edge
detection results using Sobel, Canny, and the proposed ANN based algorithms for Image32 and
 ISSN: 2502-4752
IJEECS Vol. 7, No. 1, July 2017 : 123 – 130
128
Image34. The results showed that the proposed algorithm produces clearer image compared to
Sobel, not too sensitive as Canny without missing out the important edges.
(a) Image32 Human Neck (Side)
(b) Image34 Human Spine (Front)
Figure 5. Comparison of Sobel, Canny, and proposed ANN based edge detection algorithm
IJEECS ISSN: 2502-4752 
Artificial Neural Network Based Fast Edge Detection Algorithm for… (Teddy Surya Gunawan)
129
For comparison, we measured the time taken for three edge detection algorithms to
complete its processing, i.e. Sobel, Canny, and the proposed ANN algorithm. Table 2 shows the
comparison of processing time required for each algorithm. It can be concluded that the
proposed ANN based edge detection algorithm is faster by almost three times compared to
Sobel and Canny edge detectors.
Table 2. Processing Time Comparison for Various Edge Detection Algorithms
Method Time taken (ms)
Canny Edge Detector 0.0222
Sobel Edge Detector 0.0216
The Proposed ANN based Algorithm 0.0078
5. Conclusions and Future Works
This paper has presented the design and development of ANN based edge detection
algorithm for MRI medical images. First, we carefully designed the features that will be used as
the input to the ANN. Three features were selected which can capture the required edge
information, i.e. horizontal, vertical, and diagonal differences. Next, Canny edge detector was
selected as the output training for the proposed ANN. The structure of ANN was also analysed
by varying the training functions, number of neuron in the hidden layer, and the output
threshold. It was found that the Levenberg-Marquardt Backpropagation was the best training
function with number of neuron is 180 and the output threshold is 0.1. The trained ANN was
then tested using other images, in which the results showed that the output image produces
subjectively better and richer information compared to Sobel and Canny edge detectors.
Furthermore, the computational cost for the proposed algorithm was smaller by almost three
times compared to the traditional algorithms. Further research could be conducted on the use of
deep neural network based edge detection algorithm with other modalities of medical images.
Acknowledgements
This research has been supported by International Islamic University Malaysia
Research Grant, RIGS16-336-0500.
References
[1] MA Balafar, A. R. Ramli, M. I. Saripan, and S. Mashohor, "Review of brain MRI image segmentation
methods," Artificial Intelligence Review, vol. 33, pp. 261-274, 2010.
[2] J. Jiang, P. Trundle, and J. Ren, "Medical image analysis with artificial neural networks,"
Computerized Medical Imaging and Graphics, vol. 34, pp. 617-631, 2010.
[3] C.-Y. Chang, "Contextual-based Hopfield neural network for medical image edge detection," Optical
Engineering, vol. 45, pp. 037006-037006-9, 2006.
[4] A. Khadidos, V. Sanchez, and C.-T. Li, "Weighted level set evolution based on local edge features for
medical image segmentation," IEEE Transactions on Image Processing, vol. 26, pp. 1979-1991,
2017.
[5] W. Cao, Y. Zhou, C. P. Chen, and L. Xia, "Medical image encryption using edge maps," Signal
Processing, vol. 132, pp. 96-109, 2017.
[6] B. Meftah, O. Lezoray, and A. Benyettou, "Segmentation and edge detection based on spiking neural
network model," Neural Processing Letters, vol. 32, pp. 131-146, 2010.
[7] H. Li, X. Liao, C. Li, H. Huang, and C. Li, "Edge detection of noisy images based on cellular neural
networks," Communications in Nonlinear Science and Numerical Simulation, vol. 16, pp. 3746-3759,
2011.
[8] K. Somkantha, N. Theera-Umpon, and S. Auephanwiriyakul, "Boundary detection in medical images
using edge following algorithm based on intensity gradient and texture gradient features," IEEE
transactions on biomedical engineering, vol. 58, pp. 567-573, 2011.
[9] A. Hamamci, N. Kucuk, K. Karaman, K. Engin, and G. Unal, "Tumor-cut: segmentation of brain
tumors on contrast enhanced MR images for radiosurgery applications," IEEE transactions on
medical imaging, vol. 31, pp. 790-804, 2012.
[10] M. Nikolic, E. Tuba, and M. Tuba, "Edge detection in medical ultrasound images using adjusted
Canny edge detection algorithm," in Telecommunications Forum (TELFOR), 2016 24th, pp. 1-4,
2016.
 ISSN: 2502-4752
IJEECS Vol. 7, No. 1, July 2017 : 123 – 130
130
[11] A. Pratondo, C.-K. Chui, and S.-H. Ong, "Robust edge-stop functions for edge-based active contour
models in medical image segmentation," IEEE Signal Processing Letters, vol. 23, pp. 222-226, 2016.
[12] B. Huang and Y. Jiao, "A New Adaptive Threshold Image-Denoising Method Based on Edge
Detection," Indonesian Journal of Electrical Engineering and Computer Science, vol. 12, pp. 3509-
3514, 2014.
[13] Y. Ting, G. Mingxing, and W. Yanming, "Ultrasound image segmentation based on the mean-shift
and graph cuts theory," Indonesian Journal of Electrical Engineering and Computer Science, vol. 11,
pp. 5600-5608, 2013.
[14] T. S. Gunawan and E. A. Bacar, "Parallel algorithms for edge detection on cluster computer," in
Selected readings in computing and telecommunications, M. Kartiwi, T. S. Gunawan, and A. H. A.
Hashim, Eds. Kuala Lumpur: IIUM Press, 2011.

More Related Content

What's hot

Automatic target detection in
Automatic target detection inAutomatic target detection in
Automatic target detection inijistjournal
 
Edge detection by using lookup table
Edge detection by using lookup tableEdge detection by using lookup table
Edge detection by using lookup tableeSAT Journals
 
Image Compression and Reconstruction Using Artificial Neural Network
Image Compression and Reconstruction Using Artificial Neural NetworkImage Compression and Reconstruction Using Artificial Neural Network
Image Compression and Reconstruction Using Artificial Neural NetworkIRJET Journal
 
A new gridding technique for high density microarray
A new gridding technique for high density microarrayA new gridding technique for high density microarray
A new gridding technique for high density microarrayAlexander Decker
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
Digital image processing for camera application in mobile devices using artif...
Digital image processing for camera application in mobile devices using artif...Digital image processing for camera application in mobile devices using artif...
Digital image processing for camera application in mobile devices using artif...Alexander Decker
 
Effective segmentation of sclera, iris and pupil in noisy eye images
Effective segmentation of sclera, iris and pupil in noisy eye imagesEffective segmentation of sclera, iris and pupil in noisy eye images
Effective segmentation of sclera, iris and pupil in noisy eye imagesTELKOMNIKA JOURNAL
 
Optimization of Macro Block Size for Adaptive Rood Pattern Search Block Match...
Optimization of Macro Block Size for Adaptive Rood Pattern Search Block Match...Optimization of Macro Block Size for Adaptive Rood Pattern Search Block Match...
Optimization of Macro Block Size for Adaptive Rood Pattern Search Block Match...IJERA Editor
 
Comparison of Segmentation Algorithms and Estimation of Optimal Segmentation ...
Comparison of Segmentation Algorithms and Estimation of Optimal Segmentation ...Comparison of Segmentation Algorithms and Estimation of Optimal Segmentation ...
Comparison of Segmentation Algorithms and Estimation of Optimal Segmentation ...Pinaki Ranjan Sarkar
 
AN ENHANCED EDGE ADAPTIVE STEGANOGRAPHY APPROACH USING THRESHOLD VALUE FOR RE...
AN ENHANCED EDGE ADAPTIVE STEGANOGRAPHY APPROACH USING THRESHOLD VALUE FOR RE...AN ENHANCED EDGE ADAPTIVE STEGANOGRAPHY APPROACH USING THRESHOLD VALUE FOR RE...
AN ENHANCED EDGE ADAPTIVE STEGANOGRAPHY APPROACH USING THRESHOLD VALUE FOR RE...ijcsa
 
Implementing Tumor Detection and Area Calculation in Mri Image of Human Brain...
Implementing Tumor Detection and Area Calculation in Mri Image of Human Brain...Implementing Tumor Detection and Area Calculation in Mri Image of Human Brain...
Implementing Tumor Detection and Area Calculation in Mri Image of Human Brain...IJERA Editor
 
PERFORMANCE ANALYSIS OF TEXTURE IMAGE RETRIEVAL FOR CURVELET, CONTOURLET TRAN...
PERFORMANCE ANALYSIS OF TEXTURE IMAGE RETRIEVAL FOR CURVELET, CONTOURLET TRAN...PERFORMANCE ANALYSIS OF TEXTURE IMAGE RETRIEVAL FOR CURVELET, CONTOURLET TRAN...
PERFORMANCE ANALYSIS OF TEXTURE IMAGE RETRIEVAL FOR CURVELET, CONTOURLET TRAN...ijfcstjournal
 
Segmentation and Classification of MRI Brain Tumor
Segmentation and Classification of MRI Brain TumorSegmentation and Classification of MRI Brain Tumor
Segmentation and Classification of MRI Brain TumorIRJET Journal
 

What's hot (17)

Automatic target detection in
Automatic target detection inAutomatic target detection in
Automatic target detection in
 
Edge detection by using lookup table
Edge detection by using lookup tableEdge detection by using lookup table
Edge detection by using lookup table
 
Image Compression and Reconstruction Using Artificial Neural Network
Image Compression and Reconstruction Using Artificial Neural NetworkImage Compression and Reconstruction Using Artificial Neural Network
Image Compression and Reconstruction Using Artificial Neural Network
 
Gr3511821184
Gr3511821184Gr3511821184
Gr3511821184
 
A new gridding technique for high density microarray
A new gridding technique for high density microarrayA new gridding technique for high density microarray
A new gridding technique for high density microarray
 
Az33298300
Az33298300Az33298300
Az33298300
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)
 
Digital image processing for camera application in mobile devices using artif...
Digital image processing for camera application in mobile devices using artif...Digital image processing for camera application in mobile devices using artif...
Digital image processing for camera application in mobile devices using artif...
 
D45012128
D45012128D45012128
D45012128
 
Effective segmentation of sclera, iris and pupil in noisy eye images
Effective segmentation of sclera, iris and pupil in noisy eye imagesEffective segmentation of sclera, iris and pupil in noisy eye images
Effective segmentation of sclera, iris and pupil in noisy eye images
 
Optimization of Macro Block Size for Adaptive Rood Pattern Search Block Match...
Optimization of Macro Block Size for Adaptive Rood Pattern Search Block Match...Optimization of Macro Block Size for Adaptive Rood Pattern Search Block Match...
Optimization of Macro Block Size for Adaptive Rood Pattern Search Block Match...
 
Comparison of Segmentation Algorithms and Estimation of Optimal Segmentation ...
Comparison of Segmentation Algorithms and Estimation of Optimal Segmentation ...Comparison of Segmentation Algorithms and Estimation of Optimal Segmentation ...
Comparison of Segmentation Algorithms and Estimation of Optimal Segmentation ...
 
AN ENHANCED EDGE ADAPTIVE STEGANOGRAPHY APPROACH USING THRESHOLD VALUE FOR RE...
AN ENHANCED EDGE ADAPTIVE STEGANOGRAPHY APPROACH USING THRESHOLD VALUE FOR RE...AN ENHANCED EDGE ADAPTIVE STEGANOGRAPHY APPROACH USING THRESHOLD VALUE FOR RE...
AN ENHANCED EDGE ADAPTIVE STEGANOGRAPHY APPROACH USING THRESHOLD VALUE FOR RE...
 
Implementing Tumor Detection and Area Calculation in Mri Image of Human Brain...
Implementing Tumor Detection and Area Calculation in Mri Image of Human Brain...Implementing Tumor Detection and Area Calculation in Mri Image of Human Brain...
Implementing Tumor Detection and Area Calculation in Mri Image of Human Brain...
 
PERFORMANCE ANALYSIS OF TEXTURE IMAGE RETRIEVAL FOR CURVELET, CONTOURLET TRAN...
PERFORMANCE ANALYSIS OF TEXTURE IMAGE RETRIEVAL FOR CURVELET, CONTOURLET TRAN...PERFORMANCE ANALYSIS OF TEXTURE IMAGE RETRIEVAL FOR CURVELET, CONTOURLET TRAN...
PERFORMANCE ANALYSIS OF TEXTURE IMAGE RETRIEVAL FOR CURVELET, CONTOURLET TRAN...
 
Segmentation and Classification of MRI Brain Tumor
Segmentation and Classification of MRI Brain TumorSegmentation and Classification of MRI Brain Tumor
Segmentation and Classification of MRI Brain Tumor
 
E010232227
E010232227E010232227
E010232227
 

Similar to 15 20 jul17 6jun 16151 gunawanedgenn jul17final(edit)n

76201966
7620196676201966
76201966IJRAT
 
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
 
AN ANN BASED BRAIN ABNORMALITY DETECTION USING MR IMAGES
AN ANN BASED BRAIN ABNORMALITY DETECTION USING MR IMAGESAN ANN BASED BRAIN ABNORMALITY DETECTION USING MR IMAGES
AN ANN BASED BRAIN ABNORMALITY DETECTION USING MR IMAGEScscpconf
 
USING SINGULAR VALUE DECOMPOSITION IN A CONVOLUTIONAL NEURAL NETWORK TO IMPRO...
USING SINGULAR VALUE DECOMPOSITION IN A CONVOLUTIONAL NEURAL NETWORK TO IMPRO...USING SINGULAR VALUE DECOMPOSITION IN A CONVOLUTIONAL NEURAL NETWORK TO IMPRO...
USING SINGULAR VALUE DECOMPOSITION IN A CONVOLUTIONAL NEURAL NETWORK TO IMPRO...ijcsit
 
Using Singular Value Decomposition in a Convolutional Neural Network to Impro...
Using Singular Value Decomposition in a Convolutional Neural Network to Impro...Using Singular Value Decomposition in a Convolutional Neural Network to Impro...
Using Singular Value Decomposition in a Convolutional Neural Network to Impro...AIRCC Publishing Corporation
 
D232430
D232430D232430
D232430irjes
 
Sparse Sampling in Digital Image Processing
Sparse Sampling in Digital Image ProcessingSparse Sampling in Digital Image Processing
Sparse Sampling in Digital Image ProcessingEswar Publications
 
International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)irjes
 
A novel automated identification of intima media thickness in ultrasound
A novel automated identification of intima media thickness in ultrasoundA novel automated identification of intima media thickness in ultrasound
A novel automated identification of intima media thickness in ultrasoundRaja Ram
 
A NOBEL HYBRID APPROACH FOR EDGE DETECTION
A NOBEL HYBRID APPROACH FOR EDGE  DETECTIONA NOBEL HYBRID APPROACH FOR EDGE  DETECTION
A NOBEL HYBRID APPROACH FOR EDGE DETECTIONijcses
 
Compressed sensing applications in image processing & communication (1)
Compressed sensing applications in image processing & communication (1)Compressed sensing applications in image processing & communication (1)
Compressed sensing applications in image processing & communication (1)Mayur Sevak
 
A new hybrid method for the segmentation of the brain mris
A new hybrid method for the segmentation of the brain mrisA new hybrid method for the segmentation of the brain mris
A new hybrid method for the segmentation of the brain mrissipij
 
Automatic Diagnosis of Abnormal Tumor Region from Brain Computed Tomography I...
Automatic Diagnosis of Abnormal Tumor Region from Brain Computed Tomography I...Automatic Diagnosis of Abnormal Tumor Region from Brain Computed Tomography I...
Automatic Diagnosis of Abnormal Tumor Region from Brain Computed Tomography I...ijcseit
 
Artificial neural network based cancer cell classification
Artificial neural network based cancer cell classificationArtificial neural network based cancer cell classification
Artificial neural network based cancer cell classificationAlexander Decker
 
11.artificial neural network based cancer cell classification
11.artificial neural network based cancer cell classification11.artificial neural network based cancer cell classification
11.artificial neural network based cancer cell classificationAlexander Decker
 
Review of Classification algorithms for Brain MRI images
Review of Classification algorithms for Brain MRI imagesReview of Classification algorithms for Brain MRI images
Review of Classification algorithms for Brain MRI imagesIRJET Journal
 
11.texture feature based analysis of segmenting soft tissues from brain ct im...
11.texture feature based analysis of segmenting soft tissues from brain ct im...11.texture feature based analysis of segmenting soft tissues from brain ct im...
11.texture feature based analysis of segmenting soft tissues from brain ct im...Alexander Decker
 
Rigorous Pack Edge Detection Fuzzy System
Rigorous Pack Edge Detection Fuzzy SystemRigorous Pack Edge Detection Fuzzy System
Rigorous Pack Edge Detection Fuzzy Systeminventy
 
Design and development of pulmonary tuberculosis diagnosing system using image
Design and development of pulmonary tuberculosis diagnosing system using imageDesign and development of pulmonary tuberculosis diagnosing system using image
Design and development of pulmonary tuberculosis diagnosing system using imageIAEME Publication
 
10 Important AI Research Papers.pdf
10 Important AI Research Papers.pdf10 Important AI Research Papers.pdf
10 Important AI Research Papers.pdfLinda Garcia
 

Similar to 15 20 jul17 6jun 16151 gunawanedgenn jul17final(edit)n (20)

76201966
7620196676201966
76201966
 
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...
 
AN ANN BASED BRAIN ABNORMALITY DETECTION USING MR IMAGES
AN ANN BASED BRAIN ABNORMALITY DETECTION USING MR IMAGESAN ANN BASED BRAIN ABNORMALITY DETECTION USING MR IMAGES
AN ANN BASED BRAIN ABNORMALITY DETECTION USING MR IMAGES
 
USING SINGULAR VALUE DECOMPOSITION IN A CONVOLUTIONAL NEURAL NETWORK TO IMPRO...
USING SINGULAR VALUE DECOMPOSITION IN A CONVOLUTIONAL NEURAL NETWORK TO IMPRO...USING SINGULAR VALUE DECOMPOSITION IN A CONVOLUTIONAL NEURAL NETWORK TO IMPRO...
USING SINGULAR VALUE DECOMPOSITION IN A CONVOLUTIONAL NEURAL NETWORK TO IMPRO...
 
Using Singular Value Decomposition in a Convolutional Neural Network to Impro...
Using Singular Value Decomposition in a Convolutional Neural Network to Impro...Using Singular Value Decomposition in a Convolutional Neural Network to Impro...
Using Singular Value Decomposition in a Convolutional Neural Network to Impro...
 
D232430
D232430D232430
D232430
 
Sparse Sampling in Digital Image Processing
Sparse Sampling in Digital Image ProcessingSparse Sampling in Digital Image Processing
Sparse Sampling in Digital Image Processing
 
International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)
 
A novel automated identification of intima media thickness in ultrasound
A novel automated identification of intima media thickness in ultrasoundA novel automated identification of intima media thickness in ultrasound
A novel automated identification of intima media thickness in ultrasound
 
A NOBEL HYBRID APPROACH FOR EDGE DETECTION
A NOBEL HYBRID APPROACH FOR EDGE  DETECTIONA NOBEL HYBRID APPROACH FOR EDGE  DETECTION
A NOBEL HYBRID APPROACH FOR EDGE DETECTION
 
Compressed sensing applications in image processing & communication (1)
Compressed sensing applications in image processing & communication (1)Compressed sensing applications in image processing & communication (1)
Compressed sensing applications in image processing & communication (1)
 
A new hybrid method for the segmentation of the brain mris
A new hybrid method for the segmentation of the brain mrisA new hybrid method for the segmentation of the brain mris
A new hybrid method for the segmentation of the brain mris
 
Automatic Diagnosis of Abnormal Tumor Region from Brain Computed Tomography I...
Automatic Diagnosis of Abnormal Tumor Region from Brain Computed Tomography I...Automatic Diagnosis of Abnormal Tumor Region from Brain Computed Tomography I...
Automatic Diagnosis of Abnormal Tumor Region from Brain Computed Tomography I...
 
Artificial neural network based cancer cell classification
Artificial neural network based cancer cell classificationArtificial neural network based cancer cell classification
Artificial neural network based cancer cell classification
 
11.artificial neural network based cancer cell classification
11.artificial neural network based cancer cell classification11.artificial neural network based cancer cell classification
11.artificial neural network based cancer cell classification
 
Review of Classification algorithms for Brain MRI images
Review of Classification algorithms for Brain MRI imagesReview of Classification algorithms for Brain MRI images
Review of Classification algorithms for Brain MRI images
 
11.texture feature based analysis of segmenting soft tissues from brain ct im...
11.texture feature based analysis of segmenting soft tissues from brain ct im...11.texture feature based analysis of segmenting soft tissues from brain ct im...
11.texture feature based analysis of segmenting soft tissues from brain ct im...
 
Rigorous Pack Edge Detection Fuzzy System
Rigorous Pack Edge Detection Fuzzy SystemRigorous Pack Edge Detection Fuzzy System
Rigorous Pack Edge Detection Fuzzy System
 
Design and development of pulmonary tuberculosis diagnosing system using image
Design and development of pulmonary tuberculosis diagnosing system using imageDesign and development of pulmonary tuberculosis diagnosing system using image
Design and development of pulmonary tuberculosis diagnosing system using image
 
10 Important AI Research Papers.pdf
10 Important AI Research Papers.pdf10 Important AI Research Papers.pdf
10 Important AI Research Papers.pdf
 

More from IAESIJEECS

08 20314 electronic doorbell...
08 20314 electronic doorbell...08 20314 electronic doorbell...
08 20314 electronic doorbell...IAESIJEECS
 
07 20278 augmented reality...
07 20278 augmented reality...07 20278 augmented reality...
07 20278 augmented reality...IAESIJEECS
 
06 17443 an neuro fuzzy...
06 17443 an neuro fuzzy...06 17443 an neuro fuzzy...
06 17443 an neuro fuzzy...IAESIJEECS
 
05 20275 computational solution...
05 20275 computational solution...05 20275 computational solution...
05 20275 computational solution...IAESIJEECS
 
04 20268 power loss reduction ...
04 20268 power loss reduction ...04 20268 power loss reduction ...
04 20268 power loss reduction ...IAESIJEECS
 
03 20237 arduino based gas-
03 20237 arduino based gas-03 20237 arduino based gas-
03 20237 arduino based gas-IAESIJEECS
 
02 20274 improved ichi square...
02 20274 improved ichi square...02 20274 improved ichi square...
02 20274 improved ichi square...IAESIJEECS
 
01 20264 diminution of real power...
01 20264 diminution of real power...01 20264 diminution of real power...
01 20264 diminution of real power...IAESIJEECS
 
08 20272 academic insight on application
08 20272 academic insight on application08 20272 academic insight on application
08 20272 academic insight on applicationIAESIJEECS
 
07 20252 cloud computing survey
07 20252 cloud computing survey07 20252 cloud computing survey
07 20252 cloud computing surveyIAESIJEECS
 
06 20273 37746-1-ed
06 20273 37746-1-ed06 20273 37746-1-ed
06 20273 37746-1-edIAESIJEECS
 
05 20261 real power loss reduction
05 20261 real power loss reduction05 20261 real power loss reduction
05 20261 real power loss reductionIAESIJEECS
 
04 20259 real power loss
04 20259 real power loss04 20259 real power loss
04 20259 real power lossIAESIJEECS
 
03 20270 true power loss reduction
03 20270 true power loss reduction03 20270 true power loss reduction
03 20270 true power loss reductionIAESIJEECS
 
02 15034 neural network
02 15034 neural network02 15034 neural network
02 15034 neural networkIAESIJEECS
 
01 8445 speech enhancement
01 8445 speech enhancement01 8445 speech enhancement
01 8445 speech enhancementIAESIJEECS
 
08 17079 ijict
08 17079 ijict08 17079 ijict
08 17079 ijictIAESIJEECS
 
07 20269 ijict
07 20269 ijict07 20269 ijict
07 20269 ijictIAESIJEECS
 
06 10154 ijict
06 10154 ijict06 10154 ijict
06 10154 ijictIAESIJEECS
 
05 20255 ijict
05 20255 ijict05 20255 ijict
05 20255 ijictIAESIJEECS
 

More from IAESIJEECS (20)

08 20314 electronic doorbell...
08 20314 electronic doorbell...08 20314 electronic doorbell...
08 20314 electronic doorbell...
 
07 20278 augmented reality...
07 20278 augmented reality...07 20278 augmented reality...
07 20278 augmented reality...
 
06 17443 an neuro fuzzy...
06 17443 an neuro fuzzy...06 17443 an neuro fuzzy...
06 17443 an neuro fuzzy...
 
05 20275 computational solution...
05 20275 computational solution...05 20275 computational solution...
05 20275 computational solution...
 
04 20268 power loss reduction ...
04 20268 power loss reduction ...04 20268 power loss reduction ...
04 20268 power loss reduction ...
 
03 20237 arduino based gas-
03 20237 arduino based gas-03 20237 arduino based gas-
03 20237 arduino based gas-
 
02 20274 improved ichi square...
02 20274 improved ichi square...02 20274 improved ichi square...
02 20274 improved ichi square...
 
01 20264 diminution of real power...
01 20264 diminution of real power...01 20264 diminution of real power...
01 20264 diminution of real power...
 
08 20272 academic insight on application
08 20272 academic insight on application08 20272 academic insight on application
08 20272 academic insight on application
 
07 20252 cloud computing survey
07 20252 cloud computing survey07 20252 cloud computing survey
07 20252 cloud computing survey
 
06 20273 37746-1-ed
06 20273 37746-1-ed06 20273 37746-1-ed
06 20273 37746-1-ed
 
05 20261 real power loss reduction
05 20261 real power loss reduction05 20261 real power loss reduction
05 20261 real power loss reduction
 
04 20259 real power loss
04 20259 real power loss04 20259 real power loss
04 20259 real power loss
 
03 20270 true power loss reduction
03 20270 true power loss reduction03 20270 true power loss reduction
03 20270 true power loss reduction
 
02 15034 neural network
02 15034 neural network02 15034 neural network
02 15034 neural network
 
01 8445 speech enhancement
01 8445 speech enhancement01 8445 speech enhancement
01 8445 speech enhancement
 
08 17079 ijict
08 17079 ijict08 17079 ijict
08 17079 ijict
 
07 20269 ijict
07 20269 ijict07 20269 ijict
07 20269 ijict
 
06 10154 ijict
06 10154 ijict06 10154 ijict
06 10154 ijict
 
05 20255 ijict
05 20255 ijict05 20255 ijict
05 20255 ijict
 

Recently uploaded

UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
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
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
(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
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
(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
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
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
 

Recently uploaded (20)

UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
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
 
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
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
(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...
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
★ 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
 
(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
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
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)
 

15 20 jul17 6jun 16151 gunawanedgenn jul17final(edit)n

  • 1. Indonesian Journal of Electrical Engineering and Computer Science Vol. 7, No. 1, July 2017, pp. 123 ~ 130 DOI: 10.11591/ijeecs.v7.i1.pp123-130  123 Received March 11, 2017; Revised May 24, 2017; Accepted June 8, 2017 Artificial Neural Network Based Fast Edge Detection Algorithm for MRI Medical Images Teddy Surya Gunawan* 1 , Iza Zayana Yaacob 2 , Mira Kartiwi 3 , Nanang Ismail 4 , Nor Farahidah Za’bah 5 , Hasmah Mansor 6 1,2,5,6 Department of Electrical and Computer Engineering, Kulliyyah of Engineering 3, Department of Information Systems, Kulliyyah of ICT, International Islamic University Malaysia, Jalan Gombak, 53100 Kuala Lumpur, Malaysia, (+603) 6196 4521 4 Electrical Engineering Department, Faculty of Science and Technology, Universitas Islam Negeri Sunan Gunung Djati, Bandung, Indonesia *Corresponding author, e-mail: tsgunawan@iium.edu.my, tsgunawan@gmail.com Abstract Currently, magnetic resonance imaging (MRI) has been utilized extensively to obtain high contrast medical image due to its safety which can be applied repetitively. To extract important information from an MRI medical images, an efficient image segmentation or edge detection is required. Edges are represented as important contour features in the medical image since they are the boundaries where distinct intensity changes or discontinuities occur. However, in practices, it is found rather difficult to design an edge detector that is capable of finding all the true edges in an image as there is always noise, and the subjectivity of sensitiveness in detecting the edges. Many traditional algorithms have been proposed to detect the edge, such as Canny, Sobel, Prewitt, Roberts, Zerocross, and Laplacian of Gaussian (LoG). Moreover, many researches have shown the potential of using Artificial Neural Network (ANN) for edge detection. Although many algorithms have been conducted on edge detection for medical images, however higher computational cost and subjective image quality could be further improved. Therefore, the objective of this paper is to develop a fast ANN based edge detection algorithm for MRI medical images. First, we developed features based on horizontal, vertical, and diagonal difference. Then, Canny edge detector will be used as the training output. Finally, optimized parameters will be obtained, including number of hidden layers and output threshold. The edge detection image will be analysed its quality subjectively and computational. Results showed that the proposed algorithm provided better image quality while it has faster processing time around three times time compared to other traditional algorithms, such as Sobel and Canny edge detector. Keywords: MRI images; artificial neural network; edge detection; Canny edge detector Copyright © 2017 Institute of Advanced Engineering and Science. All rights reserved. 1. Introduction Nowadays, magnetic resonance imaging (MRI) is one of the most important imaging technique to obtain a medical image with high contrast. In addition, MRI acquisition device could be controlled to provide different gray levels for different tissues, and it provides higher contrast compared to computerized tomography (CT). MRI scanning is relatively safe and can be used as many times as required. It is based on the hydrogen nucleus due to their abundance amount in the human body and their magnetic resonance sensitivity [1]. Artificial Neural Network (ANN) has been successfully used in many computer-aided diagnosis of medical imaging [2]. Moreover, medical image segmentation and edge detection remains an important problem for all medical imaging applications, in which any computer assisted diagnosis will require edge detection and other techniques, such as watershed, snake modelling, region growing, and contour detection [2]. Additionally, ANN has been utilized to exploit its learning capability and training mechanisms to classify medical images into content consistent regions to complete segmentation as well as edge detection [3]. There are many researches have been conducted on edge detection or edge features for medical image segmentation [4] as well as encryption [5]. In [6], spiking neural network (SNN) has been used for medical image segmentation and edge detection. SNN has lower computational requirement and add temporal dimension to the representation capacity and the processing abilities of neural networks. In other research, cellular neural network has been used
  • 2.  ISSN: 2502-4752 IJEECS Vol. 7, No. 1, July 2017 : 123 – 130 124 for edge detection of noisy images [7]. Beside ANN, many other algorithms have been developed for edge detection, such as intensity gradient and texture gradient features [8], cellular automata based tumor segmentation [9], optimized Canny edge detector [10], active contour model [11], wavelet threshold [12], and graph theory [13]. Due to its high computational cost, the edge detection algorithms could be parallelized as described in [14] into a cluster computer. Although many algorithms have been conducted on edge detection for medical images, however higher computational cost and subjective image quality could be further improved. Therefore, the objective of this paper is to develop a fast ANN based edge detection algorithm for MRI medical images. First, we developed features based on horizontal, vertical, and diagonal difference. Then, Canny edge detector will be used as the training output. Finally, optimized parameters will be obtained, including number of hidden layers and output threshold. The edge detection image will be analysed its quality subjectively and computational time compared to other traditional algorithms, such as Canny, Sobel, Prewitt, Roberts, Zerocross, and Laplacian of Gaussian (LoG). Results showed that the proposed algorithm provided better image quality while it has faster processing time around three times. 2. Proposed Features for ANN Based Edge Detection Algorithm Previous researches used rather complex features for ANN training and testing. In this research, we propose a rather simple feature extraction using gray level values of an MRI medical images and extracted its horizontal (dx), vertical (dy), and diagonal (dz) differences as shown in Figure 1. This feature extraction could be further extended to include the difference in the opposite directions (3x3 neighbourhood). However, this will implied higher computational cost despite higher edge quality. Figure 1. Proposed Difference Features for ANN based Edge Detection Algorithm Figure 1 shows that grayscale MRI image is used to extract the difference features. Supposte that we have a grayscale MRI image I(x,y) with size of M by N pixels. For every pixel position ( Mi ,,1 and Nj ,,1 ) we calculate three difference features, i.e. horizontal (dx), vertical (dy), and diagonal (dz), as shown in Equation (1)-(3).       jijiIjiIjidx ,,,1,,  (1)       jijiIjiIjidy ,,,,1,  (2)       jijiIjiIjidz ,,,1,1,  (3)
  • 3. IJEECS ISSN: 2502-4752  Artificial Neural Network Based Fast Edge Detection Algorithm for… (Teddy Surya Gunawan) 125 We further normalize the feature vector by dividing with the maximum of image grayscale value, i.e. 255, so that the feature value will be between -1 and 1. These three features are then combined into feature vector m for the training and/or testing of ANN, as shown in Equation (4).            dz dy dx m (4) 3. Proposed ANN Based Edge Detection Algorithm 3.1. Output of Canny Edge Detector for ANN Training Of the various traditional edge detection algorithm, Canny edge detector is a derivative of the Gaussian function and is one the best edge detectors for its low error rate and strong denoising capability [5, 10] as shown in Figure 2. An MRI image is firstly smoothed by Gaussian filter. Then, intensity gradients of the image is obtained using convolution masks of other edge detectors, i.e. Sobel or Prewitt detectors. Next, it calculates the gradient approximations and the directions by non-maxima suppression, and uses the double-thresholding algorithm to detect and link edges. The performance of Canny algorithm depends heavily on the selected threshold values as well as on parameter of Gaussian filter . Parameter  controls the size of the Gaussian filter, the larger the value, the larger the size of Gaussian filter and the more blur the image, vice versa. In this research, we utilize the output of Canny edge detector as the output training for our proposed ANN in which feature vector m is used as the input of ANN. (a) Original Brain MRI Image (b) Prewitt Edge Detector (c) Robert Gradient Operator (d) Laplacian of Gaussian (e) Sobel Operator (f) Canny Edge Detector Figure 2. Comparison of Various Edge Detection Algorithms for MRI Brain Image 3.2. Implementation of ANN Figure 3 shows the proposed feed-forward neural network with 1 input layer with 3 neurons (the same size with feature vector m), 1 hidden layer (number of neurons can be varied
  • 4.  ISSN: 2502-4752 IJEECS Vol. 7, No. 1, July 2017 : 123 – 130 126 and it will be part of experimentations), and 1 output layer with 1 neuron with one threshold variable, T. The output layer is using satlins transfer function which limits the output value y to be between -1 and 1. To determine the final value, we then threshold the output of neural network, so that it will be 0 (no edge) or 1 (edge), as follows:         Tyif Tyif yf 0 1 (4) As the training output, we used the output from canny edge detector (0 indicates no edge while 1 indicates edge). The neural network structure is shown in Figure 3. The threshold value, type of training function, and number of hidden layer is varied and simulated to obtain the best parameter for the most efficient results. Figure 3. Proposed Feed-forward Neural Network Structure for Edge Detection To find the optimum parameters, we trained the network using three different training functions which are Levenberg-Marquardt Backpropagation (trainlm), Resilient Backpropagation (trainrp), and Gradient Descent Backpropagation (traingd). For every training function, the threshold T also are varied heuristically to find the optimum threshold. Additionally, the number of neurons contained in the hidden layer is varied with using the optimum threshold obtain earlier. 4. Results and Discussion 4.1. Experimental Setup Table 1. MRI Image Database Image # Image Details Size (pixels) Image # Image Details Size (pixels) Image1 Horse Brain 300 x 300 Image21 Human Knee (Side) 350 x 350 Image2 Horse Foot 300 x 300 Image22 Human Brain (Back) 386 x 386 Image3 Human Knee (Side) 500 x 500 Image23 Human Brain (Top) 536 x 538 Image4 Human Brain (Top) 512 x 512 Image24 Human Brain (Side) 717 x 717 Image5 Human Spine 1024 x 1024 Image25 Human Brain (Side) 400 x 400 Image6 Human Brain (Back) 512 x 512 Image26 Corn 600 x 600 Image7 Human Brain (Top) 512 x 512 Image27 Human Spine 512 x 512 Image8 Human Ankle 500 x 498 Image28 Human Brain (Top) 512 x 512 Image9 Baby In Womb 756 x 756 Image29 Human Brain (Side) 512 x 512 Image10 Human Brain (Top) 586 x 586 Image30 Human Knee 512 x 512 Image11 Cucumber 500 x 500 Image31 Rodent Brain (Top) 560 x 560 Image12 Human Brain (Back) 512 x 512 Image32 Human Neck (Side) 336 x 337 Image13 Human Foot 512 x 512 Image33 Human Neck (Front) 512 x 512 Image14 Human Foot 512 x 512 Image34 Human Spine (Front) 605 x 605 Image15 Human Brain (Side) 3543 x 3543 Image35 Human Shoulder 300 x 300 Image16 Human Knee (Side) 600 x 600 Image36 Human Ankle 575 x 575 Image17 Human Brain (Side) 600 x 600 Image37 Human Brain (Side) 626 x 626 Image18 Human Brain (Top) 225 x 225 Image38 Human Brain (Top) 300 x 300 Image19 Human Spine 300 x 300 Image39 Human Brain (Side) 512 x 512 Image20 Human Knee (Top) 350 x 350 Image40 Human Brain (Back) 400 x 400
  • 5. IJEECS ISSN: 2502-4752  Artificial Neural Network Based Fast Edge Detection Algorithm for… (Teddy Surya Gunawan) 127 Table 1 shows the MRI image database consists of 40 MRI images with various size, in which the first 24 images (60%) will be used for training, and the last 16 images (40%) will be used for testing. During the training stage, three parameters are varied, including training functions, number of hidden layers, and output threshold. The image output as well as the performance are then recorded. By observation, the set of parameters that provides the best result and performance are selected and utilized in the testing stage. The proposed algorithm was implemented using Matlab R2017a on Microsoft Windows 10 64bits. The hardware used was a computer with i7 Core, 16 GB RAM, and 1 TB hard disk. 4.2. Experiments on Various Training Functions, Number of Neurons in the Hidden Layer, and Output Threshold. These functions, i.e. trainlm, trainrp, and traingd, were used to train the neural network. The number of neurons in the hidden layer were varied from 3 to 180, while the threshold value was varied between 0.05 to 0.35. By observation, we selected the optimum parameters for each training function as shown in Figure 4. Based on the mean squared error (mse), training time (ttraining), and subjective image quality, trainlm function with T=0.1 and Nhidden=180 were selected as the optimum. (a) Canny edge detector (b) trainlm, with T=0.1, Nhidden=180, mse=0.0525, ttraining=343 seconds (b) trainrp with T=0.1, Nhidden=180, mse=0.0527, ttraining=755 seconds (c) traingd with T=0.1, Nhidden=10, mse=0.341, ttraining=2752 seconds Figure 4. Comparison of Various Training Functions 4.3. Experiments on The Testing Images After the proposed neural network has been trained using the optimum parameters, it will be tested with the last 40% of the MRI image database. Figure 5 shows an example of edge detection results using Sobel, Canny, and the proposed ANN based algorithms for Image32 and
  • 6.  ISSN: 2502-4752 IJEECS Vol. 7, No. 1, July 2017 : 123 – 130 128 Image34. The results showed that the proposed algorithm produces clearer image compared to Sobel, not too sensitive as Canny without missing out the important edges. (a) Image32 Human Neck (Side) (b) Image34 Human Spine (Front) Figure 5. Comparison of Sobel, Canny, and proposed ANN based edge detection algorithm
  • 7. IJEECS ISSN: 2502-4752  Artificial Neural Network Based Fast Edge Detection Algorithm for… (Teddy Surya Gunawan) 129 For comparison, we measured the time taken for three edge detection algorithms to complete its processing, i.e. Sobel, Canny, and the proposed ANN algorithm. Table 2 shows the comparison of processing time required for each algorithm. It can be concluded that the proposed ANN based edge detection algorithm is faster by almost three times compared to Sobel and Canny edge detectors. Table 2. Processing Time Comparison for Various Edge Detection Algorithms Method Time taken (ms) Canny Edge Detector 0.0222 Sobel Edge Detector 0.0216 The Proposed ANN based Algorithm 0.0078 5. Conclusions and Future Works This paper has presented the design and development of ANN based edge detection algorithm for MRI medical images. First, we carefully designed the features that will be used as the input to the ANN. Three features were selected which can capture the required edge information, i.e. horizontal, vertical, and diagonal differences. Next, Canny edge detector was selected as the output training for the proposed ANN. The structure of ANN was also analysed by varying the training functions, number of neuron in the hidden layer, and the output threshold. It was found that the Levenberg-Marquardt Backpropagation was the best training function with number of neuron is 180 and the output threshold is 0.1. The trained ANN was then tested using other images, in which the results showed that the output image produces subjectively better and richer information compared to Sobel and Canny edge detectors. Furthermore, the computational cost for the proposed algorithm was smaller by almost three times compared to the traditional algorithms. Further research could be conducted on the use of deep neural network based edge detection algorithm with other modalities of medical images. Acknowledgements This research has been supported by International Islamic University Malaysia Research Grant, RIGS16-336-0500. References [1] MA Balafar, A. R. Ramli, M. I. Saripan, and S. Mashohor, "Review of brain MRI image segmentation methods," Artificial Intelligence Review, vol. 33, pp. 261-274, 2010. [2] J. Jiang, P. Trundle, and J. Ren, "Medical image analysis with artificial neural networks," Computerized Medical Imaging and Graphics, vol. 34, pp. 617-631, 2010. [3] C.-Y. Chang, "Contextual-based Hopfield neural network for medical image edge detection," Optical Engineering, vol. 45, pp. 037006-037006-9, 2006. [4] A. Khadidos, V. Sanchez, and C.-T. Li, "Weighted level set evolution based on local edge features for medical image segmentation," IEEE Transactions on Image Processing, vol. 26, pp. 1979-1991, 2017. [5] W. Cao, Y. Zhou, C. P. Chen, and L. Xia, "Medical image encryption using edge maps," Signal Processing, vol. 132, pp. 96-109, 2017. [6] B. Meftah, O. Lezoray, and A. Benyettou, "Segmentation and edge detection based on spiking neural network model," Neural Processing Letters, vol. 32, pp. 131-146, 2010. [7] H. Li, X. Liao, C. Li, H. Huang, and C. Li, "Edge detection of noisy images based on cellular neural networks," Communications in Nonlinear Science and Numerical Simulation, vol. 16, pp. 3746-3759, 2011. [8] K. Somkantha, N. Theera-Umpon, and S. Auephanwiriyakul, "Boundary detection in medical images using edge following algorithm based on intensity gradient and texture gradient features," IEEE transactions on biomedical engineering, vol. 58, pp. 567-573, 2011. [9] A. Hamamci, N. Kucuk, K. Karaman, K. Engin, and G. Unal, "Tumor-cut: segmentation of brain tumors on contrast enhanced MR images for radiosurgery applications," IEEE transactions on medical imaging, vol. 31, pp. 790-804, 2012. [10] M. Nikolic, E. Tuba, and M. Tuba, "Edge detection in medical ultrasound images using adjusted Canny edge detection algorithm," in Telecommunications Forum (TELFOR), 2016 24th, pp. 1-4, 2016.
  • 8.  ISSN: 2502-4752 IJEECS Vol. 7, No. 1, July 2017 : 123 – 130 130 [11] A. Pratondo, C.-K. Chui, and S.-H. Ong, "Robust edge-stop functions for edge-based active contour models in medical image segmentation," IEEE Signal Processing Letters, vol. 23, pp. 222-226, 2016. [12] B. Huang and Y. Jiao, "A New Adaptive Threshold Image-Denoising Method Based on Edge Detection," Indonesian Journal of Electrical Engineering and Computer Science, vol. 12, pp. 3509- 3514, 2014. [13] Y. Ting, G. Mingxing, and W. Yanming, "Ultrasound image segmentation based on the mean-shift and graph cuts theory," Indonesian Journal of Electrical Engineering and Computer Science, vol. 11, pp. 5600-5608, 2013. [14] T. S. Gunawan and E. A. Bacar, "Parallel algorithms for edge detection on cluster computer," in Selected readings in computing and telecommunications, M. Kartiwi, T. S. Gunawan, and A. H. A. Hashim, Eds. Kuala Lumpur: IIUM Press, 2011.