Download as pdf or txt
Download as pdf or txt
You are on page 1of 6

Identification & Enhancement of Different Skin

Lesion Images by Segmentation Techniques


Neetu Mittall, SudhirTanwar2, Sunil Kumar Khatri3
1,2,3
Amity Institute of Information Technology,
Amity University Uttar Pradesh, Noida, INDIA
1
savini09@gmail.com, 2stanwar.44@gmail.com, 3skkhatri@amity.edu, 4sunilkkhatri@gmail.com

Abstract — A skin lesion is a portion of skin with an abnormal results in better performance for the skin lesion segmentation.
growth or presence due to a skin disease. Skin diseases at their Further, it has been observed that the degraded results were
early stages can be cured very easily; otherwise they begin to obtained for the skin images with poor contract between
spread to other parts of the body and may be deadly. An early background skin and lesions. The global thresholding gives
detection of skin disease is essential for such patients. Due to the
inferior results because of the theory that the skin images have
high cost involved in various dermatology testing procedures for
every patient, an automated system is required to give better bimodal histogram. Fordermoscopic images a fully automated
lesion images and vision to help the doctors to further diagnose technique for segmentation has proposed by krunk et al. [7].
and prescribe the correct prescription and medication. In this The histogram thresholding has been utilized on three RGB
paper, an innovative approach for automatic identification of skin colors by the authors. A function based method has been
lesions is proposed. To improve the quality of skin lesion images, proposed by celebi et al.[8]. The fusion of four different
Median filtering and Sobel edge detection techniques have been algorithms [9-11] has been implemented using more than one
implemented for filtering and segmentation. The efficacy of the threshold on number of skin images.Humayun et al. [12]
proposed work has been verified by measuring the entropy of the presented a multi threshold algorithm to divide the histogram
resultant images obtained for different skin diseases. The
of skin images by means of iteration into a number of classes
performance is tested on a dataset of 70 samples from 150 medical
images of different body parts with 10 different classes of skin by threshold selection for every class utilizing different
diseases. technique. The segmentation was done by a different approach
using double threshold [13]. A comparative analysis between
Keywords — Medical Images; Skin lesions; Imаge Enhаncement; the different segmentation methods [14] with the different
Noise Filtering; Sobel Edge detection. computerized images[15] has been derived in literature. Now a
days, computer assisted diagnosis system which uses personal
I. INTRODUCTION health profiles helps patient and doctors as well in medical
decision making [16]. Active contour algorithm has been used
Segmentation stage is one of the most important stages to by Abuzaghleh et al. [17] along with parse-fields level set
detect skin lesions from medical images due to its high method for lesion segmentation.
accuracy. Apart from accuracy the main aim of the
segmentation is speed and computational efficiency. In this paper ten different types of skin diseases have been
Segmentation is the separation of input image into skin and considered. The paper starts with introduction. Section II states
non-skin pixels based on skin texture. Different methods for Image processing techniques including noise filtering and edge
segmentation of dermoscopic images of skin diseases and detection segmentation techniques. Section III states the
other pigmented lesions have been presented in the proposed methodology. Section IV discusses the data set
literature.Moderndermoscopic devices offer the option of description used for analysis. Section V comprised of
retrieval of derma images with storage facility.Many of these parameters to measure the quality of processed images. The
have the ability for Computer Assisted Diagnosis (CAD)[1]. results and discussions of proposed work are presented in
Such devices may help thedermatologist with lesser experience Section VI. The conclusion is presented at the end.
and provide the better accuracy for variations in derma cases.
Dermatoscopes [2] are commonly used to take the skin lesion II. IMAGE PROCESSING TECHNIQUES
images. IMPLEMENTED

There are large variations in such images due to changes in A. Image pre processing
color of skin, different sources and multiple reasons such as For further processing, raw data is transformed into an easy
hairs, skin tone, water bubbles or skin lines [3-4]. format by means of image pre-processing. The available data
Therefore,fully automated segmentation is a challenging and in real time are incomplete and inconsistent with multiple
complex job to achieve. A detailed survey of image errors. The unnecessary features and noise has to be removed
segmentation of skin lesion was presentedby Celebi[5].A causing no uncertainty to classifiers. The commonly used pre-
technique based on adaptive and global thresholding with processing techniques are as follows-
clustering approach was proposed by Soille [6]. This technique
978-1-5090-3012-5/17/$31.00 ©2017 IEEE 1
2017 6th International Conference on Reliability, Infocom Technologies and Optimization (ICRITO) (Trends and Future Directions), Sep. 20-22, 2017,
AIIT, Amity University Uttar Pradesh, Noida, India

1) Hair remover retained. In a huge set of object recognition methods, edge


The hairs have been removed from skin images by enhanced detection technique is an easy way to implement.The main aim
dull razor algorithm. The morphological closing image of edge detection method is to extract the exactly same edges
processing has been implemented for gray level with excellent orientation. There is no pre define set of rules to
images.Further, elongated, narrow hair outline has been judge the performance of an edge detection technique in spite
identified. The identified pixels of hairs have been replaced by the availability of large literature. The performance is
bilinear interpolation. The fill operation is performed based on commonly judged by the experience of an individual
the interpolation technique in Matlab environment. A smooth depending upon the task in hand.
fill is obtained by this method from the borders of regions of
The edge detection techniques change the available, raw
interest.
images into a number of edges taking advantage of change in
2) Contrast enhancement grey tones. In a grey image primarily the localization of
changes is considered and geometrical and physical properties
The clarity in skin images may by increased by improving the of the image part are detected. The edge detection technique
edge and shape of the skin image. The borders of the image detects and provides an outline of an object and background in
may be sharpened by contrast enhancement. Thus, the an image.
accuracy of segmentation may be improved further.
It is the fundamental technique for detection of major
3) Gray Scale Conversion discontinuities in intensity in an image. Between two areas,
Saturation and hue have been removed from RGB lesions edges normally occur. Thus, the primary features of an image
images to transform to grayscale images. The weighted sum of can be extracted from its edges. The edge detection technique
color components has been computed in this technique. features are implemented in an algorithm used by computer
vision. Edge detection mechanism is utilized in many
4) Noise filtering applications such as biometrics, medical images etc. This is a
The pepper and salt noise has been removed by median modern tool used for research purposes.
filtering efficiently. Therefore, the effect of small hairs and
border line pixel regions is reduced. In grey level images, three types of discontinuities normally
occur viz- point, line and edges. To detect these discontinuities
B) Segmentation special type of masks can be utilized. The most commonly
implemented edge detection methods based on discontinuity
This method is used to find the size and shape of the border are– Sobel edge detection,Roberts edge detection, Kirsh edge
and to separate the skin lesions from the detection,Prewitt edge detection, canny edge detection,
background.Thistechnique relies on the number of features Robinson edge detection, LOG edge detection and Marr
extracted from the skin images. Firstly, the noise is to be hildreth edge detection etc. In this paper Sobel edge detection
removed from the skin lesion and thereafter lesion is to be operator has been implemented to provide the sharpness to the
separated from background skin. Thus, the medical diagnosis image.
may be carried out basedon requiredarea only. In image
analysis, image segmentation isnecessarily required. The Sobel Edge Detection Technique
image segmentation is used to separate the image under
consideration into a number of parts. Depending upon the The sobel edge detection method was proposed by sobel. This
problem under consideration, the amount of separation is technique searches edges for image segmentation using the
carried out. If the skin part under consideration is not able to approximation introduced by sobel. The edges where the
access, the segmentation process needs to be stopped. The derivatives are highest are considered. This method implement
segmentation process depends on the similarity and a two dimensional gradient on an image. It shows the regions
discontinuity of intensity of images. The similarity depends on of high frequency corresponding to edges. Normally, it finds
partitioning an image into similar regions.On the other hand, the magnitude of estimated derivative at every point in a
discontinuity is based on sudden changes in intensity values. greyscale image.In conjecture at least the operator consists of a
Therefore, the selection of segmentation method is based on pair of 3x3 complication kernels as given away in under Table
the task to be performed. In literature, a number of methods I and II.
TABLE I: 3x3 complexity kernel
have been proposed for segmentation such as threshold based,
watershed segmentation, region growing, split and merge
-1 -2 -1
segmentation and edge based segmentation.
0 0 0
C) Edge detection techniques +1 +2 +1
The edge detection techniques arethe basic tools used for TABLE II: complexity kernel rotated by 900
image segmentation. The quantity of image data under process
may get significantly reduced by edge representation method. -1 0 -1
But, still the necessary information such as shape etc is
610
2017 6th International Conference on Reliability, Infocom Technologies and Optimization (ICRITO) (Trends and Future Directions), Sep. 20-22, 2017,
AIIT, Amity University Uttar Pradesh, Noida, India

-2 0 +2 = −∑ . log (1)
-1 0 +1
Where L is the total of grey levels, = { 0, 1… −1} is the
III. PROPOSED METHODOLOGY probability distribution of each level.

The aim of this work is to design and develop a computer


vision technique for filtration and segmentation of skin
lesions.The overview of the proposed method is shown inflow
chart in Fig.1.

Fig. (a) Boil

Fig. (b) Cellutits

Fig. 1. Flow Chart for Proposed Methodology

IV. SAMPLE IMAGES DESCRIPTION

Collection of suitable database is the crucial task for any


research. Data set is the primary level requirement for any
analysis, but availability of data set and sometimespermission
to access the data set is a challenging job. Therefore, in this Fig. (c) Cold sores
research work, own data set is created for analysis. Samples of
10 different types of diseasesare taken and further 7 images of
each disease for the analysis are considered. The collected
images show the large interclass variations.

In a total sample of 70 images, 10 different classes of skin


diseases are collected out of which 7 each [Fig2(a-j)] are from
Boil,Cellutits, cold sores, corns &calluses, dyshidrotic,
impetigo, malluscumcontagiosum, neuro fibromatosis, Fig. (d) Corns & Calluses
psoriasis and skintag.

V. QUALITY MEASURING PARAMETERS

Entropy is a quantitative parameter to judge the image quality.


Entropy is a statistical measure used to characterize the texture
of input image. Entropy quantifiesthe amount of information
within the image needed for the image enhancement. Entropy
measures the loss of information or message in a transmitted
signal with image information. If all the pixels have same
Fig. (e) Dyshidrotic
value the entropy is zero. If all the pixels have same value the
entropy is zero. If the entropy of image is high then it is
assumed the image has high image information. If value of
entropy of resultant image becomes higher, it indicates better
quality. Therefore, larger the value of entropy better is the
image. Mathematically entropy is given by

611
2017 6th International Conference on Reliability, Infocom Technologies and Optimization (ICRITO) (Trends and Future Directions), Sep. 20-22, 2017,
AIIT, Amity University Uttar Pradesh, Noida, India

Fig. (f) Impetigo

Fig. 3. Extraction of Image Features

VI. RESULTS AND DISCUSSION

In this work, median filtering has been applied to remove the


noise from 10 different types of medical images. Further, the
Fig. (g) Neuro Fibromatosis edge detection segmentation technique with sobel operatorhas
been implemented. Entropy has been used as a performance
measuring parameter to evaluate the quality of original images
and segmented images.

The comparison of Matlab results(Table III)for original images


with segmented images show that the entropy has been
increased from 2.66 to 2.89, 2.72 to 2.73, 2.95 to 2.97,2.74 to
3.01, 2.50 to 2.56, 2.18 to 2.58, 2.53 to 2.57, 2.95 to 3.06, 2.57
to 2.68 and 2.67 to 2.74 for boil, cellutits, cold sores, corns and
Fig. (h)Psoriasis calluses, dyshidrotic, impetigo, malluscumcontagiosum, neuro
fibromatosis, psoriasis and skintagskin diseases respectively.
Thus, the efficacy of the proposed technique is verified.

TABLE III: Original &Segmented Images With Their Entropy


Value

SN Type of Measuring Original Image Segmented Image


Disease Parameter

Fig. (i) Malluscumcontagiosum

1 Boil

Entropy 2.66 2.89

Fig. (j) Skintag

Fig. 2 (a-j) Types of Skin Diseases 2 Cellutits

Entropy 2.72 2.73

612
2017 6th International Conference on Reliability, Infocom Technologies and Optimization (ICRITO) (Trends and Future Directions), Sep. 20-22, 2017,
AIIT, Amity University Uttar Pradesh, Noida, India

9 Psoriasis

Cold sores
3

Entropy 2.57 2.68


Entropy 2.95 2.97

10 Skintag

Corns &
4 calluses

Entropy 2.67 2.74

Entropy 2.74 3.01

VII. CONCLUSION

An automatic approach for segmentation of medical images


Dyshidrotic using Image Segmentation has been proposed.In this paper,
5 segmentation and filtration have been carried out on different
types of skin diseases on different body parts.Median filter has
been used to remove the noise from the original input image.
Entropy 2.50 2.56 Further, segmentation process is applied with sobel edge
detection operator. It has been observed that there is
aremarkable improvement in the entropy value after filtration
and segmentation. This indicates an improvement in sharpness
and quality of resultant images.The proposed work gives better
visualization of the medical images and mayassist dermatologist
6 Impetigo for easydiagnosis, identification and analysis of skin lesions.

ACKNOWLEDGMENT
Entropy 2.18 2.58 Authors express their deep sense of gratitude to The Founder
President of Amity Group, Dr. Ashok K. Chauhan, for his keen
interest in promoting research in Amity University and have
always been an inspiration for achieving great heights.
Malluscumcont
7 agiosum REFERENCES

[1] Chung-Shing Wang, Wei-Hua A wang and Man-ching Lin, “Stl


Radip prototyping Bio-CAD model for CT medical image
Entropy 2.53 2.57
segmentation,” Journal Computers in Industry, vol. 61, no. 3,
pp. 187-197, 2010.
[2] Revathi V.L and Chithra A.S, “A Review on Segmentation
Techniques in Skin Lesion”, IRJET, vol. 2, no. 9, pp. 2598-2603,
2015.
8 Neuro [3] Sumithra Ra , Mahamad Suhilb and D.S.Guruc, “Segmentation
Fibromatosis and Classification of Skin Lesions for Disease Diagnosis”,
ICACTA-Elsevier, vol. 45, pp. 76 – 85, 2015.
[4] Shehzad Khalid, Uzma Jamil, Kashif Saleem, M. Usman Akram,
Waleed Manzoor,Waqas Ahmed, and Amina Sohail,
Entropy 2.95 3.06 “Segmentation of skin lesion using Cohen–Daubechies–
Feauveau biorthogonal wavelet”, Springer Plus, vol. 5, no 1, pp.
1-6, 2016.
613
2017 6th International Conference on Reliability, Infocom Technologies and Optimization (ICRITO) (Trends and Future Directions), Sep. 20-22, 2017,
AIIT, Amity University Uttar Pradesh, Noida, India

[5] Celebi ME, Hwang S, Iyatomi H and Schaefer G, “Robust border


detection in dermoscopy images using threshold fusion”, Proc. of
IEEE international conference on image processing, vol. 5, pp.
16-24, 2010.
[6] Soille P, “Morphological image analysis: principles and
applications”, e-book, Berlin: Springer, 2013.
[7] Kruk M, Świderski B, Osowski S, Kurek J, Słowińska M and
Walecka I, “Melanoma recognition using extended set of
descriptors and classifiers”, EURASIP Journal on Image and
Video Processing, vol. 43, pp. 1-10, 2015.
[8] Celebi ME, Kingravi HA, Iyatomi H, Alp Aslandogan Y,
Stoecker WV, Moss RH, Malters JM, Grichnik JM, Marghoob
AA, Rabinovitz HS and Menzies SW., “Border detection in
dermoscopy images using statistical region merging”, Skin Res
Technol, vol. 14, no. 3, pp. 347–353, 2008.
[9] Kapur JN, Sahoo PK and Wong AKC., “A new method for gray-
level picture thresholding using the entropy of the histogram”,
Comp. Vis. Graph Image Process, vol. 29, pp. 273–285, 1985.
[10] Kittler J and Illingworth J., “Minimum error thresholding”, J.
Pattern Recogn., vol. 19, no. 1, pp. 41–47, 1986.
[11] Otsu N, “A threshold selection method from gray-level
histograms. Automatica”, vol. 285, no. 296, pp. 23–27, 1975.
[12] Humayun J, Malik AS and Kamel N, “Multilevel thresholding
for segmentation of pigmented skin lesions”, Proc. IEEE
international conference on imaging systems and techniques, pp
310–314, 2011.
[13] Abbas Q, Celebi ME, Fondón I and Rashid M, “Lesion border
detection in dermoscopy images using dynamic programming”,
Skin Res Technol, vol. 17, no.1, pp.91–100, 2011.
[14] Silveira M, Nascimento J C, Marques J S, Maral AR, Mendonca
T, Yamauchi S, Maeda J and Rozeira J., “Comparison of
segmentation methods for melanoma diagnosis in dermoscopy
images”, IEEE J Sel Top Signal Process, vol. 3, no.1, pp. 34-39,
2008.
[15] Macaskill PHPM, Holt PE and Menzies SW, “Dermoscopy
compared with naked eye examination for the diagnosis of
primary melanoma: a meta-analysis of studies performed in a
clinical setting”, J. Dermatol, vol.159, no. 3, pp. 669–676,
2008.
[16] Elmisery AM, Rho S and Botvich D., “A distributed
collaborative platform for personal health profiles in patient-
driven health social network”, Int J. Distrib Sensor Netw, pp.
43-49, 2015.
[17] Abuzaghleh O, Barkana BD and Faezipour M, “Non invasive
real-time automated skin lesion analysis system for melanoma
early detection and prevention”, IEEE J Transl Eng Health Med,
vol.3, no. 1, pp. 6-12, 2015.

614

You might also like