288
Views
0
CrossRef citations to date
0
Altmetric
Original Articles

Intelligent System for Diagnosis of Erythema Migrans

, , , , &

Abstract

Lyme borreliosis is the most common human tick-borne infectious disease of the Northern Hemisphere. One of the first signs of the disease is erythema migrans, a skin lesion that appears within days to weeks after an infected tick bite. In this article, a novel intelligent system for erythema migrans recognition is presented based on image and text information, applicable for individual and clinical web-based use. Novelties of our approach include a combination of visual and textual attributes, a new combination of visual attributes (geometrical, color, and Gabor-filter based), and a new algorithm for calculation of color-based attributes. Procedurally, the intelligent system for erythema migrans recognition integrated in a web-based application facilitates provisional diagnosis of erythema migrans in the general population and assists general medical practitioners in their decisions. Several classification methods—Naïve Bayes, Support Vector Machine, Adaboost, and Random forest—were tested in order to achieve improved performance.

INTRODUCTION

Lyme borreliosis (LB) is a multisystem disease (Steere Citation2001; Steere, Coburn, and Glickstein Citation2004), caused by Borrelia burgdorferi sensu lato and transmitted by a tick bite. Early course of LB is characterized by an expanding skin lesion named erythema migrans (EM). The lesion typically appears after a tick bite as a small redness at the site of the bite and expands over a period of days to weeks, often to an oval lesion with a central clearing (Strle and Stanek Citation2009; Stanek et al. Citation2011). The EM may be accompanied by fatigue, fever, headache, mild stiff neck, arthralgia, and myalgia, but such symptoms are not indicative of LB if they occur in the absence of EM (Steere, Coburn, and Glickstein Citation2004). Without treatment, EM resolves within several weeks to months but the infection may progress and affect skin, nervous system, and/or joints, and less frequently eyes and/or heart (Steere Citation2001; Steere, Coburn, and Glickstein Citation2004; Stanek et al. Citation2012). Early detection of the disease and proper antibiotic treatment successfully prevent later, more harmful manifestations of LB.

Intelligent systems help to improve the diagnosis of various diseases due to growing computing power and advances in artificial intelligence. When properly used, intelligent systems can help physicians with diagnosis (Avci Citation2012; Übeyli and Doğdu Citation2008; Zolnoori et al. Citation2012; Vila-Francés et al. Citation2013, Barbosa, DeVito, and Felippe Filho Citation2009; De Toro, Aroba, and Ros Citation2011; Lavrač et al. Citation1998). However, for some diseases, such as LB, the design of an intelligent system presents a particular challenge because physicians combine various sources of information and knowledge.

Most of the related approaches for computer-aided diagnosis of skin diseases use image processing techniques. Intensive researches are made in the field of skin cancer (Celebi et al. Citation2007; Blum et al. Citation2004; Burroni et al. Citation2005; Patwardhan, Dhawan, and Relue Citation2003; Abbas et al. Citation2013; Maglogiannis and Charalampos Citation2009; LeAnder et al. Citation2010) computer-aided diagnosis systems, but not in the field of infectious diseases, including early LB. Safi et al. (Citation2012) proposed a machine learning approach to classify melanocytic lesions into malignant and benign skin lesions. They combined color, shape, and texture information for the classification made with a Support Vector Machine (SVM) algorithm with polynomial kernel. An alternative computer-aided diagnosis of melanoma skin lesion was proposed by Garnavi, Aldeen, and Bailey (Citation2012). The novelty of their system lies in the optimized selection and integration of textural, border-based, and geometrical properties of skin lesions. Classification was performed with the use of SVM, Random forest, Logistic model tree, and Hidden Naïve Bayes classifier. Furthermore, Abbas et al. (Citation2012) developed a novel pattern-classification system based on the extraction of color, architectural order, symmetry of pattern, and homogeneity. These attributes were applied to the multiclass SVM classifier.

Another related detection system is classification of color and texture attributes of the human tongue that reflects the patient health status (Ning et al. 2012; Zhang, Xu, and Cai Citation2009). For the classification of the patient health status, a classification transductive SVM method was proposed by Zhang, Xu, and Cai (Citation2009).

Certain similarities to our work are also found in the field of allergic lesion recognition (Roullot et al. Citation2005; Huttunen et al. Citation2011).

Because analysis of the course and outlook of EM and description of the disease symptoms represent the bases of the clinical diagnosis of this early manifestation of LB, we decided to design an intelligent system that would incorporate both visual and textual information. Our objectives were to facilitate the decision for or against the need of medical help in the general population and to assist general medical practitioners in their decisions.

Recognition of EM is a challenging task because the color of the skin lesion typically varies from very pale to very intense red, less frequently blue or brown shades, or even a combination of several colors. Furthermore, the diameters of skin lesions in our database vary from 2 centimeters to 30 centimeters or even larger. In addition, according to the database that we collected, the differences between symptoms associated with EM and symptoms associated with non-EM are small, differing only in details. In this study, an intelligent system for EM (ISEM) recognition that combines several sources of information is presented. It describes the materials and methods used in the intelligent system, gives experimental results, and provides discussion. The conclusion section summarizes our findings and introduces further research.

DESIGN AND STRUCTURE

The ISEM in is designed for web diagnosis to advise whether medical help is needed. Web users are asked by the ISEM to provide image and textual information in the form of a questionnaire concerning the course and outlook of EM. If the decision to see a medical practitioner is reached, the ISEM can assist the practitioner by enabling the access to previous images and text information of the patient using the unique patient identity key (UPIDK), and the line of the reasoning of how the system reached its opinion.

FIGURE 1 Flowchart of the proposed ISEM use.

FIGURE 1 Flowchart of the proposed ISEM use.

For the obtained input, ISEM first processes the image and questionnaire text responses. The information from both sources is integrated in two phases: the edge detection of the skin lesion and the recognition of potential EM.

Because the edge detection affects the results of the aforementioned subsequent step, the process of the edge detection is of main importance (Abbas, Fondón, and Rashid Citation2011). This process is divided into three steps. The first step is called image scaling, wherein images are resized to the same size. In the second step, the images are processed to reduce noise and improve image contrast (Celebi, Iyatomi, and Schaefer Citation2009). The third step in edge detection is segmentation. Most commonly used segmentation methods in medical imaging (Couprie, Najman, and Talbot Citation2011) and, therefore, suitable for segmentation of skin lesions are contour tracking methods, region growing method (Roullot et al. Citation2005; Iyatomi et al. Citation2008), GrowCut method (Ayoub, Hajdu, and Nagy Citation2012), Random Walker method (Wighton et al. Citation2009), active contours (Kass, Witkin, and Terzopoulos Citation1988; Zhang, Song, and Zhang Citation2010), level sets, geodesic active contours, Graph Cut method (Felzenszwalb and Huttenlocher Citation2004; Peng, Zhang, and Yang Citation2009), watershed algorithms (Vincent and Soille Citation1991), scale multiplication algorithms (Zhang and Paul Citation2002; Paul, Zhang, and Wu Citation2005), generic segmentation models, and deformable segmentation models (McInerney and Terzopoulos Citation1996; He et al. Citation2008). Similar to edge detection, the recognition of EM is also divided into steps. In the first step, calculation of visual attributes gained from edges of skin lesion images is performed. These attributes are then combined with textual attributes and are used together for the second step, named classification (Garnavi, Aldeen, and Bailey Citation2012), to class EM.

illustrates the algorithmic structure of the proposed ISEM system. The touchscreen input skin lesion marker (LM; the user draws a curve around the skin lesion) defines the position of the skin lesion on the image and is used further on for calculation of a label matrix, an input matrix needed for the functioning of GrowCut (Vezhnevets and Konouchine Citation2005) segmentation. Furthermore, the text input requires that the user provides additional answers to the questions related to EM.

FIGURE 2 ISEM system. i) User input: skin lesion image, LM, web-based questionnaire. ii) Edge detection: a) image scaling and preprocessing, b) segmentation. iii) Recognition: c) visual and textual attributes, d) classification.

FIGURE 2 ISEM system. i) User input: skin lesion image, LM, web-based questionnaire. ii) Edge detection: a) image scaling and preprocessing, b) segmentation. iii) Recognition: c) visual and textual attributes, d) classification.

In the following sections, the database and methods used in the ISEM are described.

DATABASE

In 2012 and 2013, an image database was acquired by taking photographs of skin lesions of patients with suspected EM, examined at the Lyme borreliosis Outpatients Clinic of the Department of Infectious Diseases, University Medical Center Ljubljana, Slovenia, using a commercial camera Canon EOS 600D. Each skin lesion image from the database is accompanied with textual description of the lesion’s course and outlook as well as information on associated symptoms related to the early LB, obtained at the medical examination of the patient. Out of 181 skin lesions located on different parts of the human body, 113 cases of EM have been determined by a physician experienced in the diagnosis of LB. The remaining 68 skin lesions represent negative close-match cases of EM skin lesions.

GROWCUT-LM SEGMENTATION

Our LM was used to improve the functioning of the GrowCut method (Vezhnevets and Konouchine Citation2005). The calculation of LM first requires the user to draw a curve around the skin lesion. Second, from the outlier curve or the outlier points, we automatically calculate inlier points by uniformly decreasing the outlier curve using the MATLAB function maketform (MathWorks Citation2012a) and affine transformation for scaling, which is defined as follows:

(1)
where experimentally obtained scaling factor values for our image database are After the scaling of the outlier curve or outlier points, the inlier curve or the inlier points are translated to the center of the outlier curve or the outlier points.

RECOGNITION OF EM

Visual Attributes

After the extraction of skin lesion edges with the GrowCut-LM segmentation method, the parameters eccentricity, small axis b, large axis a, orientation o, and center c were obtained using the MATLAB regionprops (MathWorks Citation2012b) function. Based on the geometrical, color, and textural properties of the skin lesion image, the following visual attributes were defined:

  • eccentricity e: MATLAB regionprops function

  • axis ratio r:

(2)
  • ellipse focus f:

    (3)

  • Color: standard deviation (Sc) and median (Mc):

    For the calculation of new color band attributes, let A(i,j,k) with dimension M*N*3 be the skin lesion RGB image, which is first converted to HSV color space described by Issac Niwas et al. (Citation2012). The H component of the HSV color space was experimentally chosen out of H, S, and V for further investigation and is denoted as H(i,j). Vectors X(α) and Y(α) represent the x and y (respectively) coordinates of points on the ellipse that lie just outside the skin lesion edge represented in the parametric form, while Xn(α) and Yn(α) represent the points on the ellipse n lying inside the skin lesion edge. shows the ellipses represented with dots and the skin lesion is represented by the curve.

    FIGURE 3 The outer ellipse f (Y(α), X(α)) and the inner ellipse n f(Yn(α), Xn(α)).

    FIGURE 3 The outer ellipse f (Y(α), X(α)) and the inner ellipse n f(Yn(α), Xn(α)).

    The procedure for calculation of points on the ellipses in parametric form in is as follows:

    (4)
    (5)
    where xc and yc represent the center of the segmented skin lesion and are calculated with the MATLAB regionprops function. Parameter α increases with equal step from 0 to 2π, z is a factor that sets the outlier ellipse radius, and β is the angle between the y axis of the image coordinate system and the ellipse a axis. Furthermore, an and bn define the size of inlier ellipse n. The size of inlier ellipses increases with equal step to form an appropriate number of the inner ellipses.

    Afterward, matrices C and Cn are formed as zero matrices and are filled with values of 1 to define a binary matrix representing an ellipse contour:

    (6)
    (7)

    The matrices O(i,j) and On(i,j) represent the bands of H component values for each ellipse and are computed by multiplying the H(i,j) with the matrices C(i,j) and Cn(i,j) as defined by Equation (8) and Equation (9):

    (8)
    (9)
    where is an element by element product. The mean value L of nonzero pixels is calculated from O(i,j), while the On(i,j) is used for calculation of the mean values L.n for each inner ellipse separately. The differences ln in the mean color of inlier ellipse n versus the mean color of the outlier ellipse are computed by subtracting L from L.n. shows the inner ellipses O1(i,j), O2(i,j), On(i,j) and outer ellipse O(i,j), represented with dots whereas the skin lesion is represented by the curve. The inner and outer ellipses are then used for the computation of ln with the corresponding Equation (10):
    (10)
    and are used for the final calculation of attributes Sc and Mc.

    FIGURE 4 Computation of difference ln.

    FIGURE 4 Computation of difference ln.

  • Gabor: magnitude mean value (Mρ) and standard deviation (Sρ):

    For the calculation of the mean value and standard deviation of the normalized response magnitude, a two-dimensional normalized Gabor filter ψ(u,v) (Kamarainen, Kyrki, and Kalviainen Citation2006) was used. For the calculation of normalized response S(u,v) of ψ(u,v) for the previously mentioned H color space component of segmented skin lesion image φ(u,v), the first step is to calculate a two-dimensional fast Fourier transform (MathWorks Citation2013a) Λ(u′, v′) of image φ(u,v):

    (11)
    where 0 ≤ u′ ≤ M−1 and 0 ≤ v′ ≤ N − 1. Furthermore, a two-dimensional inverse fast Fourier transform (MathWorks Citation2013b) of element-by-element product of Λ(u′, v′) and φ(u,v) is as follows:
    (12)
    where 0 ≤ u ≤ M − 1 and 0 ≤ v ≤ N − 1.

    From the S(u,v) the magnitude ρ(u,v) was calculated by the following equation:

    (13)
    where ρ(u,v) was used further on for the calculation of Mρ and Sρ.

Textual Attributes

The first part of textual attributes used in the system depicts the course of EM symptoms related to the early LB and includes answers to the following questions:

  • Is the tick bite (TB) on the site of skin lesion (binary attribute zero or one)?

  • What is the duration (from 0 onward) of skin lesion in weeks (DW)?

  • What is the number of local problems (LP), including itching, burning, and pain (possible answers are: from 1 to 3)?

  • What is the number of general problems (GP), including fatigue, malaise, headache, muscle pain, joint pain, fever, shiver, sleepiness, insomnia (possible answers are: from 1 to 9)?

  • What is the spread (S) of the skin lesion (binary attribute zero or one)?

The second part of the textual attributes describes the additional visual properties of the skin lesion:

  • Does the skin lesion have a form of a ring shape (RS) (binary attribute zero or one)?

  • What is the size of the minor diameter (MI) of the skin lesion in centimeters at the time of image capture?

  • What is the size of the major diameter (MA) of the skin lesion in centimeters at the time of image capture?

Visual and Textual Attribute Ranking Method

After the calculation of visual attributes and integration with textual attributes, the attribute-quality ranking assessment was performed using the Relieff method. The method was verified with 10-fold cross validation.

The Relieff algorithm is used to estimate the attribute quality with respect to the two neighbors nearest to a randomly chosen instance, a nearest hit or miss. The algorithm is capable of estimating the quality of attributes with strong dependencies between attributes and is not limited to two-class problems. Furthermore, the algorithm is robust to incomplete and noisy data and provides a unified view on the attribute estimation in regression and classification (Kononenko, Šimec, and Robnik-Šikonja Citation1997; Robnik-Šikonja and Kononenko Citation1997; Robnik-Šikonja and Kononenko Citation2003).

Classification

The attributes described in the previous visual and textual attribute subsections were used in the experiment in which the goal was to recognize EM and thus provide the decision for the diagnosis of potential early LB and refer the web user to seek professional help. shows the number of positive and negative cases for the experiment.

TABLE 1 Positive and Negative Cases of EM Class for all 181 Cases

All 181 cases of visual and textual attributes were used as inputs to MATLAB implementations of classification algorithms Naïve Bayes, SVM, Adaboost and Random forest. Several measures—accuracy, sensitivity, and F measure (F1; Kononenko and Kukar Citation2007)—were calculated to estimate the performance of these classifiers. Equations for these measures are defined as follows:

(14)
(15)
(16)
where true positive (TP) is the number of cases correctly classified as EM. True negative (TN) is the number of cases correctly classified as not related to EM, whereas false positive (FP) is the number of incorrectly classified cases of EM, and false negative (FN) is the number of incorrectly classified cases not related to the EM.

Furthermore, the results of the classification were evaluated with 10-fold cross validation. Additionally, standard deviation results for the accuracy (σAcc), sensitivity (σSens), and F1 (σF1) were also calculated.

RESULTS AND DISCUSSION

The computation of mean ranks, using the Relieff method for all 181 cases, was evaluated with 10-fold cross validation. shows the mean ranks for visual attributes, shows the mean ranks for the textual attributes, and the mean ranks for visual and textual attributes together. The highest mean rank in , , and has a value of 1. From , the attributes e and Sρ have the highest mean rank, however, for and the attribute S has the highest mean rank.

shows accuracy, sensitivity, and F1 results for the classification of all 181 cases to class EM. All the results in were evaluated with 10-fold cross validation. also shows that the Random forest gave slightly better results for all the calculated measures to all 181 cases.

TABLE 2 Visual Attribute Mean Ranks

TABLE 3 Textual Attribute Mean Ranks

TABLE 4 Visual and Textual Attribute Mean Ranks

TABLE 5 Classification to Class EM for all 181 Cases

Combining textual and visual attributes enabled over 93% classification accuracy. ISEM seems suitable for real-world applications, because it successfully emulates the first-level medical expert examination.

For general public tests, it is most important to classify correctly as many infected people as possible. For this purpose, a sensitivity (see Equation 15) measure was calculated. The higher the sensitivity is, the better the classification of infected people. In addition, the accuracy (see Equation 14) and F1 (see Equation 16) measures were also calculated as additional verification of the classification model performance.

Because it was envisaged that the system will be used also on mobile devices with touchscreen display, the display was simulated using the laptop touchpad, allowing the user to draw an LM input and choose the answers related to disease symptoms. For older mobile devices, there might be problems with lens quality as well as with absence of touch-sensitive display.

CONCLUSION AND FUTURE WORK

We investigated the methodology needed for the development of the intelligent system for erythema migrans (ISEM) recognition and, thus, provide a means to make the decision for the diagnosis of potential early LB and refer a person with skin redness to seek medical help.

The study indicates the importance of attributes based on the attribute ranking (see , , and ) with the Relieff algorithm. The highest ranking attributes were the spread of the skin lesion (S), the tick bite on the site of the skin lesion (TB), the size of the major diameter in centimeters (MA), the size of the minor diameter in centimeters (MI), eccentricity (e), and the magnitude standard deviation (Sρ); see .

The proposed combination of textual and visual attributes gave satisfactory results, emulating the medical expert examination and indicating its potential usefulness for the general population. The Random forest classifier gave slightly better results for all the measures calculated (see ). The decision to combine image analysis with textual analysis is based on medical practice used for the diagnosis of early LB.

In addition to the expectations of rapid development of mobile devices, we intend to perform tests on mobile devices with touchscreen display and reduce the number of attributes as much as possible in order to minimize user interaction to the point where the system performance will not decrease.

REFERENCES

  • Abbas, Q., I. Fondón, and M. Rashid. 2011. Unsupervised skin lesions border detection via two-dimensional image analysis. Computer Methods and Programs in Biomedicine 104:e1–e15.
  • Abbas, Q., M. E. Celebi, and I. Fondon. 2012. Computer-aided pattern classification system for dermoscopy images. Skin Research and Technology 18:278–289.
  • Abbas, Q., M. E. Celebi, C. Serrano, I. Fondón García, and G. Ma. 2013. Pattern classification of dermoscopy images: A perceptually uniform model. Pattern Recognition 46:86–97.
  • Avci, E. 2012. A new expert system for diagnosis of lung cancer: GDA–LS_SVM. Journal of Medical Systems 36:2005–2009.
  • Ayoub, A., A. Hajdu, and A. Nagy. 2012. Automatic detection of pigmented network in melanoma dermoscopic images. The International Journal of Computer Science and Communication Security 2:58–63.
  • Barbosa, F. D. S., K. L. Devito, and W. N. Felippe Filho. 2009. Using a neural network for supporting radiographic diagnosis of dental caries. Applied Artificial Intelligence 23:872–882.
  • Blum, A., H. Luedtke, U. Ellwanger, R. Schwabe, G. Rassner, and C. Garbe. 2004. Digital image analysis for diagnosis of cutaneous melanoma. Development of a highly effective computer algorithm based on analysis of 837 melanocytic lesions. British Journal of Dermatology 151:1029–1038.
  • Burroni, M., P. Sbano, G. Cevenini, M. Risulo, G. Dell’eva, P. Barbini, C. Miracco, M. Fimiani, L. Andreassi, and P. Rubegni. 2005. Dysplastic naevus vs. in situ melanoma: Digital dermoscopy analysis. British Journal of Dermatology 152:679–684.
  • Celebi, M. E., H. Iyatomi, and G. Schaefer. 2009. Contrast enhancement in dermoscopy images by maximizing a histogram bimodality measure. Paper presented at the 16th IEEE International Conference on Image Processing, November 07–10, Cairo, Egypt, 2601–2604.
  • Celebi, M. E., H. A. Kingravi, B. Uddin, H. Iyatomi, Y. A. Aslandogan, W. V. Stoecker, and R. H. Moss. 2007. A methodological approach to the classification of dermoscopy images. Computerized Medical Imaging and Graphics 31:362–373.
  • Couprie, C., L. Najman, and H. Talbot. 2011. Seeded segmentation methods for medical image analysis. In Medical image processing: Techniques and applications, ed. G. Dougherty, 27–57. New York, NY: Springer Science + Business Media.
  • De Toro, F., J. Aroba, and E. Ros. 2011. Computer-aided diagnosis of the paroxysmal atrial fibrillation: A fuzzy–evolutionary approach. Applied Artificial Intelligence 25:590–608.
  • Felzenszwalb, P., and D. Huttenlocher. 2004. Efficient graph-based image segmentation. International Journal of Computer Vision 59:167–181.
  • Garnavi, R., M. Aldeen, and J. Bailey. 2012. Computer-aided diagnosis of melanoma using border and wavelet-based texture analysis. IEEE Transactions on Information Technology in Biomedicine 16(6):1239–1252.
  • He, L., Z. Peng, B. Everding, X. Wang, C. Y. Han, K. L. Weiss, and W. G. Wee. 2008. A comparative study of deformable contour methods on medical image segmentation. Image and Vision Computing 26:141–163
  • Huttunen, H., J. P. Ryynanen, H. Forsvik, V. Voipio, and H. Kikuchi. 2011. Kernel Fisher discriminant and elliptic shape model for automatic measurement of allergic reactions. In Image analysis, 764–773. Berlin, Heidelberg: Springer.
  • Issac Niwas, S., P. Palanisamy, R. Chibbar, and W. J. Zhang. 2012. An expert support system for breast cancer diagnosis using color wavelet features. Journal of Medical Systems 36:3091–3102.
  • Iyatomi, H., H. Oka, M. E. Celebi, M. Hashimoto, M. Hagiwara, M. Tanaka, and K. Ogawa. 2008. An improved Internet-based melanoma screening system with dermatologist-like tumor area extraction algorithm. Computerized Medical Imaging and Graphics 32:566–579.
  • Kamarainen, J. K., V. Kyrki, and H. Kalviainen. 2006. Invariance properties of Gabor filter-based features-overview and applications. IEEE Transactions on Image Processing 15:1088–1099.
  • Kass, M., A. Witkin, and D. Terzopoulos. 1988. Snake: Active contour models. International Journal of Computer Vision 1:321–331.
  • Kononenko, I., and M. Kukar. 2007. Measures for performance evaluation. In Machine learning and data mining, 68–81. Chichester, UK: Horwood Publishing Ltd.
  • Kononenko, I., E. Šimec, and M. Robnik-Šikonja. 1997. Overcoming the myopia of inductive learning algorithms with RELIEFF. Applied Intelligence 7:39–55.
  • Lavrač, N., I. Kononenko, E. Keravnou, M. Kukar, and B. Zupan. 1998. Intelligent data analysis for medical diagnosis: Using machine learning and temporal abstraction. AI Communications 11:191–218.
  • LeAnder, R., P. Chindam, M. Das, and S. E. Umbaugh. 2010. Differentiation of melanoma from benign mimics using the relative-color method. Skin Research and Technology 16:297–304.
  • Maglogiannis, I., and N. D. Charalampos. 2009. Overview of advanced computer vision systems for skin lesions characterization. IEEE Transactions on Information Technology in Biomedicine 13:721–733.
  • MathWorks. 2012a. Maketform. http://www.mathworks.com/help/images/ref/maketform.html ( accessed December 19, 2012).
  • MathWorks. 2012b. Regionprops. http://www.mathworks.com/help/images/ref/regionprops.html ( accessed December 21, 2012).
  • MathWorks. 2013a. Fft2. http://www.mathworks.com/help/vision/ref/2dfft.html ( accessed July 8, 2013).
  • MathWorks. 2013b. Ifft2. http://www.mathworks.com/help/vision/ref/2difft.html ( accessed July 8, 2013).
  • McInerney, T., and D. Terzopoulos. 1996. Deformable models in medical image analysis: A survey. Medical Image Analysis 1:91–108.
  • Ning, J., D. Zhang, C. Wu, and F. Yue. 2010. Automatic tongue image segmentation based on gradient vector flow and region merging. Neural Computing and Applications 21:1819–1826.
  • Patwardhan, S. V., A. P. Dhawan, and P. A. Relue. 2003. Classification of melanoma using tree structured wavelet transforms. Computer Methods and Programs in Biomedicine 72:223–239.
  • Paul, B., L. Zhang, and X. Wu. 2005. Canny edge detection enhancement by scale multiplication. IEEE Transactions on Pattern Analysis and Machine Intelligence 27:1485–1490.
  • Peng, B., L. Zhang, and J. Yang. 2009. Iterated graph cuts for image segmentation. In Computer vision-ACCV, 677–686. Berlin, Heidelberg: Springer.
  • Robnik-Šikonja, M., and I. Kononenko. 1997. An adaptation of Relief for attribute estimation in regression. In Machine learning: Proceedings of the fourteenth international conference, 296–304. San Francisco, CA, USA: Morgan Kaufmann.
  • Robnik-Šikonja, M., and I. Kononenko. 2003. Theoretical and empirical analysis of ReliefF and RReliefF. Machine Learning 53:23–69.
  • Roullot, E., J. E. Autegarden, P. Devriendt, and F. Leynadier. 2005. Segmentation of erythema from skin photographs for assisted diagnosis in allergology. In Pattern recognition and image analysis, 754–763. Berlin, Heidelberg: Springer.
  • Safi, A., M. Baust, O. Pauly, V. Castaneda, T. Lasser, D. Mateus, N. Navab, R. Hein, and M. Ziai. 2012. Computer-aided diagnosis of pigmented skin dermoscopic images. Lecture Notes in Computer Science 7075:105–115.
  • Stanek, G., V. Fingerle, K. P. Hundfeld, B. Jaulhac, R. Kaiser, A. Krause, W. Kristoferitsch, S. O’Connell, K. Ornstein, F. Strle, and J. Gray. 2011. Lyme borreliosis: Clinical case definitions for diagnosis and management in Europe. Clinical Microbiology and Infection 17:69–79.
  • Stanek, G., G. P. Wormser, J. Gray, and F. Strle. 2012. Lyme borreliosis. Lancet 379:461–473.
  • Steere, A. C. 2001. Lyme disease. New England Journal of Medicine 345:115–125.
  • Steere, A. C., J. Coburn, and L. Glickstein. 2004. The emergence of Lyme disease. Journal of Clinical Investigation 113:1093–1101.
  • Strle, F., and G. Stanek. 2009. Clinical manifestations and diagnosis of Lyme borreliosis. Current Problems in Dermatology 37:51–110.
  • Übeyli, E. D., and E. Doğdu. 2008. Automatic detection of erythemato-squamous diseases using k-means clustering. Journal of Medical Systems 34:179–184.
  • Vezhnevets, V., and V. Konouchine. 2005. “GrowCut”– Interactive multi-label N-D image segmentation by cellular automata. In Proceedings of Graphicon, Novosibirsk Akademgorodok, Russia, June 20–24 150–156.
  • Vila-Francés, J., J. Sanchís, E. Soria-Olivas, A. J. Serrano, M. Martínez-Sober, C. Bonanad, and S. Ventura. 2013. Expert system for predicting unstable angina based on Bayesian networks. Expert Systems with Applications 40(12):5004–5010.
  • Vincent, L., and P. Soille. 1991. Watersheds in digital spaces: An efficient algorithm based on immersion simulations. IEEE Transactions on Pattern Analysis and Machine Intelligence 13:583–598.
  • Wighton, P., M. Sadeghi, T. K. Lee, and M. S. Atkins. 2009. A fully automatic random walker segmentation for skin lesions in a supervised setting. In Medical image computing and computer-assisted intervention, 1108–1115. Berlin, Heidelberg: Springer.
  • Zhang, L., and B. Paul. 2002. Edge detection by scale multiplication in wavelet domain. Pattern Recognition Letters 23:1771–1784.
  • Zhang, K., H. Song, and L. Zhang. 2010. Active contours driven by local image fitting energy. Pattern Recognition 43:1199–1206.
  • Zhang, X., X. Xu, and Y. Cai. 2009. Tongue image classification based on the TSVM. Paper presented at the 2nd International Congress on Image Signal Processing (CISP), Tianjin, China, October 17–19, 1–4.
  • Zolnoori, M., M. H. F. Zarandi, M. Moin, H. Heidarnezhad, and A. Kazemnejad. 2012. Computer-aided intelligent system for diagnosing pediatric asthma. Journal of Medical Systems 36:809–822.

Reprints and Corporate Permissions

Please note: Selecting permissions does not provide access to the full text of the article, please see our help page How do I view content?

To request a reprint or corporate permissions for this article, please click on the relevant link below:

Academic Permissions

Please note: Selecting permissions does not provide access to the full text of the article, please see our help page How do I view content?

Obtain permissions instantly via Rightslink by clicking on the button below:

If you are unable to obtain permissions via Rightslink, please complete and submit this Permissions form. For more information, please visit our Permissions help page.