SlideShare a Scribd company logo
1 of 3
Download to read offline
International Conference on Recent Trends in Information Technology and Computer Science (IRCTITCS) 2011
Proceedings published in International Journal of Computer Applications® (IJCA)
28
Melanoma Decision Support System for Dermatologist
ABSTRACT
Malignant melanoma is nowadays one of the leading cancers
among many white-skinned populations around the
world. Malignant melanoma, the most deadly form of skin
cancer, has a good prognosis if treated in the curable early
stages. Early diagnosis is the most effective treatment of
melanoma. Well-trained dermatologists reach a high level of
diagnostic accuracy but their performance is increased by
using computer aided numerical imaging tools. This study is
limited in the use of simple image processing algorithms, for
the sake of clarity, in order to illustrate the use of MATLAB
in the calculation of the ABCD Total Dermatoscopy Score
(TDS) for potentially malignant melanomas. A high ABCD
score means that a lesion is more likely to be a malignant
melanoma.
Keywords
Melanoma, benign,suspicious, malignant, ABCD, Matlab,
Dermatoscopy, image processing.
1. INTRODUCTION
As in recent years there has been a significant raise in the
number of melanoma cases recorded world-wide, early
diagnosis and efficient tools helping the dermatologists
become a necessity.Melanoma is the most deadly variety of
skin cancer. Although less common than other skin cancers, it
is responsible for the majority of skin cancer related deaths
globally [3]. Most cases are curable if detected early and
several standardized screening techniques have been
developed to improve the early detection rate [1], [2].
No computer application can provide a concrete diagnosis,
but it can help inform the individual and raise the general
awareness of this dangerous disease. The ABCD [8] allows
for computation of so-called TDS factor (Total Dermoscopy
Score). Four features of the image are taken into account:
1. Asymmetry – The dermoscopic image is divided by two
perpendicular axes positioned to produce the lowest possible
asymmetry score. If the image shows asymmetric properties
with respect to both axes with regard to colours and
differential structures, the asymmetry score is 2. If there is
asymmetry on one axis the score is 1. If asymmetry is absent
the score is 0.
2. Border – The images of the lesions are divided into eighths
and a sharp, abrupt cut-off of pigment pattern at the periphery
within one eighth has a score 1.A gradual, indistinct cut-off
within one eighth has a score of 0.
3. Colour – Six different colours: white, red, light-brown,
dark-brown, blue-gray, and black, are counted in the color
score. White is only counted if the area is lighterthan the
adjacent skin. Cancerous skin changes are usually
characterized by three or more colours. About 40% of
melanomas have five or six colours are present.
4. Diameter – diameter greater than 6 mm. Once the ABCD
values are evaluated for the image under consideration one
can compute the TDS (Compute Total Dermatoscopic Score)
/TDV(Compute Total Dermatoscopic Value) factor:
TDS = A*1.3 + B*0.1 + C*0.5 + D*0.5
TDS < 4.75 gives indication of a benign lesion,
4.75 < TDS < 5.45 is non conclusive while TDS > 5.45 gives
strong indication that the lesion is cancerous.
2. BACKGROUND
Melanoma develops in the melanocyte skin cells responsible
for producing the pigment melanin which gives the skin, hair,
and eyes their colors. Early stages of the cancer present
themselves as irregular skin lesions. Detection techniques for
early stage melanoma use the morphological characteristics of
such irregular skin lesions to classify risk levels.
3. IMAGE PRE-PROCESSING &
SEGMENTATION
The techniques used to compute relative risk scores follow an
image-processing pattern similar to that of any feature
extraction algorithm. Images are preprocessed, a region of
interest (feature) is identified, and then individual feature
descriptors are run on the region of interest. The results from a
MATLAB implementation of the score computation were
analyzed by a group of trained dermatologists.
3.1 Preprocessing
Once a magnified image of a skin lesion is captured it is
passed to a preprocessor. The preprocessor performs global
image binarization via Otsu’s method [4]. Following
binarization, a connected components analysis is performed
and small region removal for both positive and negative
regions removes most of the image noise. A sample output
from the preprocessing stage is shown in Figure below:
Priya Shetty
Post Graduate Student
Thakur College of Science and
Commerce
Kandivali (E), Mumbai -400101,India
Varsha Turkar
Assistant Professor
Thakur College of Science and
Commerce
Mumbai -400101 India
International Conference on Recent Trends in Information Technology and Computer Science (IRCTITCS) 2011
Proceedings published in International Journal of Computer Applications® (IJCA)
29
Fig 1: Illustrating the pre-processing
3.2 Image Segmentation
Following binarization and denoising in the preprocessor, the
region representing the skin lesion is segmented from the rest
of the image. Most medical imaging is designed to maximize
the percentage of an image’s field of view devoted to its
subject, so the largest component in the preprocessed images
is nearly always the lesion. Occasionally large shadows in the
images were mistaken for a lesion so a maximum allowable
lesion size restriction was imposed.A sample output from the
preprocessing stage is shown in Figure below:
Fig 2: Area of interest
Fig 3: Edge Detected
Fig 3: X & Y axis Representation, Polar Co-ordination
4. MORPHOLOGICAL FEATURE
DESCRIPTORS
4.1. Asymmetry
After preprocessing and segmentation, the images are ready
for analysis by the individual feature descriptors. Three
feature descriptors inspired by the “ABCDE” skin self-
examination form the core of the risk assessment. Those
features are asymmetry, border, and color.In [1], a lesion is
considered potentially cancerous if “one half is unlike the
other half.” This guidance is relatively vague, so techniques
developed for dermatoscopy were used for inspiration. The
asymmetry score calculation is based on the symmetry map
technique presented in [5]. Symmetry maps encode a measure
of a region’s symmetry, known as symmetry metric, relative
to a range of axes of symmetry defined by angle. Lesion color
and texture comparisons were used to encode symmetry in
[5]. Commonly the symmetry metric is a function of distance
R from a region’s center. In [5], a symmetry map is created
for the range of symmetry axes passing through a region’s
center with angles ranging from 0 to 180 degrees. Unlike
color or texture, borders exhibit a better invariance to imaging
conditions.
To exploit this property an inclusion metric was devised. For
each pixel belonging to a lesion region, a counter was
incremented if that pixel’s mirror about a specified symmetry
axis was also included within the lesion region. After each
pixel was examined the inclusion counter was normalized by
the number of pixels in the lesion region.
The inclusion metric is analogous to a probability score
between 0 and 1 that a given pixel will have a mirror. It is also
not a function of distance R from the region’s center.
The inclusion symmetry metric was computed for the axes
passing through a region’s centroid at angles of 0, 45, and 90
degrees as shown in to form a “sub sampled” symmetry map.
At these angles, the inclusion metric can be computed quickly
using matrix index arithmetic and a binary mask of the region
of interest. As with the conventional symmetry maps, the
maximum symmetry score over all three angles was taken as
the lesions symmetry. For convenience, the score was
converted to units of asymmetry by subtracting it from 1. In
general a lesion with a high asymmetry score is at a higher
risk of being cancerous.
International Conference on Recent Trends in Information Technology and Computer Science (IRCTITCS) 2011
Proceedings published in International Journal of Computer Applications® (IJCA)
30
4.2 Border
In [1] the shape and strength of a region’s border are
considered collectively when assessing risk but the automated
algorithm examines only border strength. This is because the
simple segmentation techniques used were a relatively noisy
measure of a lesion’s boundary and the segmentation noise
quickly corrupts any border shape metric. However, border
strength is relatively easy to compute. Using the gradient-of-
Gaussian edge detection kernel developed by Canny in [7], a
smoothed map of an image’s intensity gradient is computed
via 2D convolution. The intensity
gradient map can also be computed using a two-stage filter
combination of Sobel and Gaussian kernels. Proper choice of
the Gaussian smoothing kernel is important given the relative
inaccuracy of the lesion segmentation. If too small a kernel is
used, the border pixels may not fall directly over pixels with a
high gradient magnitude.
4.3 Colour
To reduce variability, all lesion images were converted to
grayscale before scoring. The standard deviation of the
grayscale intensity values of all the pixels belonging to lesion
regions was calculated. This standard deviation value was
taken as the color variation risk. In general, lesions with a
higher color standard deviation are considered to be a higher
cancer risk.
4.4 Diameter
Melanoma tend to grow larger than common moles, and
especially the diameter of 6mm. Because the wound is often
irregular forms, to find the diameter, drawn from all the edge
pixels to the pixel edges through the mid-point and averaged.
4.5 Evaluation
Dermatologist will give input to the system about the location
of lesion. With respect to the location it will give the type of
melanoma. A sample output is shown in Figure as follows:
5. CLASSIFICATION
Based on TDV, the value obtained has the following
conclusion and accordingly can be classified:
1.00 – 4.75 – benign skin lesion
4.75 – 5.45 – suspicious melanoma
More than 5.45 – malignant melanoma
6. FINAL DIAGNOSIS
The final output given by the system will help the
dermatologist to detect the lesion and its type, accordingly
with his knowledge he will examine the patient to draw a final
conclusion whether it can be operated or not or any other way
to cure it for e.g. using medicines or ointments,etc.Melanoma
Decision Support System will help Dermatologist to diagnose
melanoma in early stages.
7. REFERENCES
[1] Stolz W, Riemann A, Cognetta AB. ABCD rule of
dermatoscopy: a new practical method for early
recognition of malignant melanoma. Eur J Deratol 1994;
4:521-7
[2] G. Argenziano, C. Catricala, M. Ardigo, P. Buccini, P. De
Simone, L. Eibenschutz, A. Ferrari, G. Mariani, V. Silipo,
I. Sperduti, I. Zalaudek. Seven-point Checklist of
Dermoscopy Revisited. The British Journal of
Dermatology 2011; 164(4):785-790
[3] Parkin D, Bray F, Ferlay J, Pisani P. Global
[4] Otsu N. A Threshold Selection Method from Gray-Level
Histograms. IEEE Transactions on Systems, Man, and
Cybernetics. 1979. Vol. 9 Issue 1:62-66.
[5] Schmid-Saugeon P, Guillod J, Thiran JP. Towards a
computer-aided diagnosis system for pigmented skin
lesions. Computerized Medical Imaging and Graphics
2003. 27(1);65-78
.
Fig 4: Evaluation

More Related Content

What's hot

Multitude Regional Texture Extraction for Efficient Medical Image Segmentation
Multitude Regional Texture Extraction for Efficient Medical Image SegmentationMultitude Regional Texture Extraction for Efficient Medical Image Segmentation
Multitude Regional Texture Extraction for Efficient Medical Image Segmentation
inventionjournals
 

What's hot (20)

MRI Tissue Segmentation using MICO
MRI Tissue Segmentation using MICOMRI Tissue Segmentation using MICO
MRI Tissue Segmentation using MICO
 
Tumour detection
Tumour detectionTumour detection
Tumour detection
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
Brain tumor detection
Brain tumor detectionBrain tumor detection
Brain tumor detection
 
Kx2418461851
Kx2418461851Kx2418461851
Kx2418461851
 
Brain Tumor Detection using CNN
Brain Tumor Detection using CNNBrain Tumor Detection using CNN
Brain Tumor Detection using CNN
 
Color Constancy For Improving Skin Detection
Color Constancy For Improving Skin DetectionColor Constancy For Improving Skin Detection
Color Constancy For Improving Skin Detection
 
DETERMINATION OF BREAST CANCER AREA FROM MAMMOGRAPHY IMAGES USING THRESHOLDIN...
DETERMINATION OF BREAST CANCER AREA FROM MAMMOGRAPHY IMAGES USING THRESHOLDIN...DETERMINATION OF BREAST CANCER AREA FROM MAMMOGRAPHY IMAGES USING THRESHOLDIN...
DETERMINATION OF BREAST CANCER AREA FROM MAMMOGRAPHY IMAGES USING THRESHOLDIN...
 
Multitude Regional Texture Extraction for Efficient Medical Image Segmentation
Multitude Regional Texture Extraction for Efficient Medical Image SegmentationMultitude Regional Texture Extraction for Efficient Medical Image Segmentation
Multitude Regional Texture Extraction for Efficient Medical Image Segmentation
 
G0401056062
G0401056062G0401056062
G0401056062
 
Lung diseases detection caused by smoking using support vector machine
Lung diseases detection caused by smoking using support vector machineLung diseases detection caused by smoking using support vector machine
Lung diseases detection caused by smoking using support vector machine
 
Iaetsd early detection of breast cancer
Iaetsd early detection of breast cancerIaetsd early detection of breast cancer
Iaetsd early detection of breast cancer
 
SEGMENTATION OF MAGNETIC RESONANCE BRAIN TUMOR USING INTEGRATED FUZZY K-MEANS...
SEGMENTATION OF MAGNETIC RESONANCE BRAIN TUMOR USING INTEGRATED FUZZY K-MEANS...SEGMENTATION OF MAGNETIC RESONANCE BRAIN TUMOR USING INTEGRATED FUZZY K-MEANS...
SEGMENTATION OF MAGNETIC RESONANCE BRAIN TUMOR USING INTEGRATED FUZZY K-MEANS...
 
A04450104
A04450104A04450104
A04450104
 
Automatic microaneurysm detection walter et. al.
Automatic microaneurysm detection walter et. al.Automatic microaneurysm detection walter et. al.
Automatic microaneurysm detection walter et. al.
 
Brain Tumor Area Calculation in CT-scan image using Morphological Operations
Brain Tumor Area Calculation in CT-scan image using Morphological OperationsBrain Tumor Area Calculation in CT-scan image using Morphological Operations
Brain Tumor Area Calculation in CT-scan image using Morphological Operations
 
Left Ventricle Volume Measurement on Short Axis MRI Images Using a Combined R...
Left Ventricle Volume Measurement on Short Axis MRI Images Using a Combined R...Left Ventricle Volume Measurement on Short Axis MRI Images Using a Combined R...
Left Ventricle Volume Measurement on Short Axis MRI Images Using a Combined R...
 
Detection of Breast Cancer using BPN Classifier in Mammograms
Detection of Breast Cancer using BPN Classifier in MammogramsDetection of Breast Cancer using BPN Classifier in Mammograms
Detection of Breast Cancer using BPN Classifier in Mammograms
 
Classification with Random Forest Based on Local Tangent Space Alignment and ...
Classification with Random Forest Based on Local Tangent Space Alignment and ...Classification with Random Forest Based on Local Tangent Space Alignment and ...
Classification with Random Forest Based on Local Tangent Space Alignment and ...
 
(2011) The Impact of Force on Fingerprint Image Quality, Minutiae Count and P...
(2011) The Impact of Force on Fingerprint Image Quality, Minutiae Count and P...(2011) The Impact of Force on Fingerprint Image Quality, Minutiae Count and P...
(2011) The Impact of Force on Fingerprint Image Quality, Minutiae Count and P...
 

Similar to icrtitcs1014

Segmentation and Classification of Skin Lesions Based on Texture Features
Segmentation and Classification of Skin Lesions Based on Texture FeaturesSegmentation and Classification of Skin Lesions Based on Texture Features
Segmentation and Classification of Skin Lesions Based on Texture Features
IJERA Editor
 
Skin Cancer Recognition Using SVM Image Processing Technique
Skin Cancer Recognition Using SVM Image Processing TechniqueSkin Cancer Recognition Using SVM Image Processing Technique
Skin Cancer Recognition Using SVM Image Processing Technique
IJBNT Journal
 
Comparative performance analysis of segmentation techniques
Comparative performance analysis of segmentation techniquesComparative performance analysis of segmentation techniques
Comparative performance analysis of segmentation techniques
IAEME Publication
 

Similar to icrtitcs1014 (20)

Skin Cancer Prognosis Based Pigment Processing
Skin Cancer Prognosis Based Pigment ProcessingSkin Cancer Prognosis Based Pigment Processing
Skin Cancer Prognosis Based Pigment Processing
 
Skin Cancer Detection
Skin Cancer DetectionSkin Cancer Detection
Skin Cancer Detection
 
97202107
9720210797202107
97202107
 
IRJET- Texture Feature Extraction for Classification of Melanoma
IRJET-  	  Texture Feature Extraction for Classification of MelanomaIRJET-  	  Texture Feature Extraction for Classification of Melanoma
IRJET- Texture Feature Extraction for Classification of Melanoma
 
Segmentation and Classification of Skin Lesions Based on Texture Features
Segmentation and Classification of Skin Lesions Based on Texture FeaturesSegmentation and Classification of Skin Lesions Based on Texture Features
Segmentation and Classification of Skin Lesions Based on Texture Features
 
Detection of Skin Cancer using SVM
Detection of Skin Cancer using SVMDetection of Skin Cancer using SVM
Detection of Skin Cancer using SVM
 
IRJET- Melanoma Detection using Feed Forward Neural Network and Therapeutic S...
IRJET- Melanoma Detection using Feed Forward Neural Network and Therapeutic S...IRJET- Melanoma Detection using Feed Forward Neural Network and Therapeutic S...
IRJET- Melanoma Detection using Feed Forward Neural Network and Therapeutic S...
 
Human Skin Cancer Recognition and Classification by Unified Skin Texture and ...
Human Skin Cancer Recognition and Classification by Unified Skin Texture and ...Human Skin Cancer Recognition and Classification by Unified Skin Texture and ...
Human Skin Cancer Recognition and Classification by Unified Skin Texture and ...
 
Ge2511241129
Ge2511241129Ge2511241129
Ge2511241129
 
Ge2511241129
Ge2511241129Ge2511241129
Ge2511241129
 
Ja3416401643
Ja3416401643Ja3416401643
Ja3416401643
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
Skin Cancer Recognition Using SVM Image Processing Technique
Skin Cancer Recognition Using SVM Image Processing TechniqueSkin Cancer Recognition Using SVM Image Processing Technique
Skin Cancer Recognition Using SVM Image Processing Technique
 
MALIGNANT AND BENIGN BRAIN TUMOR SEGMENTATION AND CLASSIFICATION USING SVM WI...
MALIGNANT AND BENIGN BRAIN TUMOR SEGMENTATION AND CLASSIFICATION USING SVM WI...MALIGNANT AND BENIGN BRAIN TUMOR SEGMENTATION AND CLASSIFICATION USING SVM WI...
MALIGNANT AND BENIGN BRAIN TUMOR SEGMENTATION AND CLASSIFICATION USING SVM WI...
 
IRJET- Detection & Classification of Melanoma Skin Cancer
IRJET-  	  Detection & Classification of Melanoma Skin CancerIRJET-  	  Detection & Classification of Melanoma Skin Cancer
IRJET- Detection & Classification of Melanoma Skin Cancer
 
A UTOMATIC S EGMENTATION IN B REAST C ANCER U SING W ATERSHED A LGORITHM
A UTOMATIC  S EGMENTATION IN  B REAST  C ANCER  U SING  W ATERSHED  A LGORITHMA UTOMATIC  S EGMENTATION IN  B REAST  C ANCER  U SING  W ATERSHED  A LGORITHM
A UTOMATIC S EGMENTATION IN B REAST C ANCER U SING W ATERSHED A LGORITHM
 
AUTOMATIC SEGMENTATION IN BREAST CANCER USING WATERSHED ALGORITHM
AUTOMATIC SEGMENTATION IN BREAST CANCER USING WATERSHED ALGORITHMAUTOMATIC SEGMENTATION IN BREAST CANCER USING WATERSHED ALGORITHM
AUTOMATIC SEGMENTATION IN BREAST CANCER USING WATERSHED ALGORITHM
 
A0150106
A0150106A0150106
A0150106
 
A0150106
A0150106A0150106
A0150106
 
Comparative performance analysis of segmentation techniques
Comparative performance analysis of segmentation techniquesComparative performance analysis of segmentation techniques
Comparative performance analysis of segmentation techniques
 

icrtitcs1014

  • 1. International Conference on Recent Trends in Information Technology and Computer Science (IRCTITCS) 2011 Proceedings published in International Journal of Computer Applications® (IJCA) 28 Melanoma Decision Support System for Dermatologist ABSTRACT Malignant melanoma is nowadays one of the leading cancers among many white-skinned populations around the world. Malignant melanoma, the most deadly form of skin cancer, has a good prognosis if treated in the curable early stages. Early diagnosis is the most effective treatment of melanoma. Well-trained dermatologists reach a high level of diagnostic accuracy but their performance is increased by using computer aided numerical imaging tools. This study is limited in the use of simple image processing algorithms, for the sake of clarity, in order to illustrate the use of MATLAB in the calculation of the ABCD Total Dermatoscopy Score (TDS) for potentially malignant melanomas. A high ABCD score means that a lesion is more likely to be a malignant melanoma. Keywords Melanoma, benign,suspicious, malignant, ABCD, Matlab, Dermatoscopy, image processing. 1. INTRODUCTION As in recent years there has been a significant raise in the number of melanoma cases recorded world-wide, early diagnosis and efficient tools helping the dermatologists become a necessity.Melanoma is the most deadly variety of skin cancer. Although less common than other skin cancers, it is responsible for the majority of skin cancer related deaths globally [3]. Most cases are curable if detected early and several standardized screening techniques have been developed to improve the early detection rate [1], [2]. No computer application can provide a concrete diagnosis, but it can help inform the individual and raise the general awareness of this dangerous disease. The ABCD [8] allows for computation of so-called TDS factor (Total Dermoscopy Score). Four features of the image are taken into account: 1. Asymmetry – The dermoscopic image is divided by two perpendicular axes positioned to produce the lowest possible asymmetry score. If the image shows asymmetric properties with respect to both axes with regard to colours and differential structures, the asymmetry score is 2. If there is asymmetry on one axis the score is 1. If asymmetry is absent the score is 0. 2. Border – The images of the lesions are divided into eighths and a sharp, abrupt cut-off of pigment pattern at the periphery within one eighth has a score 1.A gradual, indistinct cut-off within one eighth has a score of 0. 3. Colour – Six different colours: white, red, light-brown, dark-brown, blue-gray, and black, are counted in the color score. White is only counted if the area is lighterthan the adjacent skin. Cancerous skin changes are usually characterized by three or more colours. About 40% of melanomas have five or six colours are present. 4. Diameter – diameter greater than 6 mm. Once the ABCD values are evaluated for the image under consideration one can compute the TDS (Compute Total Dermatoscopic Score) /TDV(Compute Total Dermatoscopic Value) factor: TDS = A*1.3 + B*0.1 + C*0.5 + D*0.5 TDS < 4.75 gives indication of a benign lesion, 4.75 < TDS < 5.45 is non conclusive while TDS > 5.45 gives strong indication that the lesion is cancerous. 2. BACKGROUND Melanoma develops in the melanocyte skin cells responsible for producing the pigment melanin which gives the skin, hair, and eyes their colors. Early stages of the cancer present themselves as irregular skin lesions. Detection techniques for early stage melanoma use the morphological characteristics of such irregular skin lesions to classify risk levels. 3. IMAGE PRE-PROCESSING & SEGMENTATION The techniques used to compute relative risk scores follow an image-processing pattern similar to that of any feature extraction algorithm. Images are preprocessed, a region of interest (feature) is identified, and then individual feature descriptors are run on the region of interest. The results from a MATLAB implementation of the score computation were analyzed by a group of trained dermatologists. 3.1 Preprocessing Once a magnified image of a skin lesion is captured it is passed to a preprocessor. The preprocessor performs global image binarization via Otsu’s method [4]. Following binarization, a connected components analysis is performed and small region removal for both positive and negative regions removes most of the image noise. A sample output from the preprocessing stage is shown in Figure below: Priya Shetty Post Graduate Student Thakur College of Science and Commerce Kandivali (E), Mumbai -400101,India Varsha Turkar Assistant Professor Thakur College of Science and Commerce Mumbai -400101 India
  • 2. International Conference on Recent Trends in Information Technology and Computer Science (IRCTITCS) 2011 Proceedings published in International Journal of Computer Applications® (IJCA) 29 Fig 1: Illustrating the pre-processing 3.2 Image Segmentation Following binarization and denoising in the preprocessor, the region representing the skin lesion is segmented from the rest of the image. Most medical imaging is designed to maximize the percentage of an image’s field of view devoted to its subject, so the largest component in the preprocessed images is nearly always the lesion. Occasionally large shadows in the images were mistaken for a lesion so a maximum allowable lesion size restriction was imposed.A sample output from the preprocessing stage is shown in Figure below: Fig 2: Area of interest Fig 3: Edge Detected Fig 3: X & Y axis Representation, Polar Co-ordination 4. MORPHOLOGICAL FEATURE DESCRIPTORS 4.1. Asymmetry After preprocessing and segmentation, the images are ready for analysis by the individual feature descriptors. Three feature descriptors inspired by the “ABCDE” skin self- examination form the core of the risk assessment. Those features are asymmetry, border, and color.In [1], a lesion is considered potentially cancerous if “one half is unlike the other half.” This guidance is relatively vague, so techniques developed for dermatoscopy were used for inspiration. The asymmetry score calculation is based on the symmetry map technique presented in [5]. Symmetry maps encode a measure of a region’s symmetry, known as symmetry metric, relative to a range of axes of symmetry defined by angle. Lesion color and texture comparisons were used to encode symmetry in [5]. Commonly the symmetry metric is a function of distance R from a region’s center. In [5], a symmetry map is created for the range of symmetry axes passing through a region’s center with angles ranging from 0 to 180 degrees. Unlike color or texture, borders exhibit a better invariance to imaging conditions. To exploit this property an inclusion metric was devised. For each pixel belonging to a lesion region, a counter was incremented if that pixel’s mirror about a specified symmetry axis was also included within the lesion region. After each pixel was examined the inclusion counter was normalized by the number of pixels in the lesion region. The inclusion metric is analogous to a probability score between 0 and 1 that a given pixel will have a mirror. It is also not a function of distance R from the region’s center. The inclusion symmetry metric was computed for the axes passing through a region’s centroid at angles of 0, 45, and 90 degrees as shown in to form a “sub sampled” symmetry map. At these angles, the inclusion metric can be computed quickly using matrix index arithmetic and a binary mask of the region of interest. As with the conventional symmetry maps, the maximum symmetry score over all three angles was taken as the lesions symmetry. For convenience, the score was converted to units of asymmetry by subtracting it from 1. In general a lesion with a high asymmetry score is at a higher risk of being cancerous.
  • 3. International Conference on Recent Trends in Information Technology and Computer Science (IRCTITCS) 2011 Proceedings published in International Journal of Computer Applications® (IJCA) 30 4.2 Border In [1] the shape and strength of a region’s border are considered collectively when assessing risk but the automated algorithm examines only border strength. This is because the simple segmentation techniques used were a relatively noisy measure of a lesion’s boundary and the segmentation noise quickly corrupts any border shape metric. However, border strength is relatively easy to compute. Using the gradient-of- Gaussian edge detection kernel developed by Canny in [7], a smoothed map of an image’s intensity gradient is computed via 2D convolution. The intensity gradient map can also be computed using a two-stage filter combination of Sobel and Gaussian kernels. Proper choice of the Gaussian smoothing kernel is important given the relative inaccuracy of the lesion segmentation. If too small a kernel is used, the border pixels may not fall directly over pixels with a high gradient magnitude. 4.3 Colour To reduce variability, all lesion images were converted to grayscale before scoring. The standard deviation of the grayscale intensity values of all the pixels belonging to lesion regions was calculated. This standard deviation value was taken as the color variation risk. In general, lesions with a higher color standard deviation are considered to be a higher cancer risk. 4.4 Diameter Melanoma tend to grow larger than common moles, and especially the diameter of 6mm. Because the wound is often irregular forms, to find the diameter, drawn from all the edge pixels to the pixel edges through the mid-point and averaged. 4.5 Evaluation Dermatologist will give input to the system about the location of lesion. With respect to the location it will give the type of melanoma. A sample output is shown in Figure as follows: 5. CLASSIFICATION Based on TDV, the value obtained has the following conclusion and accordingly can be classified: 1.00 – 4.75 – benign skin lesion 4.75 – 5.45 – suspicious melanoma More than 5.45 – malignant melanoma 6. FINAL DIAGNOSIS The final output given by the system will help the dermatologist to detect the lesion and its type, accordingly with his knowledge he will examine the patient to draw a final conclusion whether it can be operated or not or any other way to cure it for e.g. using medicines or ointments,etc.Melanoma Decision Support System will help Dermatologist to diagnose melanoma in early stages. 7. REFERENCES [1] Stolz W, Riemann A, Cognetta AB. ABCD rule of dermatoscopy: a new practical method for early recognition of malignant melanoma. Eur J Deratol 1994; 4:521-7 [2] G. Argenziano, C. Catricala, M. Ardigo, P. Buccini, P. De Simone, L. Eibenschutz, A. Ferrari, G. Mariani, V. Silipo, I. Sperduti, I. Zalaudek. Seven-point Checklist of Dermoscopy Revisited. The British Journal of Dermatology 2011; 164(4):785-790 [3] Parkin D, Bray F, Ferlay J, Pisani P. Global [4] Otsu N. A Threshold Selection Method from Gray-Level Histograms. IEEE Transactions on Systems, Man, and Cybernetics. 1979. Vol. 9 Issue 1:62-66. [5] Schmid-Saugeon P, Guillod J, Thiran JP. Towards a computer-aided diagnosis system for pigmented skin lesions. Computerized Medical Imaging and Graphics 2003. 27(1);65-78 . Fig 4: Evaluation