Abstract
Skin diseases have a serious impact on people's life and health. Current research proposes an efficient approach to identify singular type of skin diseases. It is necessary to develop automatic methods in order to increase the accuracy of diagnosis for multitype skin diseases. In this paper, three type skin diseases such as herpes, dermatitis, and psoriasis skin disease could be identified by a new recognition method. Initially, skin images were preprocessed to remove noise and irrelevant background by filtering and transformation. Then the method of grey-level co-occurrence matrix (GLCM) was introduced to segment images of skin disease. The texture and color features of different skin disease images could be obtained accurately. Finally, by using the support vector machine (SVM) classification method, three types of skin diseases were identified. The experimental results demonstrate the effectiveness and feasibility of the proposed method.
1. Introduction
Composed of epidermis, dermis, and subcutaneous tissues, skin is the largest organ of human body, containing blood vessels, lymphatic vessels, nerves, and muscles, which can perspire, perceive the external temperature, and protect the body. Covering the entire body, the skin can protect multiple tissues and organs in the body from external invasions including artificial skin damage, chemical damage, adventitious viruses, and individuals' immune system. Besides, skin can also avoid the loss of lipids together with water within epidermis and dermis so that skin barrier function can be stabilized [1]. In spite of defense and barrier function, skin is not indestructible in that skin tends to be constantly influenced by a variety of external and genetic factors. Currently, there are three main types of skin diseases appearing in human body, including viral skin diseases, fungal skin diseases, and allergic skin disease. Despite the fact that these types of skin diseases can be cured at present, these diseases indeed have brought trouble to patients' life. Nowadays, the majority of conclusions on the patients' existing symptoms are drawn mainly based on doctors' years of experience or their own subjective judgments, which may lead to misjudgments and consequently delay the treatment of these. Therefore, it is of great theoretical significance and practical value to study how to extract symptoms of diverse skin diseases on the basis of modern science and technology. Under this circumstance, effective and accurate identification of the types of skin diseases can be achieved to prescribe treatment according to patients' symptoms [2].
Over the past few years, the image processing technique has achieved rapid development in medicine. Some equipment based on digital image technology has also been widely applied to people's everyday life, for instance, computed tomography (CT), digital subtraction angiography (DSA), and magnetic resonance imaging (MRI). Deeper research on this direction has been carried out by scholars all over the world. For example, the skin disease varicella was detected by Oyola and Arroyo [3] through image processing technique's color transformation, equalization as well as edge detection, and the image of varicella was eventually collected and classified through Hough transform. The final empirical results demonstrated that a better diagnosis was received in terms of detection on varicella, and preliminary test was also conducted on varicella and herpes zoster on that basis. Chung and Sapiro [4] put forward a method to detect the image of skin lesions based on partial differential equation (PDE), with which a contour model of skin lesions was extracted on the basis of its morphological filtering through PDE. The final empirical results demonstrated that skin diseases could be accurately identified through this algorithm. Yu et al. [5] made a diagnosis on herpes simplex, varicella, and herpes zoster through reflectance confocal microscopy (RCM). The final empirical results demonstrated that specificity could be extracted from all the three different types of herpes. Zhong et al. [6] diagnosed psoriasis vulgaris through three-dimensional computed tomography (CT) imageological technique of skin. The final empirical results demonstrated that diagnosis on psoriasis vulgaris of Munro's microabscess was highly sensitive and specific. Sumithra et al. [7] proposed a novel approach for automatic segmentation and classification of skin lesions by using SVM and k-nearest neighbor (k-NN) classifier. Yasir et al. [8] proposed a detection system, which could be used in computers or mobile phones, based on computer vision techniques. Arivazhagan et al. [9] proposed an automated system based on texture analysis for recognizing human skin diseases by independent component analysis of skin color image. The minimum distance classifier was used to classify the type of human skin diseases. Niu et al. [10] carried out an experiment on the color image of skin erythema through HSV color space and fuzzy C-means clustering algorithm. The final empirical results demonstrated that the time and accuracy of final segmentation could be improved through this method of dimensionality reduction. Liu and Guo [11] diagnosed and identified skin tumors, vascular dermatosis, and psoriasis through computed tomography (CT) based on the principle of optical confocal, which has been widely applied. Luo et al. [12] conducted diagnosis and identification on vitiligo through an independently developed analytic system of skin digital images. Both scientific and objective, the quantitative evaluation method was worth studying. Lu et al. [13] classified smooth pixels by employing two-dimensional digital image segmentation and resizing combined with Markov random field (MRF), which demonstrated a reliable segmentation. The final results illustrated that the diagnosis and identification of psoriasis can be well solved. Jaleel et al. [14] researched the skin cancer diagnosing methodology by using back propagation neural (BPN) network classifier. Salimi et al. [15] presented the pattern recognition method to classify the skin disease. Ganeshkumar and Vasanthi [16] researched the melanoma disease detection technique by using preprocessing and edge detection. Kolkur et al. [17] proposed a new human skin detection algorithm to improve the recognition of skin pixels, such as RGB (red, green, and blue), HSV (hue, saturation, and value), and YCbCr (luminance and chrominance) color models. Gindhi et al. [18] and Kotian and Deepa [19] studied the problem of skin disease automated diagnosis system based on the techniques of image border identification and feature data mining by matlab software. Kumar and Singh [20] established the relationship of skin cancer images across different types of neural network. Then, medical images were collected into this skin cancer classification system for training and testing based on the matlab image processing toolbox.
The above literature has made significant achievements on the identification of skin diseases. However, the proposed methods mainly aim at the identification of one type of skin disease, which makes them difficult to apply to the precise identification of multitype skins. Therefore, in this paper, a method based on vertical image segmentation, GLCM, and SVM is proposed to identify three various types of skin diseases, namely, herpes, paederus dermatitis, and psoriasis. Firstly, the sample images of three skin diseases need to be preprocessed. Secondly, the vertical image is segmented and made corresponding geometric transformation. Based on this, three types of skin diseases' features are extracted, and their correlated parameters of feature texture and pixels of lesion areas are collected through image segmentation. Finally, the symptoms of herpes, paederus dermatitis, and psoriasis are identified by utilizing the support vector machine (SVM) method in order to improve identification accuracy.
The remaining structures of this paper are as follows. The Preliminaries section presents the identification method of skin diseases based on GLCM and SVM. The feature extraction and disease recognition are presented in detail. Experimental results, comparisons, and discussions are provided in the Experiments and Analysis section, and finally conclusions are given in the Conclusions section.
2. Preliminaries
The main steps of proposed methodology to skin disease recognition are shown in Figure 1. The flow chart contains three phases: (1) processing of the original image; (2) feature extraction; and (3) classification based on SVM. The first stage is image processing. Because image may contain some unwanted noise, it becomes necessary to filter the image to remove the noise. Then, by using image rotation and segmentation, the representation of an image into something that is more meaningful and easier to analyze. The specific areas of skin lesions are precisely divided, and the identification accuracy is improved through vertical image segmentation. The second stage is feature extraction, in which the image texture features and color features of the skin lesions are further extracted. In texture feature extraction, GLCM is used to find the mathematical parameters of like contrast, correlation, entropy, uniformity, and energy. The third stage is to identify the three various types of skin diseases according to obtained features based on SVM.
2.1. Image Prepocessing
Three common skin diseases are selected in this paper as the main research objects, which are herpes, paederus dermatitis, and psoriasis, respectively. Due to differences in ways of acquiring the source images of skin epidermis and in resolution and size, image preprocessing on source images are needed for the sake of subsequent vertical image segmentation. The specific processing is as follows.
Firstly, considering that noise constantly exerts a negative impact on acquired samples of skin epidermis's source images, it is necessary to denoise through median filtering for the reduction of the impact on skin segmentation and identification brought by irrelevant background in the images. The median filter is a popular way to remove “salt-and-pepper” noise from an image and at the same time preserve edges and keep useful information. In this paper, the median filter is adopted to preprocess and smoothen the source images. The used formula is as follows:
(1) |
where F′(x0, y0) is the median of the gray value of the image; S is the neighborhood collection of pixel; (x, y) is the element of S; F(x, y) is the gray value of (x, y); N is expressed as the number of the elements in the set of S; sort is expressed as sequencing; and [g(•)](N+1)/2 is the median of the function g(•). The main idea of the median filter algorithm is to run through the signal gray value by gray value, replacing each gray value with the median of neighboring gray values. The pattern of neighbors is called the “window,” which slides, gray value by gray value, over the entire signal. By using median filtering algorithm, the original images are denoised and their qualities are enhanced.
Secondly, denoise images are rotated in order to get the medial axis to segment the images. The denoised skin epidermis's source images are processed via neighborhood sampling with the intention of better obtaining the highlight line through the transformation of Euclidean distance. The denoise image I is rotated to a specific angle θ, in which the width and height of new image Ic as shown in Equation (2) via transformation of neighborhood sampling are acquired:
(2) |
where width and height each represent width and height of the original image, while widthnew and heightnew refer to width and height of the rotated image and θ is the angle needing rotating.
The corresponding coordinates of image I and image Ic is as follows:
(3) |
where x0 and y0 are the original coordinates, while x1 and y1 are transformed ones; xr1 and yr1 are the central coordinates of the original image, while xr2 and yr2 are the ones of transformed image. Then, the image of neighborhood sampling transformation is processed via transformation of Euclidean distance which is widely applied to the binary image and is particularly effective for the extraction of skeleton. Accordingly, in this paper, the sample new transformation image Ic is binarized first to obtain the brightest pixel line, and the transformation of Euclidean distance comes second. The specific process of the transformation of Euclidean distance is as follows: through defining a binary image S under a two-dimensional (2D) M × N, a background point set B(B ∈ S) is first assumed, and then a foreground point set F(F ∈ S) meeting the premise B ∪ F=S is also assumed. Based on this, M is taken as a set in the medial axis transform meeting the premise M ∈ F. As a result, the shortest distance from a random point px,y ∈ M to B can be calculated through Equation (4):
(4) |
where d(•) represents the shortest Euclidean distance; px,y is a random point in the medial axis transform set; x and y are the coordinate values of the current point; bm,n is a point belonging to the background point set; and m and n are the coordinate values of the current point. Binary mask image IcB is obtained from new image Ic of neighborhood sampling transformation, and IcE is eventually acquired via the transformation of Euclidean distance. The brightest pixel line can be obtained from the transformation of via the application of IcE Euclidean distance, which is medial axis. In Figure 2(b), the image Ic is rotated to the horizontal coordinate. The binary mask image IcB is shown in Figure 2(c). And, the Euclidean distance transform image IcE is presented in Figure 2(d). In order to obtain the vertical segment image, the medial axis is marked out in Figure 2(d).
Finally, medial axis of the segmented region is located and divided into ten vertical segments. It is necessary to create a bounding rectangle rbox on the image Ic in order to limit the image zone that is dotted with the white line. In Figure 3, it is shown that the medial axis is marked in light green after being extracted from the transformation Euclidean distance.
The perpendicular line for each point on the main axis can be determined. So, the epithelium can be divided into ten vertical image regions, as done in [21]. The correspondingly original medial axis is changed into ten short straight lines, which is shown in Figure 4. After the ten vertical segment images are determined, we will deal with these local images to recognize the images L1, L2, …, L10 of skin disease.
2.2. Texture Feature Extraction
Compared with the traditional way, GLCM is an effective tool to analyze the features of texture. The textures of different diseases in the skin epithelial image can be obtained, such as contrast, correlation, entropy, uniformity, and energy. In this paper, three common skin diseases are selected as the main research objects, which are herpes, paederus dermatitis, and psoriasis, respectively. All the pictures as shown in Figure 5 are extracted from photo gallery of sino-medicine website.
2.2.1. Contrast
(5) |
where |i − j| refers to the gray level difference between adjacent pixels; G(i, j) is the distribution probability of gray-level difference between adjacent pixels; and A1 refers to the contrast, mainly used to describe the degree of depth of the image textile grooves. The higher the contrast value goes, the deeper the grooves, and vice versa. Through experiment, we can get the texture parameter of contrast of normal skin, herpes, paederus, and psoriasis which is depicted in Figure 6.
2.2.2. Correlation
(6) |
where A2 refers to correlation, is the mean value of the sum of the elements in each column in the square, y1 is the mean value of the sum of the elements in each row, σx the standard deviation of the sum of the elements in each column, and σy the standard deviation of the sum of the elements in each row. Correlation is mainly used to describe the details of relevant elements in each row and column in the process of vertical image segmentation. Then, we have the texture parameter of contrast in Figure 7.
2.2.3. Entropy
(7) |
where A3 refers to entropy, which measures the quantity of information within the image and is changed with different textures. As A3 increases, the textures of speck would be arranged sparsely, and vice versa. When the entropy becomes zero, there is no texture (Figure 8).
2.2.4. Uniformity
(8) |
where A4 stands for the moment of inertia that is used for the description of the roughness of image texture. The larger the value of A4, the rougher the texture of endemic area will be, and vice versa (Figure 9).
2.2.5. Energy
(9) |
where A5, the energy value mainly applied to describe the thickness of texture, is the quadratic sum of elements of gray-level co-occurrence matrix in the horizontal and vertical directions. We can get the texture parameter of energy as it is depicted, respectively, in Figure 10.
From the above five figures, it can be seen that there are discrepancies in the discrete spots presented by different lesions. Table 1 shows the texture features of different skin disease for the convenience of comparison.
Table 1.
Contrast | Correlation | Entropy | Uniformity | Energy | ||||||
---|---|---|---|---|---|---|---|---|---|---|
Minimum | Maximum | Minimum | Maximum | Minimum | Maximum | Minimum | Maximum | Minimum | Maximum | |
Normal skin | 0.2053 | 0.3805 | 3.589 | 3.8917 | 1.0696 | 1.8224 | 3.8105 | 3.8974 | 843.7668 | 1437.6 |
Herpes | 41.7036 | 178.2016 | 3.5308 | 3.7852 | 0.1355 | 0.5163 | 2.9878 | 3.6857 | 93.0058 | 345.2991 |
Paederus | 51.676 | 87.3321 | 2.8167 | 3.2025 | 0.0741 | 0.1691 | 2.928 | 3.125 | 53.2181 | 121.5074 |
Psoriasis | 8.713 | 40.3506 | 1.8612 | 3.6789 | 0.1849 | 0.5666 | 3.0617 | 3.4794 | 36.9206 | 205.6441 |
2.3. Color Feature Extraction
In order to improve identification and treatment, the disease area of different skin diseases can be extracted on the basis of identifying the texture features so that the area of herpes, paederus, and psoriasis can be calculated, correspondingly. Given the fact that most skin diseases appear in the shape of a circle, the watershed algorithm can be applied for image segmentation. In this paper, in order to avoid oversegmentation, marker-controlled watershed, combined with clustering, was performed to segment the image. That is to say, to segment the image by means of watershed algorithm that goes well with a proper threshold, cut each image into relatively small zones, as Si, i=1, 2, …, W. In the meantime, areas that are mistakenly divided need to be highlighted. Then, it is required to initialize the feature data of these areas such as Si, i=1, 2, …, W into four clusters, namely, the normal skin zone, the skin disease zone, and the zone that is mistakenly cut. Lastly, take each one in the four clustering forms as a large unit, among which each contains a smaller number of units. Then, look for one of the best smaller unit in the four larger units and take it as cluster center; continue to update the cluster center until the last center is no longer changed. The results are shown in Figure 11.
Figure 11 shows the result of segmentation. Marker-controlled watershed segmentation that is fusion-based can divide the lesion of skin disease in an effective way. Considering there are still some black flecks which will have a certain impact on the accuracy of experiments, in this paper, morphological approach is utilized to process images, thus making the segmented image smoother so that it will be easier to count the black and white pixel in the certain area. In Figure 12, IO and IM of segmented area are picked up for inspecting after morphology processing. The variation of different skin disease can be recognized by means of calculating the pixel area, as it is shown in Figure 13.
In Figure 13, according to the statistics of these three kinds of skin diseases, it is shown that the pixel area of normal skin is nearly a straight line. Besides the pixel area of normal skin, the pixel area of psoriasis is of the greatest, herpes the second, and with that of paederus dermatitis being the lowest. These three diseases can be accurately identified through clear and distinct variation. However, if some herpes once gets severe, the area of injured skin could become larger. In this case, some certain errors may emerge if we solely adhere to the statistics of pixel area. Therefore, only by combining the features of texture with pixel area can the recognition rate of skin disease be improved.
2.4. Classification Based on SVM
SVM is the statistical method based on the statistical learning theory, which is suitable for the classification of small sample numbers. It can obtain the minimized training error and a confidence interval term by analyzing the given training set to predict the test set. In this paper, we use SVM to identify three different skin diseases. Firstly, the sample number and training number are selected from the extracted features (such as color feature, and texture feature), and then by using the rational kernel function of support vector machine, the classification model can be established.
In this paper, three common skin diseases herpes, dermatitis, and psoriasis are represented as Class I, Class II, and Class III, respectively. Texture feature classifier is the SVM1, lesion area feature classifier refers to SVM2, and integrated classifier is represented as SVM. On this foundation, we change the different penalty factors to classify the maize diseases. As a result, the optimal recognition effect can be realized when the penalty factor C=50. The optimal classification function and the kernel function are as follows:
(10) |
where aj is a Lagrange multiplier, b∗ is the bias, and k(xi, xj) is a kernel function; xi refers to the eigenvector that is obtained from the characteristic model; yj refers to the results; and σ is a parameter value in the radial basis function.
3. Experiments and Analysis
To identify the classification, in this experiment, common skin diseases (herpes, dermatitis, and psoriasis) are selected as the research objects. Ninety images are also selected to be identified accordingly, including herpes, dermatitis, and psoriasis, thirty cases in each, together with twenty test samples and ten standard samples. In this paper, the combination of the color feature and the texture feature is employed to conduct the experiment, the results of which are compared with those in [21, 22]. The comparison is presented in Table 2.
Table 2.
Method | Herpes | Dermatitis | Psoriasis | ||||||
---|---|---|---|---|---|---|---|---|---|
Number of test | Recognition numbers | Recognition rate (%) | Number of test | Recognition numbers | Recognition rate (%) | Number of test | Recognition numbers | Recognition rate (%) | |
Reference [22] | 20 | 15 | 75 | 20 | 16 | 80 | 20 | 16 | 80 |
Reference [21] | 20 | 17 | 85 | 20 | 16 | 80 | 20 | 17 | 85 |
The proposed method | 20 | 17 | 85 | 20 | 18 | 90 | 20 | 19 | 95 |
Table 1 presents the results of different recognition algorithms. It is used to identify images on twenty test samples and ten standard samples of each skin disease. In the study by Guo and Huo [22], the recognition accuracy is relatively low, with that of three diseases being at 75%, 80%, and 80%. De et al. [21] mainly applies the method of unidirectional texture feature recognition, which can cause the relatively large errors. While in the study by De et al. [21], the method of support vector machine and genetic algorithm, with a rather ideal efficiency, are utilized for recognition, with the recognition accuracy rate being 85%, 80%, and 85%. In this paper, the color feature and the texture feature can be used to make up for the weakness of the unidirectional recognition so that the recognition rate can reach to 90% and more, which greatly improves the accuracy. Ten local vertical images after segmentation can be obtained by the vertical image segmentation, therefore improving the accuracy of skin diseases identification.
4. Conclusions
In this paper, the analysis method of vertical image segmentation is employed to identify three common skin diseases. A number of irrelevant variables can be reduced through image filtering, image rotation, and Euclidean distance transformation applied in image preprocessing. Then, the perpendicular line for each point on the main axis can be determined. And, the epithelium can be divided into ten vertical image regions. Based on this, the grey-level co-occurrence matrix is adopted to extract the texture feature, and the area pixel method is applied to extract the characteristics of the lesion area. Finally, the support vector machine is utilized to classify the data of three different skin diseases according to the features of the texture and the lesion area, achieving a more ideal accuracy of recognition. Nevertheless, the paper concentrating on herpes, dermatitis, and psoriasis does not consider the different symptoms caused by the same kind of skin disease. For instance, eczema, herpes, and rubella all belong to the same series. Therefore, it will be the focus of next step to recognize different types of skin diseases of the same kind of series by using image processing technique.
Acknowledgments
This study was funded by the National Natural Science Foundation of China (Grant 61203033), the Natural Science Foundation of Anhui Province (Grant 1608085MF146), the Natural Science Research Programme of Colleges and Universities of Anhui Province (Grant KJ2016A062), the Visiting Study Foundation for Outstanding Young Talent of Anhui Educational Committee (Grant gxfxZD2016108), and the Foundation for Talented Young People of Anhui Polytechnic University (Grant 2016BJRC008).
Data Availability
The data used to support the findings of this study are available from the corresponding author upon request.
Conflicts of Interest
The authors declare that they have no conflicts of interest.
References
- 1.Hu Z., Yu C. S. Functional research and development of skin barrier. Chinese Journal of Clinicians. 2013;7(7):3101–3103. [Google Scholar]
- 2.Vezhnevets V., Sazonov V., Andreeva A. A survey on pixel-based skin color detection techniques. Proceedings of Graphicon 2003; September 2003; Moscow, Russia. pp. 85–92. [Google Scholar]
- 3.Oyola J., Arroyo V. Detection of chickenpox vesicles in digital images of skin lesions. Proceedings of 17th Iberoamerican Congress on Progress in Pattern Recognition, Image Analysis, Computer Vision, and Applications; September 2012; Buenos Aires, Argentina. pp. 583–590. [Google Scholar]
- 4.Chung D. H., Sapiro G. Segmenting skin lesions with partial differential-equations-based image processing algorithms. IEEE Transactions on Medicine Image. 2000;19(7):763–767. doi: 10.1109/42.875204. [DOI] [PubMed] [Google Scholar]
- 5.Yu S. R., Zhao X. H., Pu X. M. Image characteristics of dermopathic herpesvirus disease under reflectance confocal microscope. China Journal of Leprosy and Skin Diseases. 2015;31(2):85–88. [Google Scholar]
- 6.Zhong L. S., Jin X., Quan C. Diagnostic applicability of confocal laser scanning microscopy in psoriasis vulgaris. Chinese Journal of Dermatovenereology. 2011;25(8):607–608. [Google Scholar]
- 7.Sumithra R., Suhilb M., Guruc D. S. Segmentation and classification of skin lesions for disease diagnosis. Procedia Computer Science. 2015;45:76–85. doi: 10.1016/j.procs.2015.03.090. [DOI] [Google Scholar]
- 8.Yasir R., Nibir M. S. I., Ahmed N. A skin disease detection system for financially unstable people in developing countries. Global Science and Technology Journal. 2015;3(1):77–93. [Google Scholar]
- 9.Arivazhagan S., Shebiah R. N., Divya K., Subadevi M. P. Skin disease classification by extracting independent components. Journal of Emerging Trends in Computing and Information Sciences. 2012;3(10):1379–1382. [Google Scholar]
- 10.Niu H. J., Shang K. K., Liu Y. Study of segmenting skin erythema images by reducing dimensions of color space. Computer Engineering and Applications. 2006;13(3):219–221. [Google Scholar]
- 11.Liu F., Guo H. X. Research progress of CT in skin diseases. Chinese Journal of Dermatovenerol Integrated Traditional Western Medicine. 2014;313(3):189–191. [Google Scholar]
- 12.Luo W., Meng R. S., Cai R. K. Application of CDIA system in measurement and research of vitiligo. Chinese Medical Journal. 2011;22(12):1059–1060. [Google Scholar]
- 13.Lu J., Kazmierczak E., Jonathan H. Automatic segmentation of scaling in 2-D psoriasis skin images. IEEE Transaction on Medical Imaging. 2013;32(4):719–730. doi: 10.1109/tmi.2012.2236349. [DOI] [PubMed] [Google Scholar]
- 14.Jaleel J. A., Salim S., Aswin R. B. Artificial neural network based detection of skin cancer. International Journal of Advanced Research in Electrical, Electronics and Instrumentation Engineering. 2012;1(3):200–205. [Google Scholar]
- 15.Salimi S., Nobarian M. S., Rajebi S. Skin disease images recognition based on classification methods. International Journal on Technical and Physical Problems of Engineering. 2015;22(7):78–85. [Google Scholar]
- 16.Ganeshkumar M., Vasanthi J. J. B. Skin disease identification using image segmentation. International Journal of Innovative Research in Computer and Communication Engineering. 2017;5(1):154–160. [Google Scholar]
- 17.Kolkur S., Kalbande D., Shimpi P., Bapat C., Jatakia J. Human skin detection using RGB, HSV and YCbCr Color models. Advances in Intelligent Systems Research. 2016;137:324–332. [Google Scholar]
- 18.Gindhi E. S., Nausheen A., Zoya A., Ruhin S. An innovative approach for skin disease detection using image processing and data mining. International Journal of Innovative Research in Computer and Communication Engineering. 2017;5(4):8135–8141. [Google Scholar]
- 19.Kotian A. L., Deepa K. Detection and classification of skin diseases by image analysis using MATLAB. International Journal of Emerging Research in Management andTechnology. 2017;6(5):779–784. [Google Scholar]
- 20.Kumar S., Singh A. Image processing for recognition of skin diseases. International Journal of Computer Applications. 2016;149(3):37–40. doi: 10.5120/ijca2016911373. [DOI] [Google Scholar]
- 21.De S., Joe Stanley R., Lu C., et al. A fusion-based approach for uterine cervical cancer histology image classification. Computerized Medical Imaging and Graphics. 2013;37(8):475–487. doi: 10.1016/j.compmedimag.2013.08.001. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 22.Guo H., Huo H. T. Research on the application of gray level co-occurrence matrix for skin texture detection. Journal of Image and Graphic. 2010;15(7):1074–1078. [Google Scholar]
Associated Data
This section collects any data citations, data availability statements, or supplementary materials included in this article.
Data Availability Statement
The data used to support the findings of this study are available from the corresponding author upon request.