SlideShare una empresa de Scribd logo
1 de 6
Descargar para leer sin conexión
Balu Ramu , Devi Thirupathi / International Journal of Engineering Research and Applications
                        (IJERA) ISSN: 2248-9622 www.ijera.com
                       Vol. 2, Issue4, July-August 2012, pp.1050-1055

             Efficient Sonographic Image Mining Technique To
                         Identify Acute Appendicitis
                                 Balu Ramu *, Devi Thirupathi**
                        *(Ph.D Research Scholar, Department of Computer Applications,
                             Bharathiar University, Coimbatore, Tamilnadu, India
                   ** (Associate Professor & Head i/c, Department of Computer Applications,
                             Bharathiar University, Coimbatore, Tamilnadu, India

Abstract                                                    diagnosing acute appendicitis [1]. Sivasankar, Rajesh
         The acute appendicitis necessitates                and Venkateswaran proposed that Back propagation
emergency abdominal surgery and in the past                 Neural Network and Bayesian Based Classifier can be
decade, sonography has gained acceptance for                useful aid in Diagnosing Appendicitis [2]. Balu and
examining patients with acute abdominal pain.               Devi proposed that Identification of Acute
Sonographic imaging is dynamic, noninvasive,                Appendicitis Using Euclidean Distance on
rapid, inexpensive and readily accessible. Manual           Sonographic Image [3]. Mesut Tez and Selda Tez
analysis of sonographic image is a tedious process          proved that neuro fuzzy systems can incorporate data
and consumes enormous time. The authors aim at              from many clinical and laboratory variables to provide
design and development of an automatic system               better diagnostic accuracy in acute appendicitis [4].
that would detect acute appendicitis by taking              B. This work and Major Contribution
sonographic images as input. This paper describes                     Image mining deals with the extraction of
the image mining system that automates the                  image patterns from a large collection of images [18].
diagnosis of acute appendicitis with significant            Image mining is more than just an extension of data
time reduction. The experimentation methods,                mining to image domain. It is an interdisciplinary
results of the testing using real data are detailed in      endeavor that draws upon expertise in computer
this paper. The data set of 21 patients’                    vision, image processing, image retrieval, data mining,
sonographic images collected from a reputed                 machine learning, database, and artificial intelligence
hospital in India has been used as input. It is             [5]. The main advantage of using distance measures in
concluded that an algorithm integrating region              decision making is that authors can compare the
based segmentation and euclidean distance                   alternatives of the problem with some ideal result.
method yields accurate results in diagnosing                Then, by doing this comparison the alternative with a
appendicitis.                                               closest result to the ideal is the optimal choice.
                                                            Euclidean distances are special because they conform
Keywords – Data Mining, Euclidean Distance,                 to our physical concept of distance [6].
Manhattan Distance, Ultrasound, Appendicitis                Appendectomy remains the only curative treatment of
                                                            appendicitis. The surgeon's goals are to evaluate a
 I.    INTRODUCTION
                                                            relatively small population of patients referred for
          Appendicitis is sudden onset of inflammation
                                                            suspected appendicitis and to minimize the negative
of the appendix, which is a small, finger-shaped blind-
                                                            appendectomy rate without increasing the incidence of
ending sac that branches off the first part of the large
                                                            perforation. Author’s main goal is approaching 100%
intestine. Except for a hernia, acute appendicitis is the
                                                            sensitivity for the diagnosis in a time, cost and
most common cause in the USA of an attack of
                                                            efficient method [7].
severe, acute abdominal pain that requires abdominal
operation. The incidence of acute appendicitis is           C. Paper Organization
around 7% of the population in the United States and                 This paper makes two contributions; first
in European countries. In Asian and African countries,      authors find the distance between two points. Second,
the incidence is probably lower because of the dietary      authors introduce a euclidean and manhattan
habits of the inhabitants of these geographic areas.        distances. The rest of this paper is organized as
Appendicitis occurs more frequently in men than in          follows: Section II presents overview of image
women, with a male-to-female ratio of 1.7:1.                mining; Section III describes system description;
Appendicitis can affect any age but is more common          Section IV introduce proposed algorithm; Section V
in young people between 8 and 14 years. Rare cases of       represents    euclidean     distance;   Section    VI
neonatal and prenatal appendicitis have been reported       demonstrates manhattan distance; Section VII shows
[1].                                                        experiments and results; Section VIII represents
                                                            performance evaluation. Finally, Section IX concludes
A. Related Work                                             the paper.
          Prabhudesai, Gould and Rekhraj proposed
that artificial neural networks can be an useful aid in

                                                                                                   1050 | P a g e
Balu Ramu , Devi Thirupathi / International Journal of Engineering Research and Applications
                        (IJERA) ISSN: 2248-9622 www.ijera.com
                       Vol. 2, Issue4, July-August 2012, pp.1050-1055

 II.   IMAGE MINING
         Image mining is a technique which handles
the mining of information, image data association, or
additional patterns not unambiguously stored in the
images [8]. It utilizes methods from computer vision,
image processing, image retrieval, data mining,
machine learning, database, and artificial intelligence.
Rule mining has been implemented to huge image
databases [9].
         The main intention of image mining is to
produce all considerable patterns without any
information of the image content, the patterns types
are different. They could be classification patterns,
description patterns, correlation patterns, temporal
patterns and spatial patterns. Image mining handles
with all features of huge image databases which
comprises of indexing methods, image storages, and
image retrieval, all regarding in an image mining
system [10-11].
         Rajendran and Madheswaran discussed an
improved image mining technique. An enhanced
image mining technique for brain tumor classification
using pruned association rule with MARI algorithm is                Fig3.1. Overview of proposed system
presented in their paper [12]. Dubey illustrated about
an Image mining methods which is dependent on the            IV.   PROPOSED ALGORITHM
color histogram, texture of that image. The query                    To summarize our method authors described
image is considered, then the color histogram and           below, the algorithm is as follows.
texture is created and in accordance with this the
resultant image is found [13]. Ramadass Sudhir                  Step1: Image Capturing
provides a marginal overview for future research and                  Image Capturing is a process to acquire the
improvements.                                               digital image into Matlab. Ultrasound image from the
                                                            database is obtained through imread command in
III.   SYSTEM DESCRIPTION                                   matlab. The exact path of the image should be given
                                                            as the argument to imread command. In matlab,
          Graphical representation of any process is        captured image is displayed using imshow command
always better and more meaningful than its                  by passing a variable as the argument and the image
representation in words. A euclidean distance can be        can also be displayed in the image viewer using
efficiently used to identification of acute appendicitis.   imtool command.
This system consists of five steps,
                                                                Step2: Image Extraction
    (a) The first step is image capturing; here the                  Appendicitis is slightly brighter than its
ultrasound image is acquired from patient database          surrounding areas, produces a sharp peak of unusual
through mat lab                                             gray level intensity pixels.

    (b) The second step is image preprocessing;                 Step3: Image Prepreocessing
remove of noise components appendicitis regions such                 The pre-processing technique eliminates the
as label, marks on the image is removed                     incomplete, noisy and inconsistent data from the
                                                            image in the training and test phase. In the images are
     (c) The third step is image enhancement; noise in      too noisy or blurred, they should be filtered and
the preprocessed image is removed through median            sharpened and for removing the unwanted portions of
filter                                                      the image.
    (d) The fourth step is used similarity measures              Step4: Image Enhancement
include euclidean and manhattan distance;                             The preprocessed images will have some
   (e) The final step is matched the results to             noise which should be removed for the further
manhattan and Euclidean distance; here to find out the      processing of the image. In conventional enhancement
acute appendicitis.                                         techniques such as low pass filter, median filter, gabor
                                                            filter, gaussian filter, prewitt edge-finding filter,
                                                            normalization method are employable for this work.


                                                                                                    1051 | P a g e
Balu Ramu , Devi Thirupathi / International Journal of Engineering Research and Applications
                        (IJERA) ISSN: 2248-9622 www.ijera.com
                       Vol. 2, Issue4, July-August 2012, pp.1050-1055

   Step5: Similarity Measures

          In this paper, the appendicitis is detected        VI.   MANHATTAN DISTANCE
using the distance measure in order to confirm the
patient is diagnosed with appendices. The distance is               The distance between two points in a grid is
predominant to bring out the diagnosis [19].                based on a strictly horizontal and/or vertical path as
                                                            opposed to the diagonal. The Manhattan distance is
                                                            the simple sum of the horizontal and vertical
                                                            components, whereas the diagonal distance might be
                                                            computed by applying the Pythagorean Theorem [16].
                                                                      The Manhattan distance function computes
   Step6: Suggestion of Diagnosis                           the distance that would be traveled to get from one
                                                            data point to the other if a grid-like path is followed
 V.    EUCLIDEAN DISTANCE                                   and Manhattan distance between two items is the sum
                                                            of the differences of their corresponding components.
         Euclidean distance is the distance between         Fig 5.1 shows the difference between Euclidean
two points in Euclidean space. Take two points P and        Distance and Manhattan Distance. The formula for
Q in two dimensional Euclidean spaces. This                 this distance between a point X=(X1, X2, etc.) and a
describes P with the coordinates (p1, p2) and Q with        point Y=(Y1, Y2, etc.) is [15]:
the coordinates (q1, q2). Now construct a line segment
with the endpoints of P and Q. This line segment will
form the hypotenuse of a right angled triangle. The
distance between two points p and q is defined as the
square root of the sum of the squares of the
differences between the corresponding coordinates of
the points;      for example, in two-dimensional
Euclidean geometry, the Euclidean distance between
two points a = (ax, ay) and b = (bx, by) is defined as:


                                                               Fig. 6.1 Difference between Euclidean Distance
         This algorithm computes the minimum
                                                            and Manhattan Distance [32]
Euclidean distance between a column vector x and a
collection of column vectors in the codebook matrix         VII.     EXPERIMENTS AND RESULTS
cb. The algorithm computes the minimum distance to
x and finds the column vector in cb that is closest to x.            An experiment has been conducted on
It outputs this column vector, y, its index, idx, cb, and   sonographic scan image based on the proposed flow
distance, the distance between x and y.                     diagram as shown in Fig 3. 1. The sonographic image
                                                            is first captured as an input image, and then
                                                            decorrelation stretch has been used to remove the
                                                            noise component from that image. Decorrelation
                                                            stretch has been used to find the edge feature in the
                                                            ultrasound scan image. Using this technique the noise
                                                            component is removed from the image.
                                                            7.1 Sample Appendicitis



         In one dimension, the distance between two
points, x1 and x2, on a line is simply the absolute
value of the difference between the two points: [3]



In two dimensions, the distance between P = (p1,p2)             Fig. 7.1 Normal Image vs Appendicitis images
and
q = (q1,q2) is:



                                                                                                   1052 | P a g e
Balu Ramu , Devi Thirupathi / International Journal of Engineering Research and Applications
                        (IJERA) ISSN: 2248-9622 www.ijera.com
                       Vol. 2, Issue4, July-August 2012, pp.1050-1055

                                                         obtained are: out of 21 images, 21 instances show
                                                         thickness measured as greater than 6 mm.




                                                         Table 6.1 : Comparison of Proposed Method, Real
                                                         Result, WBC, Xray and Manhattan Distance
                                                         S                Real           X
                                                              AGE   SEX            WBC         Eculidean   Manhattan
                                                         NO               Result         RAY
        Fig. 7.2 Sample Appendicitis images
                                                         1    42    M     +        +     -     +           -
                                                         2    26    M     +        +     -     +           -
                                                         3    31    M     +        +     -     +           -
                                                         4    25    M     +        +     -     +           -
                                                         5    18    M     +        +     -     +           -
                                                         6    21    M     +        +     -     +           -
                                                         7    40    M     +        +     -     +           -
                                                         8    21    M     +        +     -     +           -
                                                         9    24    M     +        -     -     +           -
                                                         10   29    M     -        +     -     +           -
                                                         11   34    M     +        +     -     +           -
Fig. 7.3 Proposed Systems shows Appendicitis images      12   24    M     +        +     -     +           -
                                                         13   27    M     -        +     -     +           -
7.2 Results                                              14   42    M     +        +     -     +           -
         The study period was from Aug 2011 – Nov
                                                         15   35    M     +        +     -     +           -
2011. Ultrasound imaging was done in all patients.
Patients were followed up until the discharge            16   37    M     +        -     -     +           -
diagnosis was made. Acute appendicitis of                17   40    M     +        -     -     +           -
sonographic image findings in 21 patients was done.
                                                         18   16    M     +        +     -     +           -
In the experimental study the total number of 21
instances studied where in the range of 16 – 42 years.   19   22    F     +        +     -     +           -
Male and female sex ratio is in the range of 6: 1. The   20   28    F     +        -     -     +           -
column chart clearly shows the sex distribution for
these 21 images.                                         21   30    F     +        -     -     +           -


                                                                  A sonologist has been consultated and the
                                                         results obtained from the sonologist on the same 21
                                                         samples reveal that 21 patients are affected by
                                                         appendicitis. A comparison of the results obtained
                                                         from the proposed system with the results obtained
                                                         from the sonologist has been done and the results are
                                                         as shown in table 6.2.

                                                         VIII. PERFORMANCE EVALUATION
                                                                  All these features were extracted for this
                                                         particular domain. Authors used the features extracted
Graph 7.1 Patients Ratio                                 from the training image, on the testing images. Hence
                                                         in essence, authors have developed a system, which is
          The images are classified in two different     trained once and then applies the same technique to
sizes based on the thickness of appendicitis with        other images. The goodness of these features can be
greater than 6 mm and less than 6 mm. The proposed       judged by certain evaluation criteria. The second set
system is tested with 21 images and the results          of images was used for comparison and validation.
                                                         The validation images have the same size and hence

                                                                                                1053 | P a g e
Balu Ramu , Devi Thirupathi / International Journal of Engineering Research and Applications
                        (IJERA) ISSN: 2248-9622 www.ijera.com
                       Vol. 2, Issue4, July-August 2012, pp.1050-1055

can be compared with the extracted images. For a        provide valuable support to the the physicians in
two-class problem, there can be 4 possible outcomes     decision making at the time of diagnosis. This work
of a prediction [17]. The outcomes are True Positives   can be further extended to improve the precision of
(TP), True Negatives (TN), False Positives (FP) and     the diagnosis result while detecting appendicitis from
False Negatives (FN). Based on commonly used            sonographic images.
performance measures in two statistical measures
were computed to assess system performance namely       ACKNOWLEDGMENT
recall and precision. Table8.1 shows the values of               Authors wish to thank Sonologist for
recall and precision of each diagnosed images using     providing the sonography images. The authors
the proposed system.                                    extended their sincere thanks to Department of
Precision: Defined as the diagnosed images, which is    Computer Applications for giving permission to do
relevant.                                               the research and all others directly or indirectly helped
                                                        in pursuing this research.

                                                        REFERENCES
                                                        [1]     S. G. Prabhudesai S. Gould S. Rekhraj P. P. Tekkis
Recall: Defined as the diagnosed images versus all              G. Glazer P. Ziprin, “Artificial Neural Networks:
database images.                                                Useful Aid in Diagnosing Acute Appendicitis”,
                                                                World J Surg (2008) 32:305–309.
                                                        [2]     E.Sivasankar, S.Rajesh andR.Venkateswaran,“Diagn
                                                                osing Appendicitis Using Backpropagation Neural
Table 8.1 Recall and precision using the proposed               Network and Bayesian Based Classifier”,
system                                                          International Journal of Computer Theory and
                                                                Engineering, Vol. 1, No. 4, October, 2009 1793-
       Method          Precision     Recall                     8201
       Eculidean       0             1                  [3]     R. Balu, T. Devi, “Identification of Acute
       Manhattan       0.5           1                          Appendicitis Using Euclidean Distance on
       Real Result     0.525         1                          Sonographic Image”, International Journal of
       WBC             0.567         1                          Innovative Technology & Creative Engineering,
       XRay            0.5           1                          ISSN : 2045-8711, pp 32 - 38, Vol.1 No.7 July 2011
                                                        [4]     Mesut Tez Selda Tez Erdal Gocmen, “Neurofuzzy is
                                                                Useful Aid in Diagnosing Acute Appendicitis”,
                                                                World J Surg (2008) 32:2126.
                                                        [5]     Ji Zhang, Wynne Hsu and Mong Li Lee, “Image
                                                                Mining: Trends and Developments”, Journal of
                                                                Intelligent Information Systems archive, Volume 19,
                                                                Issue 1 Pages: 7 - 23, 2002.
                                                        [6]     Jose M. Merigo, “Decision making with distance
                                                                measures, owa operators and weighted averages”,
                                                                gandalf.fcee.urv.es/            sigef/english/congres
                                                                sos/.../045_Merigo.pdf

Fig. 8.1 Recall and precision using the proposed        [7]     Sandy      Craig     and    Barry    E     Brenner,
system                                                          “Appendicitis”,http://emedicine.medscape.com/articl
                                                                /773895-overview
                                                        [8]     Zhang Ji, Hsu, Mong and Lee, “Image Mining:
XI. CONCLUSION                AND        FUTURE                 Issues, Frameworks and Techniques,” Proceedings
WORK                                                            of the Second International Workshop on Multimedia
         In this paper, authors propose an automatic            Data Mining (MDM/KDD’2001), in conjunction
appendicitis detection system that takes sonographic            with ACM SIGKDD conference, San Francisco,
images as input and using image mining technique.               USA, 26 August.
The images are preprocessed with various techniques.    [9]     C. Ordonez and E. Omiecinski (1999), “Discovering
Compared with real result, WBC, Xray and                        association rules based on image content,”
Manhattan, the proposed system offers many                      Proceedings of the IEEE Advances in Digital
advantages including better accuracy, greater noise             Libraries Conference (ADL’99).
reduction, faster speed and complete automation. The    [10]    R. Missaoui and R. M. Palenichka (2005), “Effective
precision and recall obtained are 0.525 and 1                   image and video mining: an overview of modelbased
respectively. The developed system is expected to               approaches,” In MDM ’05: Proceedings of the 6th
                                                                international workshop on Multimedia data mining,

                                                                                                 1054 | P a g e
Balu Ramu , Devi Thirupathi / International Journal of Engineering Research and Applications
                        (IJERA) ISSN: 2248-9622 www.ijera.com
                       Vol. 2, Issue4, July-August 2012, pp.1050-1055

       pp. 43–52.                                               1719, Vol 2, No.6, 2011
[11]   Ashok N. Srivastava and Nikunj Oza (2004),        [15]   Predictive Patterns Software Inc. in January of 2004
       “Knowledge Driven Image Mining With Mixture              “Overview       of     Manhattan     Distance”     at
       Density Mercer Kernels,” Workshop on the Theory          http://www.improvedoutcomes.com/docs/WebSiteD
       and Applications of Knowledge Driven Image               ocs/Clustering/Clustering_Parameters /Manhattan_D
       Information Mining, with focus on Earth                  istance_Metric.htm
       Observation.                                      [16]   Wikipedia, Mar 25, 2012. “Manhattan distance”,
[12]   P. Rajendran and M. Madheswaran (2009), “An              http://en.wiktio nary .org/ wiki/Manhattan_distance,
       Improved Image Mining Technique For Brain         [17]   I. Witten and E. Frank, “Data Mining: Practical
       Tumour Classification Using Efficient classifier”,       Machine Learning tools and techniques with Java
       International Journal of Computer Science and            Implementations”, Morgan Kaufmann publications,
       Information Security, vol. 6, no. 3, pp. 107-116.        2000.
[13]   Rajshree S. Dubey (2010), “Image Mining using     [18]   Fatma, S.N., Nashipudimath, M, “Image mining
       Content Based Image Retrieval System”, (IJCSE)           using     association     rule”,  Information    and
       International Journal on Computer Science and            Communication Technologies (WICT), 2011.
       Engineering Vol. 02, No. 07, pp. 2353-2356.       [19]   Margaret       H.     Dunham,      “Data     Mining:
[14]   Ramadass Sudhir, “A Survey on Image Mining               Introductory and Advanced Topics”, Prentice Hall,
       Techniques: Theory and Applications”, Computer           2002
       Engineering and Intelligent Systems , ISSN 2222-




                                                                                              1055 | P a g e

Más contenido relacionado

La actualidad más candente

Detection of Diverse Tumefactions in Medial Images by Various Cumulation Methods
Detection of Diverse Tumefactions in Medial Images by Various Cumulation MethodsDetection of Diverse Tumefactions in Medial Images by Various Cumulation Methods
Detection of Diverse Tumefactions in Medial Images by Various Cumulation MethodsIRJET Journal
 
Lung Cancer Detection on CT Images by using Image Processing
Lung Cancer Detection on CT Images by using Image ProcessingLung Cancer Detection on CT Images by using Image Processing
Lung Cancer Detection on CT Images by using Image Processingijtsrd
 
IRJET- Lung Diseases using Deep Learning: A Review Paper
IRJET- Lung Diseases using Deep Learning: A Review PaperIRJET- Lung Diseases using Deep Learning: A Review Paper
IRJET- Lung Diseases using Deep Learning: A Review PaperIRJET Journal
 
Literature Survey on Detection of Brain Tumor from MRI Images
Literature Survey on Detection of Brain Tumor from MRI Images Literature Survey on Detection of Brain Tumor from MRI Images
Literature Survey on Detection of Brain Tumor from MRI Images IOSR Journals
 
Hybrid Speckle Noise Reduction Method for Abdominal Circumference Segmentatio...
Hybrid Speckle Noise Reduction Method for Abdominal Circumference Segmentatio...Hybrid Speckle Noise Reduction Method for Abdominal Circumference Segmentatio...
Hybrid Speckle Noise Reduction Method for Abdominal Circumference Segmentatio...IJECEIAES
 
Classification of appendicitis based on ultrasound image
Classification of appendicitis based on ultrasound imageClassification of appendicitis based on ultrasound image
Classification of appendicitis based on ultrasound imageeSAT Publishing House
 
Brain tumour segmentation based on local independent projection based classif...
Brain tumour segmentation based on local independent projection based classif...Brain tumour segmentation based on local independent projection based classif...
Brain tumour segmentation based on local independent projection based classif...eSAT Journals
 
Pneumonia Classification using Transfer Learning
Pneumonia Classification using Transfer LearningPneumonia Classification using Transfer Learning
Pneumonia Classification using Transfer LearningTushar Dalvi
 
Filter technique of medical image on multiple morphological gradient method
Filter technique of medical image on multiple morphological gradient methodFilter technique of medical image on multiple morphological gradient method
Filter technique of medical image on multiple morphological gradient methodTELKOMNIKA JOURNAL
 
Mri brain tumour detection by histogram and segmentation
Mri brain tumour detection by histogram and segmentationMri brain tumour detection by histogram and segmentation
Mri brain tumour detection by histogram and segmentationiaemedu
 
Efficient Brain Tumor Detection Using Wavelet Transform
Efficient Brain Tumor Detection Using Wavelet TransformEfficient Brain Tumor Detection Using Wavelet Transform
Efficient Brain Tumor Detection Using Wavelet TransformIJERA Editor
 
A Survey on Segmentation Techniques Used For Brain Tumor Detection
A Survey on Segmentation Techniques Used For Brain Tumor DetectionA Survey on Segmentation Techniques Used For Brain Tumor Detection
A Survey on Segmentation Techniques Used For Brain Tumor DetectionEditor IJMTER
 
IRJET - Detection of Brain Tumor from MRI Images using MATLAB
IRJET - Detection of Brain Tumor from MRI Images using MATLABIRJET - Detection of Brain Tumor from MRI Images using MATLAB
IRJET - Detection of Brain Tumor from MRI Images using MATLABIRJET Journal
 
Clustering of medline documents using semi supervised spectral clustering
Clustering of medline documents using semi supervised spectral clusteringClustering of medline documents using semi supervised spectral clustering
Clustering of medline documents using semi supervised spectral clusteringeSAT Journals
 
IRJET - An Efficient Approach for Multi-Modal Brain Tumor Classification usin...
IRJET - An Efficient Approach for Multi-Modal Brain Tumor Classification usin...IRJET - An Efficient Approach for Multi-Modal Brain Tumor Classification usin...
IRJET - An Efficient Approach for Multi-Modal Brain Tumor Classification usin...IRJET Journal
 
Computer Aided Diagnosis using Margin and Posterior Acoustic Featuresfor Brea...
Computer Aided Diagnosis using Margin and Posterior Acoustic Featuresfor Brea...Computer Aided Diagnosis using Margin and Posterior Acoustic Featuresfor Brea...
Computer Aided Diagnosis using Margin and Posterior Acoustic Featuresfor Brea...TELKOMNIKA JOURNAL
 
Brain Tumor Segmentation in MRI Images
Brain Tumor Segmentation in MRI ImagesBrain Tumor Segmentation in MRI Images
Brain Tumor Segmentation in MRI ImagesIJRAT
 
Optimizing Problem of Brain Tumor Detection using Image Processing
Optimizing Problem of Brain Tumor Detection using Image ProcessingOptimizing Problem of Brain Tumor Detection using Image Processing
Optimizing Problem of Brain Tumor Detection using Image ProcessingIRJET Journal
 

La actualidad más candente (20)

34 107-1-pb
34 107-1-pb34 107-1-pb
34 107-1-pb
 
M1803047782
M1803047782M1803047782
M1803047782
 
Detection of Diverse Tumefactions in Medial Images by Various Cumulation Methods
Detection of Diverse Tumefactions in Medial Images by Various Cumulation MethodsDetection of Diverse Tumefactions in Medial Images by Various Cumulation Methods
Detection of Diverse Tumefactions in Medial Images by Various Cumulation Methods
 
Lung Cancer Detection on CT Images by using Image Processing
Lung Cancer Detection on CT Images by using Image ProcessingLung Cancer Detection on CT Images by using Image Processing
Lung Cancer Detection on CT Images by using Image Processing
 
IRJET- Lung Diseases using Deep Learning: A Review Paper
IRJET- Lung Diseases using Deep Learning: A Review PaperIRJET- Lung Diseases using Deep Learning: A Review Paper
IRJET- Lung Diseases using Deep Learning: A Review Paper
 
Literature Survey on Detection of Brain Tumor from MRI Images
Literature Survey on Detection of Brain Tumor from MRI Images Literature Survey on Detection of Brain Tumor from MRI Images
Literature Survey on Detection of Brain Tumor from MRI Images
 
Hybrid Speckle Noise Reduction Method for Abdominal Circumference Segmentatio...
Hybrid Speckle Noise Reduction Method for Abdominal Circumference Segmentatio...Hybrid Speckle Noise Reduction Method for Abdominal Circumference Segmentatio...
Hybrid Speckle Noise Reduction Method for Abdominal Circumference Segmentatio...
 
Classification of appendicitis based on ultrasound image
Classification of appendicitis based on ultrasound imageClassification of appendicitis based on ultrasound image
Classification of appendicitis based on ultrasound image
 
Brain tumour segmentation based on local independent projection based classif...
Brain tumour segmentation based on local independent projection based classif...Brain tumour segmentation based on local independent projection based classif...
Brain tumour segmentation based on local independent projection based classif...
 
Pneumonia Classification using Transfer Learning
Pneumonia Classification using Transfer LearningPneumonia Classification using Transfer Learning
Pneumonia Classification using Transfer Learning
 
Filter technique of medical image on multiple morphological gradient method
Filter technique of medical image on multiple morphological gradient methodFilter technique of medical image on multiple morphological gradient method
Filter technique of medical image on multiple morphological gradient method
 
Mri brain tumour detection by histogram and segmentation
Mri brain tumour detection by histogram and segmentationMri brain tumour detection by histogram and segmentation
Mri brain tumour detection by histogram and segmentation
 
Efficient Brain Tumor Detection Using Wavelet Transform
Efficient Brain Tumor Detection Using Wavelet TransformEfficient Brain Tumor Detection Using Wavelet Transform
Efficient Brain Tumor Detection Using Wavelet Transform
 
A Survey on Segmentation Techniques Used For Brain Tumor Detection
A Survey on Segmentation Techniques Used For Brain Tumor DetectionA Survey on Segmentation Techniques Used For Brain Tumor Detection
A Survey on Segmentation Techniques Used For Brain Tumor Detection
 
IRJET - Detection of Brain Tumor from MRI Images using MATLAB
IRJET - Detection of Brain Tumor from MRI Images using MATLABIRJET - Detection of Brain Tumor from MRI Images using MATLAB
IRJET - Detection of Brain Tumor from MRI Images using MATLAB
 
Clustering of medline documents using semi supervised spectral clustering
Clustering of medline documents using semi supervised spectral clusteringClustering of medline documents using semi supervised spectral clustering
Clustering of medline documents using semi supervised spectral clustering
 
IRJET - An Efficient Approach for Multi-Modal Brain Tumor Classification usin...
IRJET - An Efficient Approach for Multi-Modal Brain Tumor Classification usin...IRJET - An Efficient Approach for Multi-Modal Brain Tumor Classification usin...
IRJET - An Efficient Approach for Multi-Modal Brain Tumor Classification usin...
 
Computer Aided Diagnosis using Margin and Posterior Acoustic Featuresfor Brea...
Computer Aided Diagnosis using Margin and Posterior Acoustic Featuresfor Brea...Computer Aided Diagnosis using Margin and Posterior Acoustic Featuresfor Brea...
Computer Aided Diagnosis using Margin and Posterior Acoustic Featuresfor Brea...
 
Brain Tumor Segmentation in MRI Images
Brain Tumor Segmentation in MRI ImagesBrain Tumor Segmentation in MRI Images
Brain Tumor Segmentation in MRI Images
 
Optimizing Problem of Brain Tumor Detection using Image Processing
Optimizing Problem of Brain Tumor Detection using Image ProcessingOptimizing Problem of Brain Tumor Detection using Image Processing
Optimizing Problem of Brain Tumor Detection using Image Processing
 

Destacado

Book social media 2012-10
Book social media 2012-10Book social media 2012-10
Book social media 2012-10Soluciona Facil
 
Teaching Students with Emojis, Emoticons, & Textspeak
Teaching Students with Emojis, Emoticons, & TextspeakTeaching Students with Emojis, Emoticons, & Textspeak
Teaching Students with Emojis, Emoticons, & TextspeakShelly Sanchez Terrell
 
Hype vs. Reality: The AI Explainer
Hype vs. Reality: The AI ExplainerHype vs. Reality: The AI Explainer
Hype vs. Reality: The AI ExplainerLuminary Labs
 
Study: The Future of VR, AR and Self-Driving Cars
Study: The Future of VR, AR and Self-Driving CarsStudy: The Future of VR, AR and Self-Driving Cars
Study: The Future of VR, AR and Self-Driving CarsLinkedIn
 

Destacado (6)

Comunicacion
ComunicacionComunicacion
Comunicacion
 
Ana p aula atividade 6
Ana p aula atividade 6Ana p aula atividade 6
Ana p aula atividade 6
 
Book social media 2012-10
Book social media 2012-10Book social media 2012-10
Book social media 2012-10
 
Teaching Students with Emojis, Emoticons, & Textspeak
Teaching Students with Emojis, Emoticons, & TextspeakTeaching Students with Emojis, Emoticons, & Textspeak
Teaching Students with Emojis, Emoticons, & Textspeak
 
Hype vs. Reality: The AI Explainer
Hype vs. Reality: The AI ExplainerHype vs. Reality: The AI Explainer
Hype vs. Reality: The AI Explainer
 
Study: The Future of VR, AR and Self-Driving Cars
Study: The Future of VR, AR and Self-Driving CarsStudy: The Future of VR, AR and Self-Driving Cars
Study: The Future of VR, AR and Self-Driving Cars
 

Similar a Fu2410501055

A novel framework for efficient identification of brain cancer region from br...
A novel framework for efficient identification of brain cancer region from br...A novel framework for efficient identification of brain cancer region from br...
A novel framework for efficient identification of brain cancer region from br...IJECEIAES
 
Deep Learning-based Diagnosis of Pneumonia using X-Ray Scans
Deep Learning-based Diagnosis of Pneumonia using X-Ray ScansDeep Learning-based Diagnosis of Pneumonia using X-Ray Scans
Deep Learning-based Diagnosis of Pneumonia using X-Ray ScansIRJET Journal
 
Pneumonia Detection Using Deep Learning and Transfer Learning
Pneumonia Detection Using Deep Learning and Transfer LearningPneumonia Detection Using Deep Learning and Transfer Learning
Pneumonia Detection Using Deep Learning and Transfer LearningIRJET Journal
 
APPLICATION OF CNN MODEL ON MEDICAL IMAGE
APPLICATION OF CNN MODEL ON MEDICAL IMAGEAPPLICATION OF CNN MODEL ON MEDICAL IMAGE
APPLICATION OF CNN MODEL ON MEDICAL IMAGEIRJET Journal
 
IRJET - Lung Disease Prediction using Image Processing and CNN Algorithm
IRJET -  	  Lung Disease Prediction using Image Processing and CNN AlgorithmIRJET -  	  Lung Disease Prediction using Image Processing and CNN Algorithm
IRJET - Lung Disease Prediction using Image Processing and CNN AlgorithmIRJET Journal
 
Breast cancer detection using ensemble of convolutional neural networks
Breast cancer detection using ensemble of convolutional neural networksBreast cancer detection using ensemble of convolutional neural networks
Breast cancer detection using ensemble of convolutional neural networksIJECEIAES
 
Automatic detection of lung cancer in ct images
Automatic detection of lung cancer in ct imagesAutomatic detection of lung cancer in ct images
Automatic detection of lung cancer in ct imageseSAT Publishing House
 
Deep Learning for Pneumonia Diagnosis: A Comprehensive Analysis of CNN and Tr...
Deep Learning for Pneumonia Diagnosis: A Comprehensive Analysis of CNN and Tr...Deep Learning for Pneumonia Diagnosis: A Comprehensive Analysis of CNN and Tr...
Deep Learning for Pneumonia Diagnosis: A Comprehensive Analysis of CNN and Tr...IRJET Journal
 
Using Deep Learning and Transfer Learning for Pneumonia Detection
Using Deep Learning and Transfer Learning for Pneumonia DetectionUsing Deep Learning and Transfer Learning for Pneumonia Detection
Using Deep Learning and Transfer Learning for Pneumonia DetectionIRJET Journal
 
IRJET - Classification of Cancer Images using Deep Learning
IRJET -  	  Classification of Cancer Images using Deep LearningIRJET -  	  Classification of Cancer Images using Deep Learning
IRJET - Classification of Cancer Images using Deep LearningIRJET Journal
 
Review of Image Watermarking Technique for Medi
Review of Image Watermarking Technique for MediReview of Image Watermarking Technique for Medi
Review of Image Watermarking Technique for MediIJARIIT
 
A Review of Super Resolution and Tumor Detection Techniques in Medical Imaging
A Review of Super Resolution and Tumor Detection Techniques in Medical ImagingA Review of Super Resolution and Tumor Detection Techniques in Medical Imaging
A Review of Super Resolution and Tumor Detection Techniques in Medical Imagingijtsrd
 
BATA-UNET: DEEP LEARNING MODEL FOR LIVER SEGMENTATION
BATA-UNET: DEEP LEARNING MODEL FOR LIVER SEGMENTATIONBATA-UNET: DEEP LEARNING MODEL FOR LIVER SEGMENTATION
BATA-UNET: DEEP LEARNING MODEL FOR LIVER SEGMENTATIONsipij
 
Bata-Unet: Deep Learning Model for Liver Segmentation
Bata-Unet: Deep Learning Model for Liver SegmentationBata-Unet: Deep Learning Model for Liver Segmentation
Bata-Unet: Deep Learning Model for Liver Segmentationsipij
 
Pneumonia Detection System using AI
Pneumonia Detection System using AIPneumonia Detection System using AI
Pneumonia Detection System using AIIRJET Journal
 
A deep learning approach for brain tumor detection using magnetic resonance ...
A deep learning approach for brain tumor detection using  magnetic resonance ...A deep learning approach for brain tumor detection using  magnetic resonance ...
A deep learning approach for brain tumor detection using magnetic resonance ...IJECEIAES
 
Detection of Macular Edema by using Various Techniques of Feature Extraction ...
Detection of Macular Edema by using Various Techniques of Feature Extraction ...Detection of Macular Edema by using Various Techniques of Feature Extraction ...
Detection of Macular Edema by using Various Techniques of Feature Extraction ...IRJET Journal
 
An Innovative Deep Learning Framework Integrating Transfer- Learning And Extr...
An Innovative Deep Learning Framework Integrating Transfer- Learning And Extr...An Innovative Deep Learning Framework Integrating Transfer- Learning And Extr...
An Innovative Deep Learning Framework Integrating Transfer- Learning And Extr...IRJET Journal
 

Similar a Fu2410501055 (20)

A novel framework for efficient identification of brain cancer region from br...
A novel framework for efficient identification of brain cancer region from br...A novel framework for efficient identification of brain cancer region from br...
A novel framework for efficient identification of brain cancer region from br...
 
Deep Learning-based Diagnosis of Pneumonia using X-Ray Scans
Deep Learning-based Diagnosis of Pneumonia using X-Ray ScansDeep Learning-based Diagnosis of Pneumonia using X-Ray Scans
Deep Learning-based Diagnosis of Pneumonia using X-Ray Scans
 
L045047880
L045047880L045047880
L045047880
 
Pneumonia Detection Using Deep Learning and Transfer Learning
Pneumonia Detection Using Deep Learning and Transfer LearningPneumonia Detection Using Deep Learning and Transfer Learning
Pneumonia Detection Using Deep Learning and Transfer Learning
 
APPLICATION OF CNN MODEL ON MEDICAL IMAGE
APPLICATION OF CNN MODEL ON MEDICAL IMAGEAPPLICATION OF CNN MODEL ON MEDICAL IMAGE
APPLICATION OF CNN MODEL ON MEDICAL IMAGE
 
IRJET - Lung Disease Prediction using Image Processing and CNN Algorithm
IRJET -  	  Lung Disease Prediction using Image Processing and CNN AlgorithmIRJET -  	  Lung Disease Prediction using Image Processing and CNN Algorithm
IRJET - Lung Disease Prediction using Image Processing and CNN Algorithm
 
Breast cancer detection using ensemble of convolutional neural networks
Breast cancer detection using ensemble of convolutional neural networksBreast cancer detection using ensemble of convolutional neural networks
Breast cancer detection using ensemble of convolutional neural networks
 
Automatic detection of lung cancer in ct images
Automatic detection of lung cancer in ct imagesAutomatic detection of lung cancer in ct images
Automatic detection of lung cancer in ct images
 
Deep Learning for Pneumonia Diagnosis: A Comprehensive Analysis of CNN and Tr...
Deep Learning for Pneumonia Diagnosis: A Comprehensive Analysis of CNN and Tr...Deep Learning for Pneumonia Diagnosis: A Comprehensive Analysis of CNN and Tr...
Deep Learning for Pneumonia Diagnosis: A Comprehensive Analysis of CNN and Tr...
 
Using Deep Learning and Transfer Learning for Pneumonia Detection
Using Deep Learning and Transfer Learning for Pneumonia DetectionUsing Deep Learning and Transfer Learning for Pneumonia Detection
Using Deep Learning and Transfer Learning for Pneumonia Detection
 
IRJET - Classification of Cancer Images using Deep Learning
IRJET -  	  Classification of Cancer Images using Deep LearningIRJET -  	  Classification of Cancer Images using Deep Learning
IRJET - Classification of Cancer Images using Deep Learning
 
Review of Image Watermarking Technique for Medi
Review of Image Watermarking Technique for MediReview of Image Watermarking Technique for Medi
Review of Image Watermarking Technique for Medi
 
A Review of Super Resolution and Tumor Detection Techniques in Medical Imaging
A Review of Super Resolution and Tumor Detection Techniques in Medical ImagingA Review of Super Resolution and Tumor Detection Techniques in Medical Imaging
A Review of Super Resolution and Tumor Detection Techniques in Medical Imaging
 
BATA-UNET: DEEP LEARNING MODEL FOR LIVER SEGMENTATION
BATA-UNET: DEEP LEARNING MODEL FOR LIVER SEGMENTATIONBATA-UNET: DEEP LEARNING MODEL FOR LIVER SEGMENTATION
BATA-UNET: DEEP LEARNING MODEL FOR LIVER SEGMENTATION
 
Bata-Unet: Deep Learning Model for Liver Segmentation
Bata-Unet: Deep Learning Model for Liver SegmentationBata-Unet: Deep Learning Model for Liver Segmentation
Bata-Unet: Deep Learning Model for Liver Segmentation
 
Pneumonia Detection System using AI
Pneumonia Detection System using AIPneumonia Detection System using AI
Pneumonia Detection System using AI
 
S4502115119
S4502115119S4502115119
S4502115119
 
A deep learning approach for brain tumor detection using magnetic resonance ...
A deep learning approach for brain tumor detection using  magnetic resonance ...A deep learning approach for brain tumor detection using  magnetic resonance ...
A deep learning approach for brain tumor detection using magnetic resonance ...
 
Detection of Macular Edema by using Various Techniques of Feature Extraction ...
Detection of Macular Edema by using Various Techniques of Feature Extraction ...Detection of Macular Edema by using Various Techniques of Feature Extraction ...
Detection of Macular Edema by using Various Techniques of Feature Extraction ...
 
An Innovative Deep Learning Framework Integrating Transfer- Learning And Extr...
An Innovative Deep Learning Framework Integrating Transfer- Learning And Extr...An Innovative Deep Learning Framework Integrating Transfer- Learning And Extr...
An Innovative Deep Learning Framework Integrating Transfer- Learning And Extr...
 

Fu2410501055

  • 1. Balu Ramu , Devi Thirupathi / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 2, Issue4, July-August 2012, pp.1050-1055 Efficient Sonographic Image Mining Technique To Identify Acute Appendicitis Balu Ramu *, Devi Thirupathi** *(Ph.D Research Scholar, Department of Computer Applications, Bharathiar University, Coimbatore, Tamilnadu, India ** (Associate Professor & Head i/c, Department of Computer Applications, Bharathiar University, Coimbatore, Tamilnadu, India Abstract diagnosing acute appendicitis [1]. Sivasankar, Rajesh The acute appendicitis necessitates and Venkateswaran proposed that Back propagation emergency abdominal surgery and in the past Neural Network and Bayesian Based Classifier can be decade, sonography has gained acceptance for useful aid in Diagnosing Appendicitis [2]. Balu and examining patients with acute abdominal pain. Devi proposed that Identification of Acute Sonographic imaging is dynamic, noninvasive, Appendicitis Using Euclidean Distance on rapid, inexpensive and readily accessible. Manual Sonographic Image [3]. Mesut Tez and Selda Tez analysis of sonographic image is a tedious process proved that neuro fuzzy systems can incorporate data and consumes enormous time. The authors aim at from many clinical and laboratory variables to provide design and development of an automatic system better diagnostic accuracy in acute appendicitis [4]. that would detect acute appendicitis by taking B. This work and Major Contribution sonographic images as input. This paper describes Image mining deals with the extraction of the image mining system that automates the image patterns from a large collection of images [18]. diagnosis of acute appendicitis with significant Image mining is more than just an extension of data time reduction. The experimentation methods, mining to image domain. It is an interdisciplinary results of the testing using real data are detailed in endeavor that draws upon expertise in computer this paper. The data set of 21 patients’ vision, image processing, image retrieval, data mining, sonographic images collected from a reputed machine learning, database, and artificial intelligence hospital in India has been used as input. It is [5]. The main advantage of using distance measures in concluded that an algorithm integrating region decision making is that authors can compare the based segmentation and euclidean distance alternatives of the problem with some ideal result. method yields accurate results in diagnosing Then, by doing this comparison the alternative with a appendicitis. closest result to the ideal is the optimal choice. Euclidean distances are special because they conform Keywords – Data Mining, Euclidean Distance, to our physical concept of distance [6]. Manhattan Distance, Ultrasound, Appendicitis Appendectomy remains the only curative treatment of appendicitis. The surgeon's goals are to evaluate a I. INTRODUCTION relatively small population of patients referred for Appendicitis is sudden onset of inflammation suspected appendicitis and to minimize the negative of the appendix, which is a small, finger-shaped blind- appendectomy rate without increasing the incidence of ending sac that branches off the first part of the large perforation. Author’s main goal is approaching 100% intestine. Except for a hernia, acute appendicitis is the sensitivity for the diagnosis in a time, cost and most common cause in the USA of an attack of efficient method [7]. severe, acute abdominal pain that requires abdominal operation. The incidence of acute appendicitis is C. Paper Organization around 7% of the population in the United States and This paper makes two contributions; first in European countries. In Asian and African countries, authors find the distance between two points. Second, the incidence is probably lower because of the dietary authors introduce a euclidean and manhattan habits of the inhabitants of these geographic areas. distances. The rest of this paper is organized as Appendicitis occurs more frequently in men than in follows: Section II presents overview of image women, with a male-to-female ratio of 1.7:1. mining; Section III describes system description; Appendicitis can affect any age but is more common Section IV introduce proposed algorithm; Section V in young people between 8 and 14 years. Rare cases of represents euclidean distance; Section VI neonatal and prenatal appendicitis have been reported demonstrates manhattan distance; Section VII shows [1]. experiments and results; Section VIII represents performance evaluation. Finally, Section IX concludes A. Related Work the paper. Prabhudesai, Gould and Rekhraj proposed that artificial neural networks can be an useful aid in 1050 | P a g e
  • 2. Balu Ramu , Devi Thirupathi / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 2, Issue4, July-August 2012, pp.1050-1055 II. IMAGE MINING Image mining is a technique which handles the mining of information, image data association, or additional patterns not unambiguously stored in the images [8]. It utilizes methods from computer vision, image processing, image retrieval, data mining, machine learning, database, and artificial intelligence. Rule mining has been implemented to huge image databases [9]. The main intention of image mining is to produce all considerable patterns without any information of the image content, the patterns types are different. They could be classification patterns, description patterns, correlation patterns, temporal patterns and spatial patterns. Image mining handles with all features of huge image databases which comprises of indexing methods, image storages, and image retrieval, all regarding in an image mining system [10-11]. Rajendran and Madheswaran discussed an improved image mining technique. An enhanced image mining technique for brain tumor classification using pruned association rule with MARI algorithm is Fig3.1. Overview of proposed system presented in their paper [12]. Dubey illustrated about an Image mining methods which is dependent on the IV. PROPOSED ALGORITHM color histogram, texture of that image. The query To summarize our method authors described image is considered, then the color histogram and below, the algorithm is as follows. texture is created and in accordance with this the resultant image is found [13]. Ramadass Sudhir Step1: Image Capturing provides a marginal overview for future research and Image Capturing is a process to acquire the improvements. digital image into Matlab. Ultrasound image from the database is obtained through imread command in III. SYSTEM DESCRIPTION matlab. The exact path of the image should be given as the argument to imread command. In matlab, Graphical representation of any process is captured image is displayed using imshow command always better and more meaningful than its by passing a variable as the argument and the image representation in words. A euclidean distance can be can also be displayed in the image viewer using efficiently used to identification of acute appendicitis. imtool command. This system consists of five steps, Step2: Image Extraction (a) The first step is image capturing; here the Appendicitis is slightly brighter than its ultrasound image is acquired from patient database surrounding areas, produces a sharp peak of unusual through mat lab gray level intensity pixels. (b) The second step is image preprocessing; Step3: Image Prepreocessing remove of noise components appendicitis regions such The pre-processing technique eliminates the as label, marks on the image is removed incomplete, noisy and inconsistent data from the image in the training and test phase. In the images are (c) The third step is image enhancement; noise in too noisy or blurred, they should be filtered and the preprocessed image is removed through median sharpened and for removing the unwanted portions of filter the image. (d) The fourth step is used similarity measures Step4: Image Enhancement include euclidean and manhattan distance; The preprocessed images will have some (e) The final step is matched the results to noise which should be removed for the further manhattan and Euclidean distance; here to find out the processing of the image. In conventional enhancement acute appendicitis. techniques such as low pass filter, median filter, gabor filter, gaussian filter, prewitt edge-finding filter, normalization method are employable for this work. 1051 | P a g e
  • 3. Balu Ramu , Devi Thirupathi / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 2, Issue4, July-August 2012, pp.1050-1055 Step5: Similarity Measures In this paper, the appendicitis is detected VI. MANHATTAN DISTANCE using the distance measure in order to confirm the patient is diagnosed with appendices. The distance is The distance between two points in a grid is predominant to bring out the diagnosis [19]. based on a strictly horizontal and/or vertical path as opposed to the diagonal. The Manhattan distance is the simple sum of the horizontal and vertical components, whereas the diagonal distance might be computed by applying the Pythagorean Theorem [16]. The Manhattan distance function computes Step6: Suggestion of Diagnosis the distance that would be traveled to get from one data point to the other if a grid-like path is followed V. EUCLIDEAN DISTANCE and Manhattan distance between two items is the sum of the differences of their corresponding components. Euclidean distance is the distance between Fig 5.1 shows the difference between Euclidean two points in Euclidean space. Take two points P and Distance and Manhattan Distance. The formula for Q in two dimensional Euclidean spaces. This this distance between a point X=(X1, X2, etc.) and a describes P with the coordinates (p1, p2) and Q with point Y=(Y1, Y2, etc.) is [15]: the coordinates (q1, q2). Now construct a line segment with the endpoints of P and Q. This line segment will form the hypotenuse of a right angled triangle. The distance between two points p and q is defined as the square root of the sum of the squares of the differences between the corresponding coordinates of the points; for example, in two-dimensional Euclidean geometry, the Euclidean distance between two points a = (ax, ay) and b = (bx, by) is defined as: Fig. 6.1 Difference between Euclidean Distance This algorithm computes the minimum and Manhattan Distance [32] Euclidean distance between a column vector x and a collection of column vectors in the codebook matrix VII. EXPERIMENTS AND RESULTS cb. The algorithm computes the minimum distance to x and finds the column vector in cb that is closest to x. An experiment has been conducted on It outputs this column vector, y, its index, idx, cb, and sonographic scan image based on the proposed flow distance, the distance between x and y. diagram as shown in Fig 3. 1. The sonographic image is first captured as an input image, and then decorrelation stretch has been used to remove the noise component from that image. Decorrelation stretch has been used to find the edge feature in the ultrasound scan image. Using this technique the noise component is removed from the image. 7.1 Sample Appendicitis In one dimension, the distance between two points, x1 and x2, on a line is simply the absolute value of the difference between the two points: [3] In two dimensions, the distance between P = (p1,p2) Fig. 7.1 Normal Image vs Appendicitis images and q = (q1,q2) is: 1052 | P a g e
  • 4. Balu Ramu , Devi Thirupathi / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 2, Issue4, July-August 2012, pp.1050-1055 obtained are: out of 21 images, 21 instances show thickness measured as greater than 6 mm. Table 6.1 : Comparison of Proposed Method, Real Result, WBC, Xray and Manhattan Distance S Real X AGE SEX WBC Eculidean Manhattan NO Result RAY Fig. 7.2 Sample Appendicitis images 1 42 M + + - + - 2 26 M + + - + - 3 31 M + + - + - 4 25 M + + - + - 5 18 M + + - + - 6 21 M + + - + - 7 40 M + + - + - 8 21 M + + - + - 9 24 M + - - + - 10 29 M - + - + - 11 34 M + + - + - Fig. 7.3 Proposed Systems shows Appendicitis images 12 24 M + + - + - 13 27 M - + - + - 7.2 Results 14 42 M + + - + - The study period was from Aug 2011 – Nov 15 35 M + + - + - 2011. Ultrasound imaging was done in all patients. Patients were followed up until the discharge 16 37 M + - - + - diagnosis was made. Acute appendicitis of 17 40 M + - - + - sonographic image findings in 21 patients was done. 18 16 M + + - + - In the experimental study the total number of 21 instances studied where in the range of 16 – 42 years. 19 22 F + + - + - Male and female sex ratio is in the range of 6: 1. The 20 28 F + - - + - column chart clearly shows the sex distribution for these 21 images. 21 30 F + - - + - A sonologist has been consultated and the results obtained from the sonologist on the same 21 samples reveal that 21 patients are affected by appendicitis. A comparison of the results obtained from the proposed system with the results obtained from the sonologist has been done and the results are as shown in table 6.2. VIII. PERFORMANCE EVALUATION All these features were extracted for this particular domain. Authors used the features extracted Graph 7.1 Patients Ratio from the training image, on the testing images. Hence in essence, authors have developed a system, which is The images are classified in two different trained once and then applies the same technique to sizes based on the thickness of appendicitis with other images. The goodness of these features can be greater than 6 mm and less than 6 mm. The proposed judged by certain evaluation criteria. The second set system is tested with 21 images and the results of images was used for comparison and validation. The validation images have the same size and hence 1053 | P a g e
  • 5. Balu Ramu , Devi Thirupathi / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 2, Issue4, July-August 2012, pp.1050-1055 can be compared with the extracted images. For a provide valuable support to the the physicians in two-class problem, there can be 4 possible outcomes decision making at the time of diagnosis. This work of a prediction [17]. The outcomes are True Positives can be further extended to improve the precision of (TP), True Negatives (TN), False Positives (FP) and the diagnosis result while detecting appendicitis from False Negatives (FN). Based on commonly used sonographic images. performance measures in two statistical measures were computed to assess system performance namely ACKNOWLEDGMENT recall and precision. Table8.1 shows the values of Authors wish to thank Sonologist for recall and precision of each diagnosed images using providing the sonography images. The authors the proposed system. extended their sincere thanks to Department of Precision: Defined as the diagnosed images, which is Computer Applications for giving permission to do relevant. the research and all others directly or indirectly helped in pursuing this research. REFERENCES [1] S. G. Prabhudesai S. Gould S. Rekhraj P. P. Tekkis Recall: Defined as the diagnosed images versus all G. Glazer P. Ziprin, “Artificial Neural Networks: database images. Useful Aid in Diagnosing Acute Appendicitis”, World J Surg (2008) 32:305–309. [2] E.Sivasankar, S.Rajesh andR.Venkateswaran,“Diagn osing Appendicitis Using Backpropagation Neural Table 8.1 Recall and precision using the proposed Network and Bayesian Based Classifier”, system International Journal of Computer Theory and Engineering, Vol. 1, No. 4, October, 2009 1793- Method Precision Recall 8201 Eculidean 0 1 [3] R. Balu, T. Devi, “Identification of Acute Manhattan 0.5 1 Appendicitis Using Euclidean Distance on Real Result 0.525 1 Sonographic Image”, International Journal of WBC 0.567 1 Innovative Technology & Creative Engineering, XRay 0.5 1 ISSN : 2045-8711, pp 32 - 38, Vol.1 No.7 July 2011 [4] Mesut Tez Selda Tez Erdal Gocmen, “Neurofuzzy is Useful Aid in Diagnosing Acute Appendicitis”, World J Surg (2008) 32:2126. [5] Ji Zhang, Wynne Hsu and Mong Li Lee, “Image Mining: Trends and Developments”, Journal of Intelligent Information Systems archive, Volume 19, Issue 1 Pages: 7 - 23, 2002. [6] Jose M. Merigo, “Decision making with distance measures, owa operators and weighted averages”, gandalf.fcee.urv.es/ sigef/english/congres sos/.../045_Merigo.pdf Fig. 8.1 Recall and precision using the proposed [7] Sandy Craig and Barry E Brenner, system “Appendicitis”,http://emedicine.medscape.com/articl /773895-overview [8] Zhang Ji, Hsu, Mong and Lee, “Image Mining: XI. CONCLUSION AND FUTURE Issues, Frameworks and Techniques,” Proceedings WORK of the Second International Workshop on Multimedia In this paper, authors propose an automatic Data Mining (MDM/KDD’2001), in conjunction appendicitis detection system that takes sonographic with ACM SIGKDD conference, San Francisco, images as input and using image mining technique. USA, 26 August. The images are preprocessed with various techniques. [9] C. Ordonez and E. Omiecinski (1999), “Discovering Compared with real result, WBC, Xray and association rules based on image content,” Manhattan, the proposed system offers many Proceedings of the IEEE Advances in Digital advantages including better accuracy, greater noise Libraries Conference (ADL’99). reduction, faster speed and complete automation. The [10] R. Missaoui and R. M. Palenichka (2005), “Effective precision and recall obtained are 0.525 and 1 image and video mining: an overview of modelbased respectively. The developed system is expected to approaches,” In MDM ’05: Proceedings of the 6th international workshop on Multimedia data mining, 1054 | P a g e
  • 6. Balu Ramu , Devi Thirupathi / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 2, Issue4, July-August 2012, pp.1050-1055 pp. 43–52. 1719, Vol 2, No.6, 2011 [11] Ashok N. Srivastava and Nikunj Oza (2004), [15] Predictive Patterns Software Inc. in January of 2004 “Knowledge Driven Image Mining With Mixture “Overview of Manhattan Distance” at Density Mercer Kernels,” Workshop on the Theory http://www.improvedoutcomes.com/docs/WebSiteD and Applications of Knowledge Driven Image ocs/Clustering/Clustering_Parameters /Manhattan_D Information Mining, with focus on Earth istance_Metric.htm Observation. [16] Wikipedia, Mar 25, 2012. “Manhattan distance”, [12] P. Rajendran and M. Madheswaran (2009), “An http://en.wiktio nary .org/ wiki/Manhattan_distance, Improved Image Mining Technique For Brain [17] I. Witten and E. Frank, “Data Mining: Practical Tumour Classification Using Efficient classifier”, Machine Learning tools and techniques with Java International Journal of Computer Science and Implementations”, Morgan Kaufmann publications, Information Security, vol. 6, no. 3, pp. 107-116. 2000. [13] Rajshree S. Dubey (2010), “Image Mining using [18] Fatma, S.N., Nashipudimath, M, “Image mining Content Based Image Retrieval System”, (IJCSE) using association rule”, Information and International Journal on Computer Science and Communication Technologies (WICT), 2011. Engineering Vol. 02, No. 07, pp. 2353-2356. [19] Margaret H. Dunham, “Data Mining: [14] Ramadass Sudhir, “A Survey on Image Mining Introductory and Advanced Topics”, Prentice Hall, Techniques: Theory and Applications”, Computer 2002 Engineering and Intelligent Systems , ISSN 2222- 1055 | P a g e