SlideShare a Scribd company logo
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Special Issue: 03 | May-2014 | NCRIET-2014, Available @ http://www.ijret.org 344
DETECTION OF SKIN DIASEASE USING CURVLETS
Y.P.Gowramma1
, Pavithra.N2
,Manasa.S.B3
, Peetambari.B.P4
, Vimala5
1
Department of Computer Science & Engineering, Kalpataru Institute of Technology, Tiptur-572202
2
Department of Computer Science & Engineering, Kalpataru Institute of Technology, Tiptur-572202
3
Department of Computer Science & Engineering, Kalpataru Institute of Technology, Tiptur-572202
4
Department of Computer Science & Engineering, Kalpataru Institute of Technology, Tiptur-572202
5
Department of Computer Science & Engineering, Kalpataru Institute of Technology, Tiptur-572202
Abstract
In this paper, we have proposed an algorithmic model for automatic classification of skin disease using Curvelet filter along with the
k-nn classifier. The proposed algorithmic model is based on textural features such as curvelet filter responses. A skin disease is
segmented using a Marker-Controlled Watershed Segmentation method. The dataset has different skin diseases with similar
appearance (small inter class variations) across different classes and varying appearance (large intra class variations) within a class.
Also, the images of diseases are of different pose with cluttered background.
Keywords: skin disease, curvelets, K-nn classifier.
---------------------------------------------------------------------***---------------------------------------------------------------------
1. INTRODUCTION
In the image processing and computer vision color, shape, and
texture features are more important. But texture based analysis
is very important in surface analysis. Skin is the surface of the
body having some texture, diseased skin has variation in the
texture of the skin. So we have proposed curvelet based
texture analysis. A skin infection is an infection of the skin.
Infection of the skin is distinguished from dermatitis which is
inflammation of the skin, but a skin infection can result in skin
inflammation. Skin inflammation due to skin infection is
called infective dermatitis.
Human skin is a complex surface, with fine scale geometry
that makes its appearance difficult to model. Melanin and
hemoglobin pigments are contained in this structure. Slight
changes of pigment construction in skin may cause a rich
variation in skin color. By analyzing the skin texture, a lot of
observations can be made regarding the nature and coarseness
of the skin. Skin diseases, if not treated earlier might lead to
severe complications in the body including spreading of the
infection from one individual to the other. So it is necessary to
be cautious regarding skin care. Developing a system for
classification of skin disease is a difficult task because of
considerable similarities among different classes and also due
to a large intra-class variation. All these problems lead to a
confusion across classes and make the task of skin disease
identification more challenging. Applications of identification
of images can be found useful in medical applications, disease
analysis etc. Texture analysis is one of the fundamental
aspects of human vision by which we discriminate between
surfaces and objects. In the field of digital image processing,
computer vision techniques can take advantage of the cues
provided by surface texture to distinguish and recognize
objects. Texture refers to visual patterns or spatial
arrangement of pixels that regional intensity or color alone
cannot sufficiently describe.
2. LITERATURE SURVEY
Many methodologies have been proposed to analyze and
recognize textures in an automated fashion. In [3]
A.C.Boviket. al. proposes a computational approach for
analyzing visible textures by localizing spatial changes in the
frequency, orientation, or phase of the textures using 2-D .
Information extracted from the Curvelets responses are used to
detect phase discontinuities within a texture. In [4] Haralick
introduced a statistical and structural method to model texture
based patterns based on the symmetric Grey Level Co-
occurrence Matrix (GLCM). GLCM defines the probability of
one grey tone occurring in the neighborhood of another grey
tone at a specified distance and along a specified direction.
Authors like Tamura [12] made an attempt at defining a set of
visually relevant texture features which includes coarseness,
contrast and directionality. Coarseness is the measure of
granularity of an image, or average size of regions that have
the same intensity, contrast is the measure of vividness of the
texture pattern affected by the use of varying black and white
intensities, directionality is the measure of directions of the
grey values within the image. In [6] Lepisto proposed a
method to retrieve non-homogenous, directional texture
features based on texture Anal Kumar Mittra et al. /
International Journal of Engineering Science and Technology
[13] A. M. S. SMITH, M. J. WOOSTER, A. K. POWELL and
D. USHER study aimed to investigate the potential of texture-
based GLCM techniques for the identification of burn scars in
low spatial resolution EO imagery since most current burn
scar mapping techniques rely solely on pixel intensity
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Special Issue: 03 | May-2014 | NCRIET-2014, Available @ http://www.ijret.org 345
information. The main focus of attention for texture-based
classification in EO has been in determining the internal pixel
structure of image regions since in general these methods fail
to detect convoluted edges and small isolated features
(Warner) 1990. Many methodologies have been proposed to
analyze and recognize textures in an automated fashion.
Tsumura et al [1] proposed a technique through which melanin
and hemoglobin pigment content is extracted from a single
skin color image by independent component analysis (ICA).
3. PROPOSED METHOD
The proposed method has training and classification phases. In
training phase, from a given set of training images the texture
features (Curlvlets) are extracted and used to train the system
using the K-nearest neighbor classifier. In classification phase
a given test infected diseased images is segmented using
gradient magnitude method and then the above mentioned
texture features are extracted for classification using Curvelets
As mentioned above, Curvelets have the ability to perform
multi-resolution decomposition due to its localization both in
spatial and spatial frequency domain. Texture segmentation
requires simultaneous measurements in both the spatial and
the spatial-frequency domains. Filters with Smaller band width
in the spatial-frequency domain are more desirable because
they allow us to figure Make finer distinctions among different
textures. These features are queried to K-nearest neighbor
classifier to label an unknown disease.
Fig 1: Proposed methodology
3.1Image Segmentation
Marker Controlled Water Shed Segmentation:
Image segmentation is the process of partitioning an image
into multiple segments, so as to change the representation of
an image into something that is more meaningful and easier to
analyze. The first step in skin disease classification is to
segment the infected part of the image. Segmentation
subdivides an image into its constituent parts or objects. In
general, autonomous segmentation is one of the most difficult
tasks in image processing in our project we segment the
Skin disease image using marker controlled water shed
segmentation. This segmentation method fallows some basic
procedures they are
 Compute a segmentation function. This is an image whose
dark regions are the objects you are trying to segment.
 Compute foreground markers. These are connected blobs
of pixels within each of the objects.
 Compute background markers. These are pixels that are
not part of any object.
 Modify the segmentation function so that it only has
minima at the foreground and background marker
locations.
 Compute the watershed transform of the modified
segmentation function.
Algorithm: Skin disease classification algorithm
Step 1: Input the different Images
Step 2:Image read
Step3: segmentation of image
Step 4: feature extraction using curveletfilters
Step 5: classification using KNN
Step 6: matching the test set with training set
Step 7: if the image is matched with original
Display “image is recognized”
Else
Display “image is not recognized”
Step 8: stop.
3.2Feature Extraction
Curvelets
Curvelets are a non-adaptive technique for multi-scale object
representation. Being an extenction of the wavelet concept,
They are becoming popular in similar fields, namely in image
processing and scientific computing. Curvelets are an
appropriate basic for representing images which are smooth
apart from singularities along smooth curves, where the curves
have bounded curvature, i.e. where objects in the image have a
minimum length scale.
This property holds for cartoons, geometrical diagrams, and
text. As one zooms in such images, the edges they contain
appear increasingly straight. Curvelets take advantage of this
property, by defining the higher resolution curvelets to be
more elongated than the lower resolution curvelets. The
curvelet transform is a multiscale directional transform that
allows an almost optimal nonadaptive sparse representation of
objects with edges. It has generated
Increasing interest in the community of applied mathematics
and signal processing over the Years.
Curvelets are designed to handle curves using only a small
number of coefficients.
Hence the CvT handles curve discontinuities well.
The four stages of the Curvelet Transform were:
Segmentation
Segmentation Feature extraction
KNN classifier
classifier
Feature extraction
Classification label
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Special Issue: 03 | May-2014 | NCRIET-2014, Available @ http://www.ijret.org 346
• Sub-band decomposition
• Smooth partitioning:
• Renormalization:
• Ridgelet analysis:
The Inverse of the Curvelet Transform:
• Ridgelet Synthesis
• Renormalization
• Smooth Integration
• Sub-band Recomposition.
Curvelets also exhibit an interesting architecture that sets them
apart from classical multiscale representations.
Curveletspartition the frequency plane into dyadic coronae and
(unlike wavelets) subpartitions those into angular wedges
which again display the parabolic aspect ratio. Hence, the
curvelet transform refines the scale-space viewpoint by adding
an extra element, orientation, and operates by measuring
information about an object at specified scales and locations
but only along specified orientations.
Fig2:Curvelet transform the figure illustrates the
decomposition of theOriginal image into sub band followed by
the spatial partitioning of each subband. The ridgelet
transform is then applied to each block.
Fig 3:The elements of (a) wavelets and (b) curvelets on
various scales, directions, andTranslations in the spatial
domain. Note that the tensor-product 2-D wavelets are not
strictly isotropic but prefer axes directions.
Fig 4:Enhancement using Curvelet transform.
4. RESULTS AND DISCUSSION
Figure 5 (figure 5.1 to figure 5.5) presents the different type of
diseases infected to the skin in various parts. We have used the
software MATLAB R2008a and the hardware 2GB RAM Intel
core i3 to obtain the desired results. The curveletsand the
inverse curvelets are applied on the diseased part of the skin
and observed the resulting output image which gives good
clarified region of the disease.
Figure 5:Diseased skin samples
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Special Issue: 03 | May-2014 | NCRIET-2014, Available @ http://www.ijret.org 347
Fig 5.1:Rosasea
Fig5.2:Skintag
Fig 5.3:Liver spot
Fig 5.4:Shingales
Fig 5.5:Melsama
5. FUTURE ENHANCEMENT
This application as of now can be used only with given set of
images in a system.This work can be further done in the field
of texture image segmentation. Moreover, for future work we
can use various AI techniques like Radon neural network,
Fuzzy, Adaptive, GA in order to attain the best output without
performing calculations for each and every combination. This
work can also be done using the technique of Gray Level Co-
occurrence Matrix and using decision tree classifier. This
current work only includes classification of normal skin
diseases it can also be developed for classification of skin
cancer like diseases.
6. CONCLUSIONS
The main focus of this paper is on analyzing the texture of
skin thereby using it to diagnose the skin diseases. From the
experimental results discussed above, we infer that the multi-
class classification can serve as an effective tool in identifying
skin diseases. The future work will be based on developing
algorithms to identify various other skin diseases, to improve
the overall efficiency and also to further reduce the
computational time.
REFERENCES
[1].Al. Abadi, N. K.; Dahir, N. S.; Alkareem, Z. A. (2008):
Skin texture recognition using neural network, in
Proceedings of the International Arab Conference on
Information Technology, Tunisia, December 16-18, pp.
[2].Blackledge, J. M.; Dubovitskiy, D. A. (2009): Texture
classification using fractal geometry for the diagnosis of skin
cancers, in Proceedings of EG UK Theory and Practice of
Computer Graphics, UK, pp. 1-8.
[3].Bovik, A.C.; Clerk, M. and Geisler, W. S. (1990):
Multichannel texture analysis using localized spatial filters,
IEEE Transactions on Pattern Analysis & Machine
Intelligence, 12(1), pp. 55-73.
[4].Haralick, R.M. (1979): Statistical and structural
approaches to Texture, Proceedings of IEEE, 67(5), pp. 784-
804.
[5].Kopec ,D.; Kabir, M. H.; Reinharth, D.; Rothschild ,O. and
Castiglione ,J. A. (2003): Human errors in medical practice:
systematic classification and reduction with automated
information systems, Journal of Medical Systems, U K, 27(4),
pp. 297-3
[6].Rubegni, P. et al. (2002): Automated Diagnosis on
Pigmented Skin Lesions, International Journal on Cancer, 101,
pp. 576-580.
[7].Smach, F. et. al. (2006): Design of a neural network
classifier for faceDetection, Journal of Computer Science,
2(3), pp. 257-260.
[8].Shyu, C. R.; Kak, A.; Kosaka, A. (1999): ASSERT a
physician in the loop CBRS for HRCT image, databases,
Comp. Vision and Image Understanding, 75(1), pp. 111-132.
[9].Tahmoush, D.; Samet, H. (2007): A Web collaboration
system for content based retrieval of medical images,
Proceedings of SPIE Medical Imaging – PACS and Medical
Informatics, 6516, San Diego, USA.
[10].Tamura, H.; Mori, S.; Yamawaki, T. (1978): Textural
Features Corresponding to Visual Perceptions, IEEE
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Special Issue: 03 | May-2014 | NCRIET-2014, Available @ http://www.ijret.org 348
Transactions on Systems, Man and Cybernetics 8(6), pp. 460-
473.
[11]. Xia, S.; Mo, W.; Zhang , Z. (2005): A content based
retrieval system for endoscopic images, Journal of Information
Technology,11(2), pp. 27-32Anal Kumar Mittra et al. /
International Journal of Engineering Science and Technology
(IJEST)
[12].A. Bovik. Analysis of multichannel narrow-band filters
for image texture segmentation.IEEE Transactions on Signal
Processing, 39(9):2025–2043, 1991.
[13].F.J. Anscombe. The transformation of Poisson, binomial
and negative-binomial data.Biometrika, 15:246{254, 1948.
[14].A. Averbuch, R.R. Coifman, D.L. Donoho, M. Israeli,
and J. Walden. Polar fft, rectopolarfft, and
applications.Technical report, Stanford University, 2000.
[15].E. J. Candµes. Harmonic analysis
ofneuralnetworks.Applied and Computational Harmonic
Analysis, 6:197{218, 1999.
[16]. E. J. Candµes. Monoscaleridgelets for the representation
of images with edges.Technical report, Department of
Statistics, Stanford University, 1999.Submitted for
publication.
[17].E. J. Candµes. On the representation of mutilated Sobolev
functions.Technical report, Department of Statistics, Stanford
University, 1999.Submitted for publication.
[18]. E. J. Candµes and D. L. Donoho.
Curvelets.Manuscript.http://wwwstat.stanford.edu/~donoho/R
eports/1999/curvelets.pdf, 1999.
[19].E. J. Candµes and D. L. Donoho. Curvelets{ a
surprisingly e®ectivenonadaptive representation for objects
with edges. In A. Cohen, C. Rabut, and L.L. Schumacher,
editors, Curve and Surface Fitting: Saint-Malo 1999,
Nashville, TN, 1999. VanderbiltUniversity Press.
[20].E. J. Candµes and D. L. Donoho. Ridgelets: Key to
Higher-dimensional Intermittency? Phil. Trans. R. Soc. Lond.
A., 1999.
[21].E. J. Candµes and D.L. Donoho. Edge-preserving
denoising in linear inverse problems: Optimality of curvelet
frames. Technical report, Department of Statistics, Stanford
University, 2000.
[22].R.R. Coifman and D.L. Donoho. Translation invariant de-
noising.In A. Antoniadis and G. Oppenheim, editors, Wavelets
and Statistics, pages 125{150, New York, 1995.Springer-
Verlag.
[23].M. Crouse, R. Nowak, and R. Baraniuk. Wavelet-based
statistical signal processing using hidden Markov models
IEEE Transactions on Signal Processing, 46:886-902, 1998
[24]. USC-SIPI Image Database.
http://sipi.usc.edu/services/database/-Database.html.
[25]. S. R. Deans. The Radon transform and some of its
applications. John Wiley & Sons,1983.
[26]. M. N. Do and M. Vetterli. Orthonormal ¯niteridgelet
transform for image compression.In Proc. of IEEE
International Conference on Image Processing (ICIP),
September 2000.
[27]. D. L. Donoho. Fast ridgelettransformsin dimension 2.
Technical report, Stanford University, Department of
Statistics, Stanford CA 94305-4065, 1997.
[28]. D. L. Donoho. Digital ridgelet transform via rectopolar
coordinate transform. Technical report, Stanford University,
1998.
[29]. R.M. Mersereau and A.V. Oppenheim. Digital
reconstruction of multidimensional signals from their
projections.Proc .IEEE, 62(10):1319{1338, 1974.
[30].T. Olson and J. DeStefano. Wavelet localization of the
Radon transform. IEEE Trans.on Signal Process.,
42(8):2055{2067, 1994.
[31]. B. Sahiner and A.E. Yagle. On the use of wavelets in
inverting the radon transform.InNuclear Science Symposium
and Medical Imaging Conference, 1992., Conference Record
of the 1992, volume 2, pages 1129{1131, 1992.
[32].B. Sahiner and A.E. Yagle. Iterative inversion of the
radon transform using imageadaptive wavelet constraints. In
Engineering in Medicine and Biology Society, 1996. Bridging
Disciplines for Biomedicine, 18th Annual International
Conference of the IEEE, volume 2, pages 722{723, 1997.
[33]. B. Sahiner and A.E. Yagle. Iterative inversion of the
radon transform using imageadaptive wavelet constraints. In
Image Processing,1998.ICIP98.Proceedings,volume2,pages
709{713, 1998.
[34].E. P. Simoncelli. Bayesian denoising of visual images in
the wavelet domain.InP Muller and B. Vidakovic, editors,
Bayesian Inference in Wavelet Based Models.

More Related Content

PDF
A Methodology for Extracting Standing Human Bodies from Single Images
PDF
Illumination Invariant Hand Gesture Classification against Complex Background...
PDF
ENHANCED SKIN COLOUR CLASSIFIER USING RGB RATIO MODEL
PDF
Texture Segmentation Based on Multifractal Dimension
PDF
Q0460398103
PDF
Human Skin Cancer Recognition and Classification by Unified Skin Texture and ...
PDF
Importance of Mean Shift in Remote Sensing Segmentation
PDF
OBJECT SEGMENTATION USING MULTISCALE MORPHOLOGICAL OPERATIONS
A Methodology for Extracting Standing Human Bodies from Single Images
Illumination Invariant Hand Gesture Classification against Complex Background...
ENHANCED SKIN COLOUR CLASSIFIER USING RGB RATIO MODEL
Texture Segmentation Based on Multifractal Dimension
Q0460398103
Human Skin Cancer Recognition and Classification by Unified Skin Texture and ...
Importance of Mean Shift in Remote Sensing Segmentation
OBJECT SEGMENTATION USING MULTISCALE MORPHOLOGICAL OPERATIONS

What's hot (17)

PDF
Wound epithelization model by 3 d imaging
DOCX
Image Classification And Skin cancer detection
PDF
DETECTION OF LESION USING SVM
PDF
11.combined structure and texture image inpainting algorithm for natural scen...
PDF
2.[7 12]combined structure and texture image inpainting algorithm for natural...
PDF
Face detection for video summary using enhancement based fusion strategy
PDF
Pattern –based with surface based morphometry survey
PDF
Mammogram image segmentation using rough clustering
PDF
A Survey of Image Segmentation based on Artificial Intelligence and Evolution...
PDF
National Flags Recognition Based on Principal Component Analysis
PDF
Survey on Brain MRI Segmentation Techniques
PDF
A HYBRID COPY-MOVE FORGERY DETECTION TECHNIQUE USING REGIONAL SIMILARITY INDICES
PDF
Mammogram image segmentation using rough
PDF
A NOVEL PROBABILISTIC BASED IMAGE SEGMENTATION MODEL FOR REALTIME HUMAN ACTIV...
PDF
C04461620
PDF
Segmentation and Classification of Skin Lesions Based on Texture Features
Wound epithelization model by 3 d imaging
Image Classification And Skin cancer detection
DETECTION OF LESION USING SVM
11.combined structure and texture image inpainting algorithm for natural scen...
2.[7 12]combined structure and texture image inpainting algorithm for natural...
Face detection for video summary using enhancement based fusion strategy
Pattern –based with surface based morphometry survey
Mammogram image segmentation using rough clustering
A Survey of Image Segmentation based on Artificial Intelligence and Evolution...
National Flags Recognition Based on Principal Component Analysis
Survey on Brain MRI Segmentation Techniques
A HYBRID COPY-MOVE FORGERY DETECTION TECHNIQUE USING REGIONAL SIMILARITY INDICES
Mammogram image segmentation using rough
A NOVEL PROBABILISTIC BASED IMAGE SEGMENTATION MODEL FOR REALTIME HUMAN ACTIV...
C04461620
Segmentation and Classification of Skin Lesions Based on Texture Features
Ad

Viewers also liked (20)

PDF
A brawny multicolor lane detection method to indian scenarios
PDF
Smart digital and analogue ambience control and
PDF
Emotional telugu speech signals classification based on k nn classifier
PDF
Adaptation of anion exchange process to
PDF
Seasonal variation in greywater quality for a real life system
PDF
Synthesis, characterisation and antibacterial activity of copolymer (n vinylp...
PDF
Lv side distributed power factor correction system
PDF
Blood flow through stenosed inclined tubes with
PDF
Pounding problems in urban areas
PDF
An enhanced adaptive scoring job scheduling algorithm with replication strate...
PDF
Simulation of solar intensity in performance of flat
PDF
Dead node detection in teen protocol survey
PDF
Design and development of mechanical power amplifier
PDF
Low cost wireless sensor networks and smartphone applications for disaster ma...
PDF
Achieving operational excellence by implementing an erp (enterprise resource ...
PDF
Next generation engine immobiliser
PDF
Study of fiber optic sensor using concrete beams
PDF
Predicting construction project duration with support
PDF
Architecture and implementation issues of multi core processors and caching –...
PDF
Tools description for product development process management in food industries
A brawny multicolor lane detection method to indian scenarios
Smart digital and analogue ambience control and
Emotional telugu speech signals classification based on k nn classifier
Adaptation of anion exchange process to
Seasonal variation in greywater quality for a real life system
Synthesis, characterisation and antibacterial activity of copolymer (n vinylp...
Lv side distributed power factor correction system
Blood flow through stenosed inclined tubes with
Pounding problems in urban areas
An enhanced adaptive scoring job scheduling algorithm with replication strate...
Simulation of solar intensity in performance of flat
Dead node detection in teen protocol survey
Design and development of mechanical power amplifier
Low cost wireless sensor networks and smartphone applications for disaster ma...
Achieving operational excellence by implementing an erp (enterprise resource ...
Next generation engine immobiliser
Study of fiber optic sensor using concrete beams
Predicting construction project duration with support
Architecture and implementation issues of multi core processors and caching –...
Tools description for product development process management in food industries
Ad

Similar to Detection of skin diasease using curvlets (20)

PDF
Segmentation of unhealthy region of plant leaf using image processing techniq...
PDF
Segmentation of unhealthy region of plant leaf using image processing techniques
PDF
D05222528
PDF
Literature survey for 3 d reconstruction of brain mri
PDF
Literature survey for 3 d reconstruction of brain mri images
PDF
International Journal of Computational Engineering Research(IJCER)
PDF
Comparative performance analysis of segmentation techniques
PDF
Image classification in cultural heritage
PDF
I045034956
PDF
Feature Extraction for Image Classification and Analysis with Ant Colony Opti...
PDF
50Combining Color Spaces for Human Skin Detection in Color Images using Skin ...
PDF
Medical Image segmentation using Image Mining concepts
PDF
IRJET- Melanoma Detection using Feed Forward Neural Network and Therapeutic S...
PDF
Content Based Image Retrieval Using Dominant Color and Texture Features
PDF
Ea4301770773
PDF
SEGMENTATION OF MAGNETIC RESONANCE BRAIN TUMOR USING INTEGRATED FUZZY K-MEANS...
PDF
Texture Segmentation Based on Multifractal Dimension
PDF
Review of Image Segmentation Techniques based on Region Merging Approach
PDF
Deep Learning-Based Skin Lesion Detection and Classification: A Review
Segmentation of unhealthy region of plant leaf using image processing techniq...
Segmentation of unhealthy region of plant leaf using image processing techniques
D05222528
Literature survey for 3 d reconstruction of brain mri
Literature survey for 3 d reconstruction of brain mri images
International Journal of Computational Engineering Research(IJCER)
Comparative performance analysis of segmentation techniques
Image classification in cultural heritage
I045034956
Feature Extraction for Image Classification and Analysis with Ant Colony Opti...
50Combining Color Spaces for Human Skin Detection in Color Images using Skin ...
Medical Image segmentation using Image Mining concepts
IRJET- Melanoma Detection using Feed Forward Neural Network and Therapeutic S...
Content Based Image Retrieval Using Dominant Color and Texture Features
Ea4301770773
SEGMENTATION OF MAGNETIC RESONANCE BRAIN TUMOR USING INTEGRATED FUZZY K-MEANS...
Texture Segmentation Based on Multifractal Dimension
Review of Image Segmentation Techniques based on Region Merging Approach
Deep Learning-Based Skin Lesion Detection and Classification: A Review

More from eSAT Publishing House (20)

PDF
Likely impacts of hudhud on the environment of visakhapatnam
PDF
Impact of flood disaster in a drought prone area – case study of alampur vill...
PDF
Hudhud cyclone – a severe disaster in visakhapatnam
PDF
Groundwater investigation using geophysical methods a case study of pydibhim...
PDF
Flood related disasters concerned to urban flooding in bangalore, india
PDF
Enhancing post disaster recovery by optimal infrastructure capacity building
PDF
Effect of lintel and lintel band on the global performance of reinforced conc...
PDF
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
PDF
Wind damage to buildings, infrastrucuture and landscape elements along the be...
PDF
Shear strength of rc deep beam panels – a review
PDF
Role of voluntary teams of professional engineers in dissater management – ex...
PDF
Risk analysis and environmental hazard management
PDF
Review study on performance of seismically tested repaired shear walls
PDF
Monitoring and assessment of air quality with reference to dust particles (pm...
PDF
Coastal zones – seismic vulnerability an analysis from east coast of india
PDF
Can fracture mechanics predict damage due disaster of structures
PDF
Assessment of seismic susceptibility of rc buildings
PDF
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
PDF
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
PDF
Disaster recovery sustainable housing
Likely impacts of hudhud on the environment of visakhapatnam
Impact of flood disaster in a drought prone area – case study of alampur vill...
Hudhud cyclone – a severe disaster in visakhapatnam
Groundwater investigation using geophysical methods a case study of pydibhim...
Flood related disasters concerned to urban flooding in bangalore, india
Enhancing post disaster recovery by optimal infrastructure capacity building
Effect of lintel and lintel band on the global performance of reinforced conc...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Shear strength of rc deep beam panels – a review
Role of voluntary teams of professional engineers in dissater management – ex...
Risk analysis and environmental hazard management
Review study on performance of seismically tested repaired shear walls
Monitoring and assessment of air quality with reference to dust particles (pm...
Coastal zones – seismic vulnerability an analysis from east coast of india
Can fracture mechanics predict damage due disaster of structures
Assessment of seismic susceptibility of rc buildings
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Disaster recovery sustainable housing

Recently uploaded (20)

PDF
III.4.1.2_The_Space_Environment.p pdffdf
PDF
A SYSTEMATIC REVIEW OF APPLICATIONS IN FRAUD DETECTION
PPT
introduction to datamining and warehousing
PPTX
Internet of Things (IOT) - A guide to understanding
PDF
737-MAX_SRG.pdf student reference guides
PPTX
Construction Project Organization Group 2.pptx
PPTX
UNIT 4 Total Quality Management .pptx
PDF
Artificial Superintelligence (ASI) Alliance Vision Paper.pdf
PPT
Introduction, IoT Design Methodology, Case Study on IoT System for Weather Mo...
PDF
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
PDF
Well-logging-methods_new................
PDF
Automation-in-Manufacturing-Chapter-Introduction.pdf
PPTX
Safety Seminar civil to be ensured for safe working.
PDF
Unit I ESSENTIAL OF DIGITAL MARKETING.pdf
PPTX
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
PDF
BIO-INSPIRED HORMONAL MODULATION AND ADAPTIVE ORCHESTRATION IN S-AI-GPT
PPTX
Artificial Intelligence
PPTX
6ME3A-Unit-II-Sensors and Actuators_Handouts.pptx
PPTX
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
PPTX
Fundamentals of Mechanical Engineering.pptx
III.4.1.2_The_Space_Environment.p pdffdf
A SYSTEMATIC REVIEW OF APPLICATIONS IN FRAUD DETECTION
introduction to datamining and warehousing
Internet of Things (IOT) - A guide to understanding
737-MAX_SRG.pdf student reference guides
Construction Project Organization Group 2.pptx
UNIT 4 Total Quality Management .pptx
Artificial Superintelligence (ASI) Alliance Vision Paper.pdf
Introduction, IoT Design Methodology, Case Study on IoT System for Weather Mo...
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
Well-logging-methods_new................
Automation-in-Manufacturing-Chapter-Introduction.pdf
Safety Seminar civil to be ensured for safe working.
Unit I ESSENTIAL OF DIGITAL MARKETING.pdf
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
BIO-INSPIRED HORMONAL MODULATION AND ADAPTIVE ORCHESTRATION IN S-AI-GPT
Artificial Intelligence
6ME3A-Unit-II-Sensors and Actuators_Handouts.pptx
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
Fundamentals of Mechanical Engineering.pptx

Detection of skin diasease using curvlets

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Special Issue: 03 | May-2014 | NCRIET-2014, Available @ http://www.ijret.org 344 DETECTION OF SKIN DIASEASE USING CURVLETS Y.P.Gowramma1 , Pavithra.N2 ,Manasa.S.B3 , Peetambari.B.P4 , Vimala5 1 Department of Computer Science & Engineering, Kalpataru Institute of Technology, Tiptur-572202 2 Department of Computer Science & Engineering, Kalpataru Institute of Technology, Tiptur-572202 3 Department of Computer Science & Engineering, Kalpataru Institute of Technology, Tiptur-572202 4 Department of Computer Science & Engineering, Kalpataru Institute of Technology, Tiptur-572202 5 Department of Computer Science & Engineering, Kalpataru Institute of Technology, Tiptur-572202 Abstract In this paper, we have proposed an algorithmic model for automatic classification of skin disease using Curvelet filter along with the k-nn classifier. The proposed algorithmic model is based on textural features such as curvelet filter responses. A skin disease is segmented using a Marker-Controlled Watershed Segmentation method. The dataset has different skin diseases with similar appearance (small inter class variations) across different classes and varying appearance (large intra class variations) within a class. Also, the images of diseases are of different pose with cluttered background. Keywords: skin disease, curvelets, K-nn classifier. ---------------------------------------------------------------------***--------------------------------------------------------------------- 1. INTRODUCTION In the image processing and computer vision color, shape, and texture features are more important. But texture based analysis is very important in surface analysis. Skin is the surface of the body having some texture, diseased skin has variation in the texture of the skin. So we have proposed curvelet based texture analysis. A skin infection is an infection of the skin. Infection of the skin is distinguished from dermatitis which is inflammation of the skin, but a skin infection can result in skin inflammation. Skin inflammation due to skin infection is called infective dermatitis. Human skin is a complex surface, with fine scale geometry that makes its appearance difficult to model. Melanin and hemoglobin pigments are contained in this structure. Slight changes of pigment construction in skin may cause a rich variation in skin color. By analyzing the skin texture, a lot of observations can be made regarding the nature and coarseness of the skin. Skin diseases, if not treated earlier might lead to severe complications in the body including spreading of the infection from one individual to the other. So it is necessary to be cautious regarding skin care. Developing a system for classification of skin disease is a difficult task because of considerable similarities among different classes and also due to a large intra-class variation. All these problems lead to a confusion across classes and make the task of skin disease identification more challenging. Applications of identification of images can be found useful in medical applications, disease analysis etc. Texture analysis is one of the fundamental aspects of human vision by which we discriminate between surfaces and objects. In the field of digital image processing, computer vision techniques can take advantage of the cues provided by surface texture to distinguish and recognize objects. Texture refers to visual patterns or spatial arrangement of pixels that regional intensity or color alone cannot sufficiently describe. 2. LITERATURE SURVEY Many methodologies have been proposed to analyze and recognize textures in an automated fashion. In [3] A.C.Boviket. al. proposes a computational approach for analyzing visible textures by localizing spatial changes in the frequency, orientation, or phase of the textures using 2-D . Information extracted from the Curvelets responses are used to detect phase discontinuities within a texture. In [4] Haralick introduced a statistical and structural method to model texture based patterns based on the symmetric Grey Level Co- occurrence Matrix (GLCM). GLCM defines the probability of one grey tone occurring in the neighborhood of another grey tone at a specified distance and along a specified direction. Authors like Tamura [12] made an attempt at defining a set of visually relevant texture features which includes coarseness, contrast and directionality. Coarseness is the measure of granularity of an image, or average size of regions that have the same intensity, contrast is the measure of vividness of the texture pattern affected by the use of varying black and white intensities, directionality is the measure of directions of the grey values within the image. In [6] Lepisto proposed a method to retrieve non-homogenous, directional texture features based on texture Anal Kumar Mittra et al. / International Journal of Engineering Science and Technology [13] A. M. S. SMITH, M. J. WOOSTER, A. K. POWELL and D. USHER study aimed to investigate the potential of texture- based GLCM techniques for the identification of burn scars in low spatial resolution EO imagery since most current burn scar mapping techniques rely solely on pixel intensity
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Special Issue: 03 | May-2014 | NCRIET-2014, Available @ http://www.ijret.org 345 information. The main focus of attention for texture-based classification in EO has been in determining the internal pixel structure of image regions since in general these methods fail to detect convoluted edges and small isolated features (Warner) 1990. Many methodologies have been proposed to analyze and recognize textures in an automated fashion. Tsumura et al [1] proposed a technique through which melanin and hemoglobin pigment content is extracted from a single skin color image by independent component analysis (ICA). 3. PROPOSED METHOD The proposed method has training and classification phases. In training phase, from a given set of training images the texture features (Curlvlets) are extracted and used to train the system using the K-nearest neighbor classifier. In classification phase a given test infected diseased images is segmented using gradient magnitude method and then the above mentioned texture features are extracted for classification using Curvelets As mentioned above, Curvelets have the ability to perform multi-resolution decomposition due to its localization both in spatial and spatial frequency domain. Texture segmentation requires simultaneous measurements in both the spatial and the spatial-frequency domains. Filters with Smaller band width in the spatial-frequency domain are more desirable because they allow us to figure Make finer distinctions among different textures. These features are queried to K-nearest neighbor classifier to label an unknown disease. Fig 1: Proposed methodology 3.1Image Segmentation Marker Controlled Water Shed Segmentation: Image segmentation is the process of partitioning an image into multiple segments, so as to change the representation of an image into something that is more meaningful and easier to analyze. The first step in skin disease classification is to segment the infected part of the image. Segmentation subdivides an image into its constituent parts or objects. In general, autonomous segmentation is one of the most difficult tasks in image processing in our project we segment the Skin disease image using marker controlled water shed segmentation. This segmentation method fallows some basic procedures they are  Compute a segmentation function. This is an image whose dark regions are the objects you are trying to segment.  Compute foreground markers. These are connected blobs of pixels within each of the objects.  Compute background markers. These are pixels that are not part of any object.  Modify the segmentation function so that it only has minima at the foreground and background marker locations.  Compute the watershed transform of the modified segmentation function. Algorithm: Skin disease classification algorithm Step 1: Input the different Images Step 2:Image read Step3: segmentation of image Step 4: feature extraction using curveletfilters Step 5: classification using KNN Step 6: matching the test set with training set Step 7: if the image is matched with original Display “image is recognized” Else Display “image is not recognized” Step 8: stop. 3.2Feature Extraction Curvelets Curvelets are a non-adaptive technique for multi-scale object representation. Being an extenction of the wavelet concept, They are becoming popular in similar fields, namely in image processing and scientific computing. Curvelets are an appropriate basic for representing images which are smooth apart from singularities along smooth curves, where the curves have bounded curvature, i.e. where objects in the image have a minimum length scale. This property holds for cartoons, geometrical diagrams, and text. As one zooms in such images, the edges they contain appear increasingly straight. Curvelets take advantage of this property, by defining the higher resolution curvelets to be more elongated than the lower resolution curvelets. The curvelet transform is a multiscale directional transform that allows an almost optimal nonadaptive sparse representation of objects with edges. It has generated Increasing interest in the community of applied mathematics and signal processing over the Years. Curvelets are designed to handle curves using only a small number of coefficients. Hence the CvT handles curve discontinuities well. The four stages of the Curvelet Transform were: Segmentation Segmentation Feature extraction KNN classifier classifier Feature extraction Classification label
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Special Issue: 03 | May-2014 | NCRIET-2014, Available @ http://www.ijret.org 346 • Sub-band decomposition • Smooth partitioning: • Renormalization: • Ridgelet analysis: The Inverse of the Curvelet Transform: • Ridgelet Synthesis • Renormalization • Smooth Integration • Sub-band Recomposition. Curvelets also exhibit an interesting architecture that sets them apart from classical multiscale representations. Curveletspartition the frequency plane into dyadic coronae and (unlike wavelets) subpartitions those into angular wedges which again display the parabolic aspect ratio. Hence, the curvelet transform refines the scale-space viewpoint by adding an extra element, orientation, and operates by measuring information about an object at specified scales and locations but only along specified orientations. Fig2:Curvelet transform the figure illustrates the decomposition of theOriginal image into sub band followed by the spatial partitioning of each subband. The ridgelet transform is then applied to each block. Fig 3:The elements of (a) wavelets and (b) curvelets on various scales, directions, andTranslations in the spatial domain. Note that the tensor-product 2-D wavelets are not strictly isotropic but prefer axes directions. Fig 4:Enhancement using Curvelet transform. 4. RESULTS AND DISCUSSION Figure 5 (figure 5.1 to figure 5.5) presents the different type of diseases infected to the skin in various parts. We have used the software MATLAB R2008a and the hardware 2GB RAM Intel core i3 to obtain the desired results. The curveletsand the inverse curvelets are applied on the diseased part of the skin and observed the resulting output image which gives good clarified region of the disease. Figure 5:Diseased skin samples
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Special Issue: 03 | May-2014 | NCRIET-2014, Available @ http://www.ijret.org 347 Fig 5.1:Rosasea Fig5.2:Skintag Fig 5.3:Liver spot Fig 5.4:Shingales Fig 5.5:Melsama 5. FUTURE ENHANCEMENT This application as of now can be used only with given set of images in a system.This work can be further done in the field of texture image segmentation. Moreover, for future work we can use various AI techniques like Radon neural network, Fuzzy, Adaptive, GA in order to attain the best output without performing calculations for each and every combination. This work can also be done using the technique of Gray Level Co- occurrence Matrix and using decision tree classifier. This current work only includes classification of normal skin diseases it can also be developed for classification of skin cancer like diseases. 6. CONCLUSIONS The main focus of this paper is on analyzing the texture of skin thereby using it to diagnose the skin diseases. From the experimental results discussed above, we infer that the multi- class classification can serve as an effective tool in identifying skin diseases. The future work will be based on developing algorithms to identify various other skin diseases, to improve the overall efficiency and also to further reduce the computational time. REFERENCES [1].Al. Abadi, N. K.; Dahir, N. S.; Alkareem, Z. A. (2008): Skin texture recognition using neural network, in Proceedings of the International Arab Conference on Information Technology, Tunisia, December 16-18, pp. [2].Blackledge, J. M.; Dubovitskiy, D. A. (2009): Texture classification using fractal geometry for the diagnosis of skin cancers, in Proceedings of EG UK Theory and Practice of Computer Graphics, UK, pp. 1-8. [3].Bovik, A.C.; Clerk, M. and Geisler, W. S. (1990): Multichannel texture analysis using localized spatial filters, IEEE Transactions on Pattern Analysis & Machine Intelligence, 12(1), pp. 55-73. [4].Haralick, R.M. (1979): Statistical and structural approaches to Texture, Proceedings of IEEE, 67(5), pp. 784- 804. [5].Kopec ,D.; Kabir, M. H.; Reinharth, D.; Rothschild ,O. and Castiglione ,J. A. (2003): Human errors in medical practice: systematic classification and reduction with automated information systems, Journal of Medical Systems, U K, 27(4), pp. 297-3 [6].Rubegni, P. et al. (2002): Automated Diagnosis on Pigmented Skin Lesions, International Journal on Cancer, 101, pp. 576-580. [7].Smach, F. et. al. (2006): Design of a neural network classifier for faceDetection, Journal of Computer Science, 2(3), pp. 257-260. [8].Shyu, C. R.; Kak, A.; Kosaka, A. (1999): ASSERT a physician in the loop CBRS for HRCT image, databases, Comp. Vision and Image Understanding, 75(1), pp. 111-132. [9].Tahmoush, D.; Samet, H. (2007): A Web collaboration system for content based retrieval of medical images, Proceedings of SPIE Medical Imaging – PACS and Medical Informatics, 6516, San Diego, USA. [10].Tamura, H.; Mori, S.; Yamawaki, T. (1978): Textural Features Corresponding to Visual Perceptions, IEEE
  • 5. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Special Issue: 03 | May-2014 | NCRIET-2014, Available @ http://www.ijret.org 348 Transactions on Systems, Man and Cybernetics 8(6), pp. 460- 473. [11]. Xia, S.; Mo, W.; Zhang , Z. (2005): A content based retrieval system for endoscopic images, Journal of Information Technology,11(2), pp. 27-32Anal Kumar Mittra et al. / International Journal of Engineering Science and Technology (IJEST) [12].A. Bovik. Analysis of multichannel narrow-band filters for image texture segmentation.IEEE Transactions on Signal Processing, 39(9):2025–2043, 1991. [13].F.J. Anscombe. The transformation of Poisson, binomial and negative-binomial data.Biometrika, 15:246{254, 1948. [14].A. Averbuch, R.R. Coifman, D.L. Donoho, M. Israeli, and J. Walden. Polar fft, rectopolarfft, and applications.Technical report, Stanford University, 2000. [15].E. J. Candµes. Harmonic analysis ofneuralnetworks.Applied and Computational Harmonic Analysis, 6:197{218, 1999. [16]. E. J. Candµes. Monoscaleridgelets for the representation of images with edges.Technical report, Department of Statistics, Stanford University, 1999.Submitted for publication. [17].E. J. Candµes. On the representation of mutilated Sobolev functions.Technical report, Department of Statistics, Stanford University, 1999.Submitted for publication. [18]. E. J. Candµes and D. L. Donoho. Curvelets.Manuscript.http://wwwstat.stanford.edu/~donoho/R eports/1999/curvelets.pdf, 1999. [19].E. J. Candµes and D. L. Donoho. Curvelets{ a surprisingly e®ectivenonadaptive representation for objects with edges. In A. Cohen, C. Rabut, and L.L. Schumacher, editors, Curve and Surface Fitting: Saint-Malo 1999, Nashville, TN, 1999. VanderbiltUniversity Press. [20].E. J. Candµes and D. L. Donoho. Ridgelets: Key to Higher-dimensional Intermittency? Phil. Trans. R. Soc. Lond. A., 1999. [21].E. J. Candµes and D.L. Donoho. Edge-preserving denoising in linear inverse problems: Optimality of curvelet frames. Technical report, Department of Statistics, Stanford University, 2000. [22].R.R. Coifman and D.L. Donoho. Translation invariant de- noising.In A. Antoniadis and G. Oppenheim, editors, Wavelets and Statistics, pages 125{150, New York, 1995.Springer- Verlag. [23].M. Crouse, R. Nowak, and R. Baraniuk. Wavelet-based statistical signal processing using hidden Markov models IEEE Transactions on Signal Processing, 46:886-902, 1998 [24]. USC-SIPI Image Database. http://sipi.usc.edu/services/database/-Database.html. [25]. S. R. Deans. The Radon transform and some of its applications. John Wiley & Sons,1983. [26]. M. N. Do and M. Vetterli. Orthonormal ¯niteridgelet transform for image compression.In Proc. of IEEE International Conference on Image Processing (ICIP), September 2000. [27]. D. L. Donoho. Fast ridgelettransformsin dimension 2. Technical report, Stanford University, Department of Statistics, Stanford CA 94305-4065, 1997. [28]. D. L. Donoho. Digital ridgelet transform via rectopolar coordinate transform. Technical report, Stanford University, 1998. [29]. R.M. Mersereau and A.V. Oppenheim. Digital reconstruction of multidimensional signals from their projections.Proc .IEEE, 62(10):1319{1338, 1974. [30].T. Olson and J. DeStefano. Wavelet localization of the Radon transform. IEEE Trans.on Signal Process., 42(8):2055{2067, 1994. [31]. B. Sahiner and A.E. Yagle. On the use of wavelets in inverting the radon transform.InNuclear Science Symposium and Medical Imaging Conference, 1992., Conference Record of the 1992, volume 2, pages 1129{1131, 1992. [32].B. Sahiner and A.E. Yagle. Iterative inversion of the radon transform using imageadaptive wavelet constraints. In Engineering in Medicine and Biology Society, 1996. Bridging Disciplines for Biomedicine, 18th Annual International Conference of the IEEE, volume 2, pages 722{723, 1997. [33]. B. Sahiner and A.E. Yagle. Iterative inversion of the radon transform using imageadaptive wavelet constraints. In Image Processing,1998.ICIP98.Proceedings,volume2,pages 709{713, 1998. [34].E. P. Simoncelli. Bayesian denoising of visual images in the wavelet domain.InP Muller and B. Vidakovic, editors, Bayesian Inference in Wavelet Based Models.