SlideShare une entreprise Scribd logo
1  sur  6
Télécharger pour lire hors ligne
ISSN: 2277 – 9043
             International Journal of Advanced Research in Computer Science and Electronics Engineering (IJARCSEE)
                                                                                      Volume 1, Issue 6, August 2012


         A Survey of Image Segmentation Methods using
          Conventional and Soft Computing Techniques
                       for Color Images
                                                       Dr. V.Seenivasagam1
                                         Professor, Dept. of Computer Science and Engg.
                                           National Engineering College(Autonomous),
                                                       Kovilpatti – 628503


                                                          S.Arumugadevi2
                                      Assistant Professor , Dept. of Information Technology
                                                 Sri Krishna Engineering College,
                                                        Chennai - 601 301

Abstract — Image segmentation is one of the fundamental               property, such as color, intensity, or texture. Adjacent
approaches of digital image processing . Image Segmentation           regions are significantly different with respect to the
is a process of partitioning an image into multiple set of pixels     same characteristic(s).
to simplify the representation of the image. In the image                The core technique in computer vision is image
segmentation field, traditional techniques do not completely          analysis/processing, which can lead to segmentation,
meet the segmentation challenges for color images. Soft
computing is an emerging field that consists of complementary
                                                                      quantification and classification of images and objects
elements of fuzzy logic, neural networks and Genetic                  of interest within images. The main objective of the
algorithms. Soft computing deals with approximate models              image segmentation is to partition an image into
and gives solution to complex problems. Color image                   mutually exclusive and exhausted regions such that
segmentation is an important and are used in many image               each region of interest is spatially contiguous and the
processing applications. Color image segmentation increases           pixels within the region are homogeneous with respect
the complexity of the problem. In this paper, the main aim is         to a predefined criterion. Widely used homogeneity
to survey and compare the various conventional algorithms             criteria include values of intensity, texture, color, range,
and soft computing approaches i.e. fuzzy logic, neural                surface normal and surface curvatures. During the past
network and genetic algorithms for color image segmentation
and
                                                                      many researchers in the field of medical imaging and
                                                                      soft computing have made significant survey in the field
                                                                      of image segmentation . Several authors suggested
   Index Terms— Color image segmentation ,Soft computing,             various algorithms for segmentation [9]. Most of the
Fuzzy Logic , Neural networks ,Genetic algorithm                      segmentation approaches were mainly devoted to gray
                                                                      images. Image segmentation techniques are broadly
                          I.   INTRODUCTION                           categorized into two categories edge detection based ,
   Image processing is any form of information processing             which resort to detection of closed regions in an image
for which both the input and output are images, such as               scene, and pixel classification based , which use pixel
photographs or frames of video. Image segmentation is one             intensity/co-ordinate information for clustering the
of the most important precursors for image processing                 image data.[11] Image segmentation is vital field in
based applications and has a crucial impact on the overall            image analysis, coding , and understanding .It has wide
performance of the developed systems. The area of color               diversity of applications ranging from Traffic control
image analysis is one of the most active topics of research           systems Agricultural imaging, airport security, object
and a large number of color-driven image segmentation                 recognition, face recognition, image processing
techniques have been proposed. The techniques that are                ,medical imaging , image and video retrieval , through
used to find the objects of interest are usually referred to as       to criminal investigative analysis
segmentation techniques. The result of image segmentation                Color images contain more information than
is a set of segments that collectively cover the entire image,        monochrome images. Each pixel in a color image has
or a set of contours extracted from the image In computer             information about brightness, hue, and saturation. Color
vision, segmentation refers to the process of partitioning a          creates more complete representation of an image which
digital image into multiple segments. The goal of                     leads to more reliable segmentation. There are many
segmentation is to simplify and/or change the                         models to represent the colors. Color images can
representation of an image into something that is more                increase the quality of segmentation. RGB color model
meaningful and easier to analyze. Image segmentation is               is chosen for image segmentation due to its simplicity
typically used to locate objects and boundaries (lines,               and the fast processing speed .In color images each
curves, etc.) in images. More precisely, image segmentation           pixel is represented by a triplet containing red, green,
is the process of assigning a label to every pixel in an              blue. For color images this ratio must be reasonably
image such that pixels with the same label share certain              constant over the connected regions . As the RGB color
visual characteristics. Each of the pixels in a region are            ratio does not have smoothly varying values when the
similar with respect to some characteristic or computed               pixel intensity is low, the color image segmentation

                                               All Rights Reserved © 2012 IJARCSEE
                                                                                                                             116
ISSN: 2277 – 9043
            International Journal of Advanced Research in Computer Science and Electronics Engineering (IJARCSEE)
                                                                                     Volume 1, Issue 6, August 2012

based on color ratio requires that the intensity of the image      about the constituents of soft computing is that they are
must be above a threshold value. The requirements of good          complementary, not competitive, offering their own
image segmentation are as follows: A single region in a            advantages and techniques to allow solutions to
segmented image should not contain significantly different         otherwise unsolvable problems.
colors and a connected region containing same color should           Soft computing techniques have found wide
not have more than one label. All significant pixels should        applications. One of the most important applications is
belong to the same labelled region. The intensity of a             image segmentation. Segmentation is an essential step
region should be reasonably uniform                                in image processing since it conditions the quality of the
                                                                   resulting interpretation.. In the last decade,
                                                                   multicomponent images segmentation has received a
                 II. IMAGE SEGMENTATION                            great deal of attention for soft computing applications
   Image segmentation is a process that partitions an image        because it significantly improves the discrimination and
into regions . Monochrome segmentation is based on                 the recognition capabilities compared with gray-level
discontinuity and/or homogeneity of gray level values in a         image segmentation methods[2].
region. The approaches based on homogeneity include                               III. CONVENTIONAL SEGMENTATION
thresholding, clustering, region growing, region splitting                                    ALGORITHMS
and merging. The most basic attribute for segmentation is
image luminance amplitude for a monochrome image and                    The methods most commonly used for image
color components for a color image. Image segmentation             segmentation can be categorized into the following
algorithms generally are based on one of two basic                 classes
properties of intensity values : discontinuity and similarity.              A. Edge based methods
In the first category ,the approach is to partition an image
based on abrupt changes in intensity, such as edges in an                   B. Region based methods
image. The principal approaches in the second category are                  C. Clustering methods
based on partitioning an image into regions that are similar
according to a set of predefined criteria.                         A Edge based Methods
   Good image segmentation meets certain requirements                 Edge detection includes the detection of boundaries
[14]: 1. Every pixel in the image belongs to a region 2. A         between different regions of the image. Many edge
region is connected that is any two pixels in a particular         detection algorithms discussed in [8]. The traditional
region can be connected by a line that doesn’t leave the           methods based on edge detection only depend on the
region 3. Each region is homogeneous with respect to a             contrast of the points located near the object boundaries,
chosen characteristic. The characteristic could be syntactic       which cannot be used for the accurate result. In contrast
(for example, colour, intensity or texture) or based on            to classical area based segmentation, the watershed
semantic interpretation 4. Adjacent regions can’t be merged        transform is executed on the gradient image and not on
into a single homogeneous region 5. No regions overlap             the original image. When the background is simple,
   Applications with color image are becoming increasingly         edge detection algorithms can extract the object. To
prevalent nowadays. Color image segmentation is usually            segment the image when the background is complex, an
the first task of any image analysis process. All subsequent       improved method based on color is used which amends
tasks such as edge detection, feature extraction and object        the segmented result by mathematical morphology. But
recognition rely heavily on the quality of the segmentation.       later on it has been found that this method does not
Without a good segmentation algorithm, an object may               yield fruitful segmentation results when there are more
never be recognizable. The problems of image                       than one objects of the same color. To resolve this
segmentation become more uncertain and severe when it              complexity proposes a new method based on analyzing
comes to color image segmentation . This is due to the             the color as well as texture features of the objects in the
diversity in the color gamut. Real images exhibit a wide           image[12]. Histogram thresholding is one of the oldest,
range of heterogeneity in the color content. This diversity        simple and popular techniques for image segmentation.
of color information induces varying degrees of uncertainty        These methods were successful in segmenting certain
in the information content. The vagueness in image                 classes of images only. Due to the image noise and the
information arising out of the admixtures of the color             discrete character of color image, watershed algorithm
components has often been dealt with the soft computing            requires interactive user guidance and accurate prior
paradigm.                                                          knowledge on the image structure
   The two major problem solving technologies include : 1.
                                                                   B Region Based Methods
hard computing , 2. soft computing . Hard computing deals
with precise models where accurate solutions are achieved             Region splitting is olds being delimiters. It is very
quickly. On the other hand , soft computing deals with             important to choose these thresholds, as it greatly
approximate models and gives solution to complex                   affects the quality of the segmentation. This tends to
problems. Soft computing is a relatively new concept, the          excessive an image segmentation method in which
term really entering general circulation in 1994. The term         pixels are classified into regions. Each region has a
“ Soft computing” was introduced by Professor L. Zadeh             range of feature values, with threshold split regions,
with the objective of exploiting the tolerance for                 resulting in over segmentation. Region growing joins
imprecision , Uncertainty and partial truth to achieve             neighbouring pixels with same characteristics to form
tractability, robustness, low solution cost and better rapport     large regions. This continuous until the termination
with reality The ultimate goal is to be able to emulate the        conditions are met. Most of the region growing
human mind as closely as possible .An important thing              algorithms focus on local information, so it is very

                                            All Rights Reserved © 2012 IJARCSEE
                                                                                                                         117
ISSN: 2277 – 9043
               International Journal of Advanced Research in Computer Science and Electronics Engineering (IJARCSEE)
                                                                                        Volume 1, Issue 6, August 2012

difficult to get good results. This method tends to                       The need for Soft Computing Techniques in color
excessively merge regions, which results in under                         images
segmentation. The phoenix image segmentation algorithm                       Since there are more than 16 million colours
is a region splitting method which is widely used for                     available in any given image and it is difficult to
segmentation. It uses histogram analysis, thresholding and                analyze the image on all of its colours, the likely
connected component analysis to segment the image                         colours are grouped together by image segmentation.
partially. Then the same process is applied to each region                Because of the variety and complexity of images, robust
until termination conditions are met, and the image is fully              and efficient segmentation algorithm on colour images
segmented.                                                                is still a very challenging task and fully automatic
     Region Based Segmentation requires the prior choice                  segmentation procedures are far from satisfying in
of parameters such as 1. The initial location of seed point 2.            practical situations. For that purpose soft computing
The appropriate propagation speed function 3. The degree                  techniques have been used. The role model for soft
of smoothness.                                                            computing is the human mind. The guiding principle of
C. Clustering Methods                                                     soft computing is that it exploit the tolerance for
                                                                          imprecision,      uncertainty,  partial     truth,   and
  Clustering separates the image into various classes
                                                                          approximation to achieve tractability, robustness and
without any prior information. In this the data which belong
                                                                          low solution cost. As soft computing techniques
to same class should be as similar as possible and the data
                                                                          resemble human brain, the results are fast and accurate.
which belongs to different class should be as different as
possible                                                                         IV. SOFT COMPUTING APPROACHES FOR
1. K-Means Clustering Method : The K-Means is a non                                   SEGMENTATION
     hierarchical clustering technique that follows a simple
     procedure to classify a given data set through a certain             A. Fuzzy Logic
     number of K clusters that are known a priori.. More                    Lotfi A. Zadeh introduced the concept of fuzzy sets in
     importantly this algorithm does not produce                          which imprecise knowledge can be used to define an
     meaningful results when applied to noisy data or to                  event. A number of fuzzy approaches for image
     tasks such as the segmentation of complex textured                   segmentation are reported [13].[1] Domain knowledge
     images or images affected by uneven illumination.[12]                of real life problems are often uncertain, imprecise and
2. C means clustering can be used for color image                         inexact, therefore create difficulty in decision making
     segmentation. Its disadvantage is that it does not yield             while solving by conventional approaches. Among
     the same result with each run, since the resulting                   various methods of handling uncertainties, fuzzy logic
     clusters depend on the initial random assignments. It                has been most intensively studied almost over four
     minimizes intra-cluster variance, but does not ensure                decades. Fuzzy logic (FL) explores human reasoning
     that the result has a global minimum of variance. Soft               power using linguistic terms, which are modelled as
     computing techniques overcome these disadvantages.                   fuzzy sets and represented by membership functions
                                                                          (MF). In the medical application domain, there are
                                                                          usually imprecise conditions and therefore fuzzy
                                                                          methods seem to be more suitable than crisp one. The
                                                                          major groups of fuzzy methods are represented by fuzzy
                                                                          clustering, fuzzy rule based, fuzzy pattern matching
                                                                          methods and Fuzzy logic has two different meanings. In
                                                                          a narrow sense, fuzzy logic is a logical system, which is
                                                                          an extension of multivalued logic. But in a wider sense,
                                                                          which is in predominant use today, fuzzy logic (FL) is
         (a)                           (b)
                                                                          almost synonymous with the theory of fuzzy sets, a
                                                                          theory which relates to classes of objects with unsharp
                                                                          boundaries in which membership is a matter of degree.
                                                                            A trend that is growing in visibility relates to the use
                                                                          of fuzzy logic in combination with neuro-computing
                                                                          and genetic algorithms. More generally, fuzzy logic,
                                                                          neuro-computing, and genetic algorithms may be
                                                                          viewed as the principal constituents of what might be
          (c)                                (d)                          called soft computing. Unlike the traditional, hard
                                                                          computing, soft computing is aimed at an
                                Figure 1      Resultant images of         accommodation with the pervasive imprecision of the
                                after K-Means clustering applied          real world. In coming years, soft computing is likely to
                                (a) Original image (b) cluster1           play an increasingly important role in the conception
                                image (c) Cluster 2 image (d)
                                cluster 3 image (e) ) image
                                                                          and design of systems whose MIQ (Machine IQ) is
                                labelled by cluster index                 much higher than that of systems designed by
                                                                          conventional methods
                                                                          A new method for color image segmentation using
            (e)                                                           fuzzy logic is proposed [4]. It is automatically produce a
                                                                          fuzzy system for color classification and fuzzy rules and
                                                                          membership functions automatically. Several image


                                                   All Rights Reserved © 2012 IJARCSEE
                                                                                                                               118
ISSN: 2277 – 9043
                International Journal of Advanced Research in Computer Science and Electronics Engineering (IJARCSEE)
                                                                                         Volume 1, Issue 6, August 2012

segmentation with least number of rules and minimum                                  number of representative prototypes or clusters . The
error rate. Particle swarm optimization is a sub class of                            goal of a clustering is to divide a given set of data or
evolutionary algorithms that has been inspired from social                           objects into clusters, which represents subsets or a
behaviour of fishes, bees, birds, etc, that live together in                         group. FCM is one of the well-known clustering
colonies. Comprehensive learning particle swarm                                      techniques. It was first introduced by Dunn and the
optimization (CLPSO) technique to find optimal fuzzy rules                           related formulation and algorithm were extended by
and membership functions because it discourages premature                            Bezdek. Fuzzy C-means Clustering algorithm (FCM)
convergence. Less computational load is needed when using                            [17] is a method that is frequently used in pattern
this method compared with other methods, because it                                  recognition. It has the advantage of giving good
generates a smaller number of fuzzy rules [4]                                        modelling results in many cases, although, it is not
                                                                                     capable of specifying the number of clusters by itself.
Fuzzy clustering segmentation                                                        The FCM can be applied to data that is quantitative
                                                                                     (numerical), qualitative (categorical), or a combination
Clustering can be thought of as a form of data compression,                          of both. Fuzzy c-means clustering Issues :
where a large number of samples are converted into a small

                              TABLE 1 COMPARISON OF CONVENTIONAL SEGMENTATION ALGORITHMS FOR COLOR IMAGES
  Traditional
                                        Process                                       Advantages                                Limitations
  Techniques
                                                                         1. No prior information is needed
                                                                         2.Easy and fast algorithm 3. Efficient
  Histogram         Separating object pixels from background pixels                                               Thresholding in multidimensional
                                                                         for    black    and    white   image
 Thresholding       by threshold value                                                                            spaces is a complex
                                                                         segmentation and grey scale image
                                                                         segmentation
   Watershed        Pixels having the highest gradient magnitude         The proper handling of gaps and the      Over segmentation and Applied only
 transformation     intensities (GMIs) correspond to watershed lines,    placement of boundaries at the most      on Gradient
                    which represent the region boundaries                significant edges
                                                                                                                  1.    Doesn’t find the optimal solution
                                                                                                                  2.    It is sensitive to the initialization
   K-Means
                    To classify a given data set through a certain       Simple algorithm to understand and             process
   Clustering
                    number of K clusters                                 implement                                3.    Does not produce meaningful
    Method
                                                                                                                        results when applied to noisy
                                                                                                                        data
                                                                                                                  1.    Produced bad results when there
                                                                                                                        are more than one objects of the
    Edge            The process of identifying and locating sharp        Able to enclose large areas                    same color
   Detection        discontinuities in an image                                                                   2.    applicable         only         when
                                                                                                                        background is simple
                                                                                                                  1.    Needs human interaction to
   Region                                                                1.   Easy to complete and compute.             obtain the seed point
                    Region growing is a collection of pixels with
   Growing                                                               2.   Spatially connected and compact     2.    Sensitive to noise
                    similar properties to form a region.
   Method                                                                     regions are generated               3.    Expensive both in computational
                                                                                                                        time and memory

         TABLE 2 COMPARISON OF SEGMENTATION ALGORITHMS FOR COLOR IMAGES USING SOFT COMPUTING TECHNIQUES



    Soft
 computing                             Process                                     Advantages                                  Limitations
 Techniques
                                                                        1.    High degree of parallelism and      1.    Some kinds of segmentation
                                                                              very fast computation times               information should be known
 Neural
                    The signals are passed between the neurons          2.    Efficient tool for specific               beforehand
 Networks
                                                                              applications                        2.    Initialization may influence the
                                                                        3.    Good robust                               result of image segmentation;
                                                                                                                  1.    It requires the priori knowledge
                                                                                                                        about the number of regions
 Fuzzy          C
                                                                                                                        existing in an image.
 Means              Each point has a degree of belonging to clusters    Good modelling results in many cases
                                                                                                                  2.    Adjacent clusters often overlap in
 Clustering
                                                                                                                        color space, which causes incorrect
                                                                                                                        pixel classification. [13]
                                                                                                                  Genetic       algorithms      in    image
                                                                                                                  segmentation are used for the
 Genetic            Optimization technique                              GAs possess the ability to explore and
                                                                                                                  modification of the parameters in
 Algorithm                                                              learn from their domain.
                                                                                                                  existing segmentation algorithms and are
                                                                                                                  viewed as function optimizers.
                                                                        Combines the advantages of both the
                    The integration of fuzzy logic and neural           uncertainty handling capability of
 NeuroFuzzy                                                                                                                            --
                    networks                                            fuzzy systems and the learning ability
                                                                        of neural networks.




                                                      All Rights Reserved © 2012 IJARCSEE
                                                                                                                                                       119
ISSN: 2277 – 9043
            International Journal of Advanced Research in Computer Science and Electronics Engineering (IJARCSEE)
                                                                                     Volume 1, Issue 6, August 2012

                                                                    In [7] stated that an adaptive neuro-fuzzy system
1. Computationally expensive 2. Highly dependent on the          adequate to perform multilevel segmentation of color
initial choice of U [17] 3. It requires the priori knowledge     images in HSV color space. ACISFMC uses a multilayer
about the number of regions existing in an image. 4.             perceptron like network which perform color image
Adjacent clusters often overlap in color space, which            segmentation using multilevel thresholding. Threshold
causes incorrect pixel classification.                           values used for finding clusters and their labels are found
   In image segmentation, analysis, reorganization and           automatically using FMMN clustering technique. Neural
other levels of image processing, uncertainty is a key           network is used to find multiple objects in the image. The
factor that leads to unfavourable results for fixed              network consists of three layers such as input layer, hidden
algorithms . Going further, the result of preceding              layer and output layer. Each layer consists of fixed number
processing will influence the performance of subsequent          of neurons equal to number of pixels in the image. The
processing, which asks for certain degree of flexibility         activation function of neuron is a multisigmoid. The major
(fuzzy characteristic) in image processing algorithms.           advantage of this technique is that, it does not require a
Fuzzy Set Theory can be used in clustering and it allows         priori information of the image. The number of objects in
fuzzy boundaries to exist between different clustering. The      the image is found out automatically. In [9] ,The
main drawback of this algorithm is that it is difficult to       evolution of digital computers as well as the development
confirm the attribute of fuzzy members and it is                 of modern theories for learning and information
complicated for calculating in this algorithm.                   processing led to the emergence of Computational
 B. Neural Network                                               Intelligence (CI) engineering. ANNs, Genetic Algorithms
   A neural network is composed of simple elements               (Gas) and Fuzzy Logic are CI non-symbolic learning
known as neurons. These neurons can operate in parallel.         approaches for solving problems. In [9] proposed
The neural network function is determined by the                 Hierarchical Self Organizing Map (HSOM) is applied for
connections between its elements. The signals are passed         image segmentation. A a new unsupervised learning
between the neurons through these connection links. Each         Optimization algorithms such as SOM are implemented to
connection link has a weight associated with it. This            extract the suspicious region in the Segmentation of MRI
weight multiplies the signal transmitted. Each neuron has        Brain tumor[9]
an associated activation function. This activation function      In [9] a high speed parallel fuzzy C-Mean algorithm for
determines the output of the neuron. The operation of a          brain tumor segmentation . An Improved Implementation
neural network is separated into two parts. They are,            of Brain Tumor Detection Using Segmentation Based on
training and testing. Training is the process of adjusting       Neurofuzzy Technique .The JSEG algorithm segments
the weights of links in such a way that a particular input       images of natural scenes properly, without manual
leads to specific target output. There are many neural           parameter adjustment for each image and simplifies
network architectures available. Perceptron Network,             texture and color. Segmentation with this algorithm passes
Back propagation networks, self organizing maps are              through three stages, namely color space quantization
some of the frequently used architectures.[5] Artificial         (number reduction process of distinct colors in a given
neural networks (ANN) is a powerful computing system             image), hit rate regions and similar color region merging.
which consists of number of interconnected, nonlinear            [11] proposed the application of the multilevel activation
computing elements . Its processing capability and               functions in effecting graded color object extraction
nonlinear characteristics are used for classification and        through segmentation of a true color image scene by a
clustering . It is widely applied in the area of pattern         parallel self supervised three layer self organizing neural
recognition and computer vision.                                 network (PSONN) architecture, has been presented with
      Neural network based segmentation is totally different     three different multilevel activation functions, viz. a
from conventional segmentation algorithms, A image is            multilevel sigmoid (MUSIG) activation function, a
firstly mapped into a neural network where every neuron          multilevel tan hyperbolic (MUTANH) activation and a
stands for a pixel. Then, we extract image edges by using        multilevel hyperbolic 15 (MUTANH15) activation. Since
dynamic equations to direct the state of every neuron            the individual component three-layer self organizing
towards minimum energy defined by neural network.                neural network architectures operate in self supervision on
Neural network based segmentation has three basic                subnormal fuzzy subsets of color intensity levels, the
characteristics : 1. Highly parallel ability and fast            system errors have been computed using the subnormal
computing capability, which make it suitable for real-time
application; 2. Unrestricted nonlinear degree and high            C. Neuro-fuzzy computing.
interaction among processing units, which make this                 The integration of fuzzy logic and neural networks has
algorithm able to establish modelling for any process; 3.        emerged as a promising field of research in recent years.
Satisfactory robustness making it insensitive to noise.          This has led to the development of a new branch called
However, there are some drawbacks of neural network              neuro-fuzzy computing. Neuro-fuzzy system combines the
based segmentation 1. Some kinds of segmentation                 advantages of both the uncertainty handling capability of
information should be known beforehand 2. Initialization         fuzzy systems and the learning ability of neural
may influence the result of image segmentation 3.Neural          networks.[13] Neural networks and Fuzzy logic have
network should be trained using learning process                 some common features such as distributed representation
beforehand, the period of training may be very long, and         of knowledge, model-free estimation, ability to handle
we should avoid overtraining at the same time                    data with uncertainty and imprecision etc. Fuzzy logic has

                                            All Rights Reserved © 2012 IJARCSEE
                                                                                                                        120
ISSN: 2277 – 9043
             International Journal of Advanced Research in Computer Science and Electronics Engineering (IJARCSEE)
                                                                                      Volume 1, Issue 6, August 2012

tolerance for imprecision of data, while neural networks                                          REFERENCES
have tolerance for noisy data [15] . A neural network’s           1.    Saikat Maity,Jaya Sil , “ Color Image segmentation using Type-2
                                                                        fuzzy sets” International Journal of Computer and Electrical
learning capability provides a good way to adjust expert’s              Engineering , Vol. 1,No.3, August 2009,1793-8163
knowledge and it automatically generates additional               2.    N. Senthilkumaran and R. Rajesh, Edge Detection Techniques for
fuzzy rules and membership functions to meet certain                    Image Segmentation – A Survey of Soft Computing Approaches,
specifications. This reduces the design time and cost. On               International Journal of Recent Trends in Engineering, Vol. 1, No.
                                                                        2, May 2009
the other hand, the fuzzy logic approach possibly                 3.    Wen-Xiong Kang, Qing-Qiang Yang, Run-Peng Liang, The
enhances the generalization capability of a neural network              Comparative Research on Image Segmentation Algorithms, 2009
by providing more reliable output when extrapolation is                 First International Workshop on Education Technology and
needed beyond the limits of the training data.                          Computer Science
                                                                  4.    Borji M. Hamidi A. M. Eftekhari moghadam CLPSO-based Fuzzy
                                                                        Color Image Segmentation North American Fuzzy Information
D. Genetic algorithm                                                    Processing Society, 2007. NAFIPS '07. Annual Meeting of the24-
                                                                        27 June 2007
  Genetic algorithms are an optimization technique used           5.    Sowmya, B.Sheelarani, Colour Image Segmentation Using Soft
                                                                        Computing Techniques, International Journal of Soft Computing
in image segmentation. Applications of genetic algorithms               Applications ,ISSN: 1453-2277 Issue 4 (2009), pp.69-80
for image segmentation into two major classes,                    6.    Victor Boskovitz and Hugo Guterman,An Adaptive Neuro- Fuzzy
1.Application to segmentation parameter selection for                   system for automatic Image segmentation and edge
improved segmented outputs and 2. Application to pixel-                 Detection,IEEE transactions on fuzzy systems,Vol. 10, No. 2, April
                                                                        2002
level segmentation involving region labelling. Since most         7.    Kanchan Deshmukh and Ganesh Shinde ,Adaptive Color Image
of the existing image segmentation methods require                      Segmentation Using Fuzzy Min-Max Clustering,Engineering
utilization of optimized parameters, the first class of                 Letters, 13:2, EL_13_2_2 (Advance online publication: 4 August
applications is used more often                                         2006
                                                                  8.    S.Lakshmi, Dr.V.Sankaranarayanan A study of Edge Detection
Genetic Fuzzy clustering :                                              Techniques for Segmentation Computing Approaches, IJCA
  The results of the fuzzy C-means clustering algorithm                 Special Issue on “Computer Aided Soft Computing Techniques for
are readily to fall into local minimum due to being                     Imaging and Biomedical Applications” CASCT, 2010.
affected by the initial clustering centre, while the genetic      9.    T.Logeswari and M.Karnan, An Enhanced Implementation of
                                                                        Brain Tumor Detection Using Segmentation Based on Soft
algorithm has the ability of global optimization. Therefore,            Computing, International Journal of Computer Theory and
combines the genetic algorithm with the FCM clustering                  Engineering, Vol. 2, No. 4, August, 2010 1793-8201
algorithm by using the genetic algorithm to initialize the        10.   Luciano C. Lulio, Mario L. Tronco, Arthur J. V. Porto , JSEG-
FCM clustering centre, which reduces the sensitivity of                 based Image Segmentation in Computer Vision for Agricultural
                                                                        Mobile Robot Navigation, Computational intelligence in robotics
the FCM clustering algorithm to the initial value and also              and automation (CIRA),2009 IEEE International symposium on
makes the FCM clustering algorithm achieve global                       Dec 2009
optimization. In addition, the number C of clustering for         11.   Siddhartha Bhattacharyya, Paramartha Dutta, Ujjwal Maulik and
the FCM clustering algorithm must be given in advance,                  Prashanta Kumar Nandi, Multilevel Activation Functions For True
                                                                        Color Image Segmentation Using a Self Supervised Parallel Self
however, in front of the large numbers of data, it is often             Organizing Neural Network (PSONN) Architecture: A
impossible to distinguish the discrete data, not to mention             Comparative Study, International Journal of Computer Science
the division, so a given number of clustering may lead to a             Volume 2 Number 1
wrong category, and make the clustering unreasonable.             12.    Amanpreet Kaur Bhogal, Neeru Singla,Maninder Kaur
                                                                        Comparison of Algorithms for Segmentation of Complex Scene
                       V. CONCLUSION                                    Images,       (IJAEST) International Journal Of Advanced
                                                                        Engineering Sciences And Technologies Vol No. 8, Issue No. 2,
  Extensive research has been done in creating many                     306 – 310
different approaches and algorithms for image                     13.   Kanchan Deshmukh And G. N. Shinde An adaptive neuro-fuzzy
                                                                        system for color image segmentation, Indian Inst. Sci., Sept.–Oct.
segmentation, but it is still difficult to assess whether one           2006, 86, 493–506
algorithm produces more accurate segmentations than               14.   Keri Woods Genetic Algorithms:Colour Image Segmentation
another, whether it be for a particular image or set of                 Literature Review
images, or more generally, for a whole class of images.           15.   Prasanna Palsodkar , Prachi Palsodkar Aniket Gokhale An
                                                                        Approach to Extract Salient Regions by Segmenting
The purpose of this paper is to present a survey of various             Color Images using Soft Computing Techniques, International
approaches for color image segmentation . In future, we                 Conference on VLSI, Communication & Instrumentation (ICVCI)
plan to design a novel approach for color image                         2011
segmentation using soft computing approach. The soft              16.   Digital Image Processing Using matlab ,Gonzalez.
                                                                  17.   Fuzzy Techniques for Image Segmentation,L´aszl´o G. Ny´ul
computing approaches namely, fuzzy based approach,                      ,Department of Image Processing and Computer Graphics
Genetic algorithm based approach and Neural network                     University of Szeged
based approach will be more efficient than the
conventional algorithms of Color image segmentation.
And also from my survey I conclude the integration of soft
computing techniques will give better result than the
unique technique. The neuro-fuzzy approach is becoming
one of the major areas of interest because it gets the
benefits of neural networks as well as of fuzzy logic
systems. Genetic algorithms are an optimization technique
used in image segmentation.

                                             All Rights Reserved © 2012 IJARCSEE
                                                                                                                                    121

Contenu connexe

Tendances

5 ashwin kumar_finalpaper--41-46
5 ashwin kumar_finalpaper--41-465 ashwin kumar_finalpaper--41-46
5 ashwin kumar_finalpaper--41-46Alexander Decker
 
A Review on Image Segmentation using Clustering and Swarm Optimization Techni...
A Review on Image Segmentation using Clustering and Swarm Optimization Techni...A Review on Image Segmentation using Clustering and Swarm Optimization Techni...
A Review on Image Segmentation using Clustering and Swarm Optimization Techni...IJSRD
 
Fpga implementation of image segmentation by using edge detection based on so...
Fpga implementation of image segmentation by using edge detection based on so...Fpga implementation of image segmentation by using edge detection based on so...
Fpga implementation of image segmentation by using edge detection based on so...eSAT Journals
 
Fpga implementation of image segmentation by using edge detection based on so...
Fpga implementation of image segmentation by using edge detection based on so...Fpga implementation of image segmentation by using edge detection based on so...
Fpga implementation of image segmentation by using edge detection based on so...eSAT Publishing House
 
An implementation of novel genetic based clustering algorithm for color image...
An implementation of novel genetic based clustering algorithm for color image...An implementation of novel genetic based clustering algorithm for color image...
An implementation of novel genetic based clustering algorithm for color image...TELKOMNIKA JOURNAL
 
An Automatic Color Feature Vector Classification Based on Clustering Method
An Automatic Color Feature Vector Classification Based on Clustering MethodAn Automatic Color Feature Vector Classification Based on Clustering Method
An Automatic Color Feature Vector Classification Based on Clustering MethodRSIS International
 
OBJECT SEGMENTATION USING MULTISCALE MORPHOLOGICAL OPERATIONS
OBJECT SEGMENTATION USING MULTISCALE MORPHOLOGICAL OPERATIONSOBJECT SEGMENTATION USING MULTISCALE MORPHOLOGICAL OPERATIONS
OBJECT SEGMENTATION USING MULTISCALE MORPHOLOGICAL OPERATIONSijcseit
 
Text-Image Separation in Document Images Using Boundary/Perimeter Detection
Text-Image Separation in Document Images Using Boundary/Perimeter DetectionText-Image Separation in Document Images Using Boundary/Perimeter Detection
Text-Image Separation in Document Images Using Boundary/Perimeter DetectionIDES Editor
 
Massive Regional Texture Extraction for Aerial and Natural Images
Massive Regional Texture Extraction for Aerial and Natural ImagesMassive Regional Texture Extraction for Aerial and Natural Images
Massive Regional Texture Extraction for Aerial and Natural ImagesIOSR Journals
 
06 17443 an neuro fuzzy...
06 17443 an neuro fuzzy...06 17443 an neuro fuzzy...
06 17443 an neuro fuzzy...IAESIJEECS
 
Influence of local segmentation in the context of digital image processing
Influence of local segmentation in the context of digital image processingInfluence of local segmentation in the context of digital image processing
Influence of local segmentation in the context of digital image processingiaemedu
 
Review of Image Segmentation Techniques based on Region Merging Approach
Review of Image Segmentation Techniques based on Region Merging ApproachReview of Image Segmentation Techniques based on Region Merging Approach
Review of Image Segmentation Techniques based on Region Merging ApproachEditor IJMTER
 
Image Retrieval using Equalized Histogram Image Bins Moments
Image Retrieval using Equalized Histogram Image Bins MomentsImage Retrieval using Equalized Histogram Image Bins Moments
Image Retrieval using Equalized Histogram Image Bins MomentsIDES Editor
 
93202101
9320210193202101
93202101IJRAT
 
2.[7 12]combined structure and texture image inpainting algorithm for natural...
2.[7 12]combined structure and texture image inpainting algorithm for natural...2.[7 12]combined structure and texture image inpainting algorithm for natural...
2.[7 12]combined structure and texture image inpainting algorithm for natural...Alexander Decker
 

Tendances (18)

5 ashwin kumar_finalpaper--41-46
5 ashwin kumar_finalpaper--41-465 ashwin kumar_finalpaper--41-46
5 ashwin kumar_finalpaper--41-46
 
A Review on Image Segmentation using Clustering and Swarm Optimization Techni...
A Review on Image Segmentation using Clustering and Swarm Optimization Techni...A Review on Image Segmentation using Clustering and Swarm Optimization Techni...
A Review on Image Segmentation using Clustering and Swarm Optimization Techni...
 
Fpga implementation of image segmentation by using edge detection based on so...
Fpga implementation of image segmentation by using edge detection based on so...Fpga implementation of image segmentation by using edge detection based on so...
Fpga implementation of image segmentation by using edge detection based on so...
 
Fpga implementation of image segmentation by using edge detection based on so...
Fpga implementation of image segmentation by using edge detection based on so...Fpga implementation of image segmentation by using edge detection based on so...
Fpga implementation of image segmentation by using edge detection based on so...
 
An implementation of novel genetic based clustering algorithm for color image...
An implementation of novel genetic based clustering algorithm for color image...An implementation of novel genetic based clustering algorithm for color image...
An implementation of novel genetic based clustering algorithm for color image...
 
An Automatic Color Feature Vector Classification Based on Clustering Method
An Automatic Color Feature Vector Classification Based on Clustering MethodAn Automatic Color Feature Vector Classification Based on Clustering Method
An Automatic Color Feature Vector Classification Based on Clustering Method
 
OBJECT SEGMENTATION USING MULTISCALE MORPHOLOGICAL OPERATIONS
OBJECT SEGMENTATION USING MULTISCALE MORPHOLOGICAL OPERATIONSOBJECT SEGMENTATION USING MULTISCALE MORPHOLOGICAL OPERATIONS
OBJECT SEGMENTATION USING MULTISCALE MORPHOLOGICAL OPERATIONS
 
Text-Image Separation in Document Images Using Boundary/Perimeter Detection
Text-Image Separation in Document Images Using Boundary/Perimeter DetectionText-Image Separation in Document Images Using Boundary/Perimeter Detection
Text-Image Separation in Document Images Using Boundary/Perimeter Detection
 
Massive Regional Texture Extraction for Aerial and Natural Images
Massive Regional Texture Extraction for Aerial and Natural ImagesMassive Regional Texture Extraction for Aerial and Natural Images
Massive Regional Texture Extraction for Aerial and Natural Images
 
Jc3515691575
Jc3515691575Jc3515691575
Jc3515691575
 
06 17443 an neuro fuzzy...
06 17443 an neuro fuzzy...06 17443 an neuro fuzzy...
06 17443 an neuro fuzzy...
 
Influence of local segmentation in the context of digital image processing
Influence of local segmentation in the context of digital image processingInfluence of local segmentation in the context of digital image processing
Influence of local segmentation in the context of digital image processing
 
J017426467
J017426467J017426467
J017426467
 
Review of Image Segmentation Techniques based on Region Merging Approach
Review of Image Segmentation Techniques based on Region Merging ApproachReview of Image Segmentation Techniques based on Region Merging Approach
Review of Image Segmentation Techniques based on Region Merging Approach
 
Image Retrieval using Equalized Histogram Image Bins Moments
Image Retrieval using Equalized Histogram Image Bins MomentsImage Retrieval using Equalized Histogram Image Bins Moments
Image Retrieval using Equalized Histogram Image Bins Moments
 
C1104011322
C1104011322C1104011322
C1104011322
 
93202101
9320210193202101
93202101
 
2.[7 12]combined structure and texture image inpainting algorithm for natural...
2.[7 12]combined structure and texture image inpainting algorithm for natural...2.[7 12]combined structure and texture image inpainting algorithm for natural...
2.[7 12]combined structure and texture image inpainting algorithm for natural...
 

En vedette (9)

16 18
16 1816 18
16 18
 
6 11
6 116 11
6 11
 
109 115
109 115109 115
109 115
 
1 5
1 51 5
1 5
 
20 26
20 26 20 26
20 26
 
130 133
130 133130 133
130 133
 
41 45
41 4541 45
41 45
 
44 49
44 4944 49
44 49
 
35 38
35 3835 38
35 38
 

Similaire à 116 121

AUTOMATIC DOMINANT REGION SEGMENTATION FOR NATURAL IMAGES
AUTOMATIC DOMINANT REGION SEGMENTATION FOR NATURAL IMAGES AUTOMATIC DOMINANT REGION SEGMENTATION FOR NATURAL IMAGES
AUTOMATIC DOMINANT REGION SEGMENTATION FOR NATURAL IMAGES cscpconf
 
Image Segmentation Using Pairwise Correlation Clustering
Image Segmentation Using Pairwise Correlation ClusteringImage Segmentation Using Pairwise Correlation Clustering
Image Segmentation Using Pairwise Correlation ClusteringIJERA Editor
 
International Journal of Computational Engineering Research(IJCER)
 International Journal of Computational Engineering Research(IJCER)  International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER) ijceronline
 
A Survey of Image Processing and Identification Techniques
A Survey of Image Processing and Identification TechniquesA Survey of Image Processing and Identification Techniques
A Survey of Image Processing and Identification Techniquesvivatechijri
 
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 Segmentationinventionjournals
 
Performance analysis is basis on color based image retrieval technique
Performance analysis is basis on color based image retrieval techniquePerformance analysis is basis on color based image retrieval technique
Performance analysis is basis on color based image retrieval techniqueIAEME Publication
 
Performance analysis is basis on color based image retrieval technique
Performance analysis is basis on color based image retrieval techniquePerformance analysis is basis on color based image retrieval technique
Performance analysis is basis on color based image retrieval techniqueIAEME Publication
 
image segmentation by Rajesh
image segmentation by Rajeshimage segmentation by Rajesh
image segmentation by RajeshRajesh Kandimalla
 
IMAGE SEGMENTATION TECHNIQUES
IMAGE SEGMENTATION TECHNIQUESIMAGE SEGMENTATION TECHNIQUES
IMAGE SEGMENTATION TECHNIQUESVicky Kumar
 
Intensity Enhancement in Gray Level Images using HSV Color Coding Technique
Intensity Enhancement in Gray Level Images using HSV Color Coding TechniqueIntensity Enhancement in Gray Level Images using HSV Color Coding Technique
Intensity Enhancement in Gray Level Images using HSV Color Coding TechniqueIRJET Journal
 
Image segmentation 2
Image segmentation 2 Image segmentation 2
Image segmentation 2 Rumah Belajar
 
A review on image enhancement techniques
A review on image enhancement techniquesA review on image enhancement techniques
A review on image enhancement techniquesIJEACS
 

Similaire à 116 121 (20)

Q0460398103
Q0460398103Q0460398103
Q0460398103
 
Bx4301429434
Bx4301429434Bx4301429434
Bx4301429434
 
AUTOMATIC DOMINANT REGION SEGMENTATION FOR NATURAL IMAGES
AUTOMATIC DOMINANT REGION SEGMENTATION FOR NATURAL IMAGES AUTOMATIC DOMINANT REGION SEGMENTATION FOR NATURAL IMAGES
AUTOMATIC DOMINANT REGION SEGMENTATION FOR NATURAL IMAGES
 
123
123123
123
 
Image Segmentation Using Pairwise Correlation Clustering
Image Segmentation Using Pairwise Correlation ClusteringImage Segmentation Using Pairwise Correlation Clustering
Image Segmentation Using Pairwise Correlation Clustering
 
International Journal of Computational Engineering Research(IJCER)
 International Journal of Computational Engineering Research(IJCER)  International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
A Survey of Image Processing and Identification Techniques
A Survey of Image Processing and Identification TechniquesA Survey of Image Processing and Identification Techniques
A Survey of Image Processing and Identification Techniques
 
My2421322135
My2421322135My2421322135
My2421322135
 
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
 
Performance analysis is basis on color based image retrieval technique
Performance analysis is basis on color based image retrieval techniquePerformance analysis is basis on color based image retrieval technique
Performance analysis is basis on color based image retrieval technique
 
Performance analysis is basis on color based image retrieval technique
Performance analysis is basis on color based image retrieval techniquePerformance analysis is basis on color based image retrieval technique
Performance analysis is basis on color based image retrieval technique
 
image segmentation by Rajesh
image segmentation by Rajeshimage segmentation by Rajesh
image segmentation by Rajesh
 
IMAGE SEGMENTATION TECHNIQUES
IMAGE SEGMENTATION TECHNIQUESIMAGE SEGMENTATION TECHNIQUES
IMAGE SEGMENTATION TECHNIQUES
 
Ai4201231234
Ai4201231234Ai4201231234
Ai4201231234
 
Intensity Enhancement in Gray Level Images using HSV Color Coding Technique
Intensity Enhancement in Gray Level Images using HSV Color Coding TechniqueIntensity Enhancement in Gray Level Images using HSV Color Coding Technique
Intensity Enhancement in Gray Level Images using HSV Color Coding Technique
 
154 158
154 158154 158
154 158
 
G04544346
G04544346G04544346
G04544346
 
Image segmentation 2
Image segmentation 2 Image segmentation 2
Image segmentation 2
 
A review on image enhancement techniques
A review on image enhancement techniquesA review on image enhancement techniques
A review on image enhancement techniques
 
1388586134 10545195
1388586134  105451951388586134  10545195
1388586134 10545195
 

Plus de Ijarcsee Journal (20)

122 129
122 129122 129
122 129
 
104 108
104 108104 108
104 108
 
99 103
99 10399 103
99 103
 
93 98
93 9893 98
93 98
 
88 92
88 9288 92
88 92
 
82 87
82 8782 87
82 87
 
78 81
78 8178 81
78 81
 
73 77
73 7773 77
73 77
 
65 72
65 7265 72
65 72
 
58 64
58 6458 64
58 64
 
52 57
52 5752 57
52 57
 
46 51
46 5146 51
46 51
 
36 40
36 4036 40
36 40
 
28 35
28 3528 35
28 35
 
24 27
24 2724 27
24 27
 
19 23
19 2319 23
19 23
 
12 15
12 1512 15
12 15
 
134 138
134 138134 138
134 138
 
125 131
125 131125 131
125 131
 
114 120
114 120114 120
114 120
 

Dernier

Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...apidays
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024The Digital Insurer
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsNanddeep Nachan
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistandanishmna97
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Victor Rentea
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelDeepika Singh
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxRustici Software
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfOrbitshub
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdfSandro Moreira
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxRemote DBA Services
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamUiPathCommunity
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...Zilliz
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWERMadyBayot
 

Dernier (20)

Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering Developers
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptx
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 

116 121

  • 1. ISSN: 2277 – 9043 International Journal of Advanced Research in Computer Science and Electronics Engineering (IJARCSEE) Volume 1, Issue 6, August 2012 A Survey of Image Segmentation Methods using Conventional and Soft Computing Techniques for Color Images Dr. V.Seenivasagam1 Professor, Dept. of Computer Science and Engg. National Engineering College(Autonomous), Kovilpatti – 628503 S.Arumugadevi2 Assistant Professor , Dept. of Information Technology Sri Krishna Engineering College, Chennai - 601 301 Abstract — Image segmentation is one of the fundamental property, such as color, intensity, or texture. Adjacent approaches of digital image processing . Image Segmentation regions are significantly different with respect to the is a process of partitioning an image into multiple set of pixels same characteristic(s). to simplify the representation of the image. In the image The core technique in computer vision is image segmentation field, traditional techniques do not completely analysis/processing, which can lead to segmentation, meet the segmentation challenges for color images. Soft computing is an emerging field that consists of complementary quantification and classification of images and objects elements of fuzzy logic, neural networks and Genetic of interest within images. The main objective of the algorithms. Soft computing deals with approximate models image segmentation is to partition an image into and gives solution to complex problems. Color image mutually exclusive and exhausted regions such that segmentation is an important and are used in many image each region of interest is spatially contiguous and the processing applications. Color image segmentation increases pixels within the region are homogeneous with respect the complexity of the problem. In this paper, the main aim is to a predefined criterion. Widely used homogeneity to survey and compare the various conventional algorithms criteria include values of intensity, texture, color, range, and soft computing approaches i.e. fuzzy logic, neural surface normal and surface curvatures. During the past network and genetic algorithms for color image segmentation and many researchers in the field of medical imaging and soft computing have made significant survey in the field of image segmentation . Several authors suggested Index Terms— Color image segmentation ,Soft computing, various algorithms for segmentation [9]. Most of the Fuzzy Logic , Neural networks ,Genetic algorithm segmentation approaches were mainly devoted to gray images. Image segmentation techniques are broadly I. INTRODUCTION categorized into two categories edge detection based , Image processing is any form of information processing which resort to detection of closed regions in an image for which both the input and output are images, such as scene, and pixel classification based , which use pixel photographs or frames of video. Image segmentation is one intensity/co-ordinate information for clustering the of the most important precursors for image processing image data.[11] Image segmentation is vital field in based applications and has a crucial impact on the overall image analysis, coding , and understanding .It has wide performance of the developed systems. The area of color diversity of applications ranging from Traffic control image analysis is one of the most active topics of research systems Agricultural imaging, airport security, object and a large number of color-driven image segmentation recognition, face recognition, image processing techniques have been proposed. The techniques that are ,medical imaging , image and video retrieval , through used to find the objects of interest are usually referred to as to criminal investigative analysis segmentation techniques. The result of image segmentation Color images contain more information than is a set of segments that collectively cover the entire image, monochrome images. Each pixel in a color image has or a set of contours extracted from the image In computer information about brightness, hue, and saturation. Color vision, segmentation refers to the process of partitioning a creates more complete representation of an image which digital image into multiple segments. The goal of leads to more reliable segmentation. There are many segmentation is to simplify and/or change the models to represent the colors. Color images can representation of an image into something that is more increase the quality of segmentation. RGB color model meaningful and easier to analyze. Image segmentation is is chosen for image segmentation due to its simplicity typically used to locate objects and boundaries (lines, and the fast processing speed .In color images each curves, etc.) in images. More precisely, image segmentation pixel is represented by a triplet containing red, green, is the process of assigning a label to every pixel in an blue. For color images this ratio must be reasonably image such that pixels with the same label share certain constant over the connected regions . As the RGB color visual characteristics. Each of the pixels in a region are ratio does not have smoothly varying values when the similar with respect to some characteristic or computed pixel intensity is low, the color image segmentation All Rights Reserved © 2012 IJARCSEE 116
  • 2. ISSN: 2277 – 9043 International Journal of Advanced Research in Computer Science and Electronics Engineering (IJARCSEE) Volume 1, Issue 6, August 2012 based on color ratio requires that the intensity of the image about the constituents of soft computing is that they are must be above a threshold value. The requirements of good complementary, not competitive, offering their own image segmentation are as follows: A single region in a advantages and techniques to allow solutions to segmented image should not contain significantly different otherwise unsolvable problems. colors and a connected region containing same color should Soft computing techniques have found wide not have more than one label. All significant pixels should applications. One of the most important applications is belong to the same labelled region. The intensity of a image segmentation. Segmentation is an essential step region should be reasonably uniform in image processing since it conditions the quality of the resulting interpretation.. In the last decade, multicomponent images segmentation has received a II. IMAGE SEGMENTATION great deal of attention for soft computing applications Image segmentation is a process that partitions an image because it significantly improves the discrimination and into regions . Monochrome segmentation is based on the recognition capabilities compared with gray-level discontinuity and/or homogeneity of gray level values in a image segmentation methods[2]. region. The approaches based on homogeneity include III. CONVENTIONAL SEGMENTATION thresholding, clustering, region growing, region splitting ALGORITHMS and merging. The most basic attribute for segmentation is image luminance amplitude for a monochrome image and The methods most commonly used for image color components for a color image. Image segmentation segmentation can be categorized into the following algorithms generally are based on one of two basic classes properties of intensity values : discontinuity and similarity. A. Edge based methods In the first category ,the approach is to partition an image based on abrupt changes in intensity, such as edges in an B. Region based methods image. The principal approaches in the second category are C. Clustering methods based on partitioning an image into regions that are similar according to a set of predefined criteria. A Edge based Methods Good image segmentation meets certain requirements Edge detection includes the detection of boundaries [14]: 1. Every pixel in the image belongs to a region 2. A between different regions of the image. Many edge region is connected that is any two pixels in a particular detection algorithms discussed in [8]. The traditional region can be connected by a line that doesn’t leave the methods based on edge detection only depend on the region 3. Each region is homogeneous with respect to a contrast of the points located near the object boundaries, chosen characteristic. The characteristic could be syntactic which cannot be used for the accurate result. In contrast (for example, colour, intensity or texture) or based on to classical area based segmentation, the watershed semantic interpretation 4. Adjacent regions can’t be merged transform is executed on the gradient image and not on into a single homogeneous region 5. No regions overlap the original image. When the background is simple, Applications with color image are becoming increasingly edge detection algorithms can extract the object. To prevalent nowadays. Color image segmentation is usually segment the image when the background is complex, an the first task of any image analysis process. All subsequent improved method based on color is used which amends tasks such as edge detection, feature extraction and object the segmented result by mathematical morphology. But recognition rely heavily on the quality of the segmentation. later on it has been found that this method does not Without a good segmentation algorithm, an object may yield fruitful segmentation results when there are more never be recognizable. The problems of image than one objects of the same color. To resolve this segmentation become more uncertain and severe when it complexity proposes a new method based on analyzing comes to color image segmentation . This is due to the the color as well as texture features of the objects in the diversity in the color gamut. Real images exhibit a wide image[12]. Histogram thresholding is one of the oldest, range of heterogeneity in the color content. This diversity simple and popular techniques for image segmentation. of color information induces varying degrees of uncertainty These methods were successful in segmenting certain in the information content. The vagueness in image classes of images only. Due to the image noise and the information arising out of the admixtures of the color discrete character of color image, watershed algorithm components has often been dealt with the soft computing requires interactive user guidance and accurate prior paradigm. knowledge on the image structure The two major problem solving technologies include : 1. B Region Based Methods hard computing , 2. soft computing . Hard computing deals with precise models where accurate solutions are achieved Region splitting is olds being delimiters. It is very quickly. On the other hand , soft computing deals with important to choose these thresholds, as it greatly approximate models and gives solution to complex affects the quality of the segmentation. This tends to problems. Soft computing is a relatively new concept, the excessive an image segmentation method in which term really entering general circulation in 1994. The term pixels are classified into regions. Each region has a “ Soft computing” was introduced by Professor L. Zadeh range of feature values, with threshold split regions, with the objective of exploiting the tolerance for resulting in over segmentation. Region growing joins imprecision , Uncertainty and partial truth to achieve neighbouring pixels with same characteristics to form tractability, robustness, low solution cost and better rapport large regions. This continuous until the termination with reality The ultimate goal is to be able to emulate the conditions are met. Most of the region growing human mind as closely as possible .An important thing algorithms focus on local information, so it is very All Rights Reserved © 2012 IJARCSEE 117
  • 3. ISSN: 2277 – 9043 International Journal of Advanced Research in Computer Science and Electronics Engineering (IJARCSEE) Volume 1, Issue 6, August 2012 difficult to get good results. This method tends to The need for Soft Computing Techniques in color excessively merge regions, which results in under images segmentation. The phoenix image segmentation algorithm Since there are more than 16 million colours is a region splitting method which is widely used for available in any given image and it is difficult to segmentation. It uses histogram analysis, thresholding and analyze the image on all of its colours, the likely connected component analysis to segment the image colours are grouped together by image segmentation. partially. Then the same process is applied to each region Because of the variety and complexity of images, robust until termination conditions are met, and the image is fully and efficient segmentation algorithm on colour images segmented. is still a very challenging task and fully automatic Region Based Segmentation requires the prior choice segmentation procedures are far from satisfying in of parameters such as 1. The initial location of seed point 2. practical situations. For that purpose soft computing The appropriate propagation speed function 3. The degree techniques have been used. The role model for soft of smoothness. computing is the human mind. The guiding principle of C. Clustering Methods soft computing is that it exploit the tolerance for imprecision, uncertainty, partial truth, and Clustering separates the image into various classes approximation to achieve tractability, robustness and without any prior information. In this the data which belong low solution cost. As soft computing techniques to same class should be as similar as possible and the data resemble human brain, the results are fast and accurate. which belongs to different class should be as different as possible IV. SOFT COMPUTING APPROACHES FOR 1. K-Means Clustering Method : The K-Means is a non SEGMENTATION hierarchical clustering technique that follows a simple procedure to classify a given data set through a certain A. Fuzzy Logic number of K clusters that are known a priori.. More Lotfi A. Zadeh introduced the concept of fuzzy sets in importantly this algorithm does not produce which imprecise knowledge can be used to define an meaningful results when applied to noisy data or to event. A number of fuzzy approaches for image tasks such as the segmentation of complex textured segmentation are reported [13].[1] Domain knowledge images or images affected by uneven illumination.[12] of real life problems are often uncertain, imprecise and 2. C means clustering can be used for color image inexact, therefore create difficulty in decision making segmentation. Its disadvantage is that it does not yield while solving by conventional approaches. Among the same result with each run, since the resulting various methods of handling uncertainties, fuzzy logic clusters depend on the initial random assignments. It has been most intensively studied almost over four minimizes intra-cluster variance, but does not ensure decades. Fuzzy logic (FL) explores human reasoning that the result has a global minimum of variance. Soft power using linguistic terms, which are modelled as computing techniques overcome these disadvantages. fuzzy sets and represented by membership functions (MF). In the medical application domain, there are usually imprecise conditions and therefore fuzzy methods seem to be more suitable than crisp one. The major groups of fuzzy methods are represented by fuzzy clustering, fuzzy rule based, fuzzy pattern matching methods and Fuzzy logic has two different meanings. In a narrow sense, fuzzy logic is a logical system, which is an extension of multivalued logic. But in a wider sense, which is in predominant use today, fuzzy logic (FL) is (a) (b) almost synonymous with the theory of fuzzy sets, a theory which relates to classes of objects with unsharp boundaries in which membership is a matter of degree. A trend that is growing in visibility relates to the use of fuzzy logic in combination with neuro-computing and genetic algorithms. More generally, fuzzy logic, neuro-computing, and genetic algorithms may be viewed as the principal constituents of what might be (c) (d) called soft computing. Unlike the traditional, hard computing, soft computing is aimed at an Figure 1 Resultant images of accommodation with the pervasive imprecision of the after K-Means clustering applied real world. In coming years, soft computing is likely to (a) Original image (b) cluster1 play an increasingly important role in the conception image (c) Cluster 2 image (d) cluster 3 image (e) ) image and design of systems whose MIQ (Machine IQ) is labelled by cluster index much higher than that of systems designed by conventional methods A new method for color image segmentation using (e) fuzzy logic is proposed [4]. It is automatically produce a fuzzy system for color classification and fuzzy rules and membership functions automatically. Several image All Rights Reserved © 2012 IJARCSEE 118
  • 4. ISSN: 2277 – 9043 International Journal of Advanced Research in Computer Science and Electronics Engineering (IJARCSEE) Volume 1, Issue 6, August 2012 segmentation with least number of rules and minimum number of representative prototypes or clusters . The error rate. Particle swarm optimization is a sub class of goal of a clustering is to divide a given set of data or evolutionary algorithms that has been inspired from social objects into clusters, which represents subsets or a behaviour of fishes, bees, birds, etc, that live together in group. FCM is one of the well-known clustering colonies. Comprehensive learning particle swarm techniques. It was first introduced by Dunn and the optimization (CLPSO) technique to find optimal fuzzy rules related formulation and algorithm were extended by and membership functions because it discourages premature Bezdek. Fuzzy C-means Clustering algorithm (FCM) convergence. Less computational load is needed when using [17] is a method that is frequently used in pattern this method compared with other methods, because it recognition. It has the advantage of giving good generates a smaller number of fuzzy rules [4] modelling results in many cases, although, it is not capable of specifying the number of clusters by itself. Fuzzy clustering segmentation The FCM can be applied to data that is quantitative (numerical), qualitative (categorical), or a combination Clustering can be thought of as a form of data compression, of both. Fuzzy c-means clustering Issues : where a large number of samples are converted into a small TABLE 1 COMPARISON OF CONVENTIONAL SEGMENTATION ALGORITHMS FOR COLOR IMAGES Traditional Process Advantages Limitations Techniques 1. No prior information is needed 2.Easy and fast algorithm 3. Efficient Histogram Separating object pixels from background pixels Thresholding in multidimensional for black and white image Thresholding by threshold value spaces is a complex segmentation and grey scale image segmentation Watershed Pixels having the highest gradient magnitude The proper handling of gaps and the Over segmentation and Applied only transformation intensities (GMIs) correspond to watershed lines, placement of boundaries at the most on Gradient which represent the region boundaries significant edges 1. Doesn’t find the optimal solution 2. It is sensitive to the initialization K-Means To classify a given data set through a certain Simple algorithm to understand and process Clustering number of K clusters implement 3. Does not produce meaningful Method results when applied to noisy data 1. Produced bad results when there are more than one objects of the Edge The process of identifying and locating sharp Able to enclose large areas same color Detection discontinuities in an image 2. applicable only when background is simple 1. Needs human interaction to Region 1. Easy to complete and compute. obtain the seed point Region growing is a collection of pixels with Growing 2. Spatially connected and compact 2. Sensitive to noise similar properties to form a region. Method regions are generated 3. Expensive both in computational time and memory TABLE 2 COMPARISON OF SEGMENTATION ALGORITHMS FOR COLOR IMAGES USING SOFT COMPUTING TECHNIQUES Soft computing Process Advantages Limitations Techniques 1. High degree of parallelism and 1. Some kinds of segmentation very fast computation times information should be known Neural The signals are passed between the neurons 2. Efficient tool for specific beforehand Networks applications 2. Initialization may influence the 3. Good robust result of image segmentation; 1. It requires the priori knowledge about the number of regions Fuzzy C existing in an image. Means Each point has a degree of belonging to clusters Good modelling results in many cases 2. Adjacent clusters often overlap in Clustering color space, which causes incorrect pixel classification. [13] Genetic algorithms in image segmentation are used for the Genetic Optimization technique GAs possess the ability to explore and modification of the parameters in Algorithm learn from their domain. existing segmentation algorithms and are viewed as function optimizers. Combines the advantages of both the The integration of fuzzy logic and neural uncertainty handling capability of NeuroFuzzy -- networks fuzzy systems and the learning ability of neural networks. All Rights Reserved © 2012 IJARCSEE 119
  • 5. ISSN: 2277 – 9043 International Journal of Advanced Research in Computer Science and Electronics Engineering (IJARCSEE) Volume 1, Issue 6, August 2012 In [7] stated that an adaptive neuro-fuzzy system 1. Computationally expensive 2. Highly dependent on the adequate to perform multilevel segmentation of color initial choice of U [17] 3. It requires the priori knowledge images in HSV color space. ACISFMC uses a multilayer about the number of regions existing in an image. 4. perceptron like network which perform color image Adjacent clusters often overlap in color space, which segmentation using multilevel thresholding. Threshold causes incorrect pixel classification. values used for finding clusters and their labels are found In image segmentation, analysis, reorganization and automatically using FMMN clustering technique. Neural other levels of image processing, uncertainty is a key network is used to find multiple objects in the image. The factor that leads to unfavourable results for fixed network consists of three layers such as input layer, hidden algorithms . Going further, the result of preceding layer and output layer. Each layer consists of fixed number processing will influence the performance of subsequent of neurons equal to number of pixels in the image. The processing, which asks for certain degree of flexibility activation function of neuron is a multisigmoid. The major (fuzzy characteristic) in image processing algorithms. advantage of this technique is that, it does not require a Fuzzy Set Theory can be used in clustering and it allows priori information of the image. The number of objects in fuzzy boundaries to exist between different clustering. The the image is found out automatically. In [9] ,The main drawback of this algorithm is that it is difficult to evolution of digital computers as well as the development confirm the attribute of fuzzy members and it is of modern theories for learning and information complicated for calculating in this algorithm. processing led to the emergence of Computational B. Neural Network Intelligence (CI) engineering. ANNs, Genetic Algorithms A neural network is composed of simple elements (Gas) and Fuzzy Logic are CI non-symbolic learning known as neurons. These neurons can operate in parallel. approaches for solving problems. In [9] proposed The neural network function is determined by the Hierarchical Self Organizing Map (HSOM) is applied for connections between its elements. The signals are passed image segmentation. A a new unsupervised learning between the neurons through these connection links. Each Optimization algorithms such as SOM are implemented to connection link has a weight associated with it. This extract the suspicious region in the Segmentation of MRI weight multiplies the signal transmitted. Each neuron has Brain tumor[9] an associated activation function. This activation function In [9] a high speed parallel fuzzy C-Mean algorithm for determines the output of the neuron. The operation of a brain tumor segmentation . An Improved Implementation neural network is separated into two parts. They are, of Brain Tumor Detection Using Segmentation Based on training and testing. Training is the process of adjusting Neurofuzzy Technique .The JSEG algorithm segments the weights of links in such a way that a particular input images of natural scenes properly, without manual leads to specific target output. There are many neural parameter adjustment for each image and simplifies network architectures available. Perceptron Network, texture and color. Segmentation with this algorithm passes Back propagation networks, self organizing maps are through three stages, namely color space quantization some of the frequently used architectures.[5] Artificial (number reduction process of distinct colors in a given neural networks (ANN) is a powerful computing system image), hit rate regions and similar color region merging. which consists of number of interconnected, nonlinear [11] proposed the application of the multilevel activation computing elements . Its processing capability and functions in effecting graded color object extraction nonlinear characteristics are used for classification and through segmentation of a true color image scene by a clustering . It is widely applied in the area of pattern parallel self supervised three layer self organizing neural recognition and computer vision. network (PSONN) architecture, has been presented with Neural network based segmentation is totally different three different multilevel activation functions, viz. a from conventional segmentation algorithms, A image is multilevel sigmoid (MUSIG) activation function, a firstly mapped into a neural network where every neuron multilevel tan hyperbolic (MUTANH) activation and a stands for a pixel. Then, we extract image edges by using multilevel hyperbolic 15 (MUTANH15) activation. Since dynamic equations to direct the state of every neuron the individual component three-layer self organizing towards minimum energy defined by neural network. neural network architectures operate in self supervision on Neural network based segmentation has three basic subnormal fuzzy subsets of color intensity levels, the characteristics : 1. Highly parallel ability and fast system errors have been computed using the subnormal computing capability, which make it suitable for real-time application; 2. Unrestricted nonlinear degree and high C. Neuro-fuzzy computing. interaction among processing units, which make this The integration of fuzzy logic and neural networks has algorithm able to establish modelling for any process; 3. emerged as a promising field of research in recent years. Satisfactory robustness making it insensitive to noise. This has led to the development of a new branch called However, there are some drawbacks of neural network neuro-fuzzy computing. Neuro-fuzzy system combines the based segmentation 1. Some kinds of segmentation advantages of both the uncertainty handling capability of information should be known beforehand 2. Initialization fuzzy systems and the learning ability of neural may influence the result of image segmentation 3.Neural networks.[13] Neural networks and Fuzzy logic have network should be trained using learning process some common features such as distributed representation beforehand, the period of training may be very long, and of knowledge, model-free estimation, ability to handle we should avoid overtraining at the same time data with uncertainty and imprecision etc. Fuzzy logic has All Rights Reserved © 2012 IJARCSEE 120
  • 6. ISSN: 2277 – 9043 International Journal of Advanced Research in Computer Science and Electronics Engineering (IJARCSEE) Volume 1, Issue 6, August 2012 tolerance for imprecision of data, while neural networks REFERENCES have tolerance for noisy data [15] . A neural network’s 1. Saikat Maity,Jaya Sil , “ Color Image segmentation using Type-2 fuzzy sets” International Journal of Computer and Electrical learning capability provides a good way to adjust expert’s Engineering , Vol. 1,No.3, August 2009,1793-8163 knowledge and it automatically generates additional 2. N. Senthilkumaran and R. Rajesh, Edge Detection Techniques for fuzzy rules and membership functions to meet certain Image Segmentation – A Survey of Soft Computing Approaches, specifications. This reduces the design time and cost. On International Journal of Recent Trends in Engineering, Vol. 1, No. 2, May 2009 the other hand, the fuzzy logic approach possibly 3. Wen-Xiong Kang, Qing-Qiang Yang, Run-Peng Liang, The enhances the generalization capability of a neural network Comparative Research on Image Segmentation Algorithms, 2009 by providing more reliable output when extrapolation is First International Workshop on Education Technology and needed beyond the limits of the training data. Computer Science 4. Borji M. Hamidi A. M. Eftekhari moghadam CLPSO-based Fuzzy Color Image Segmentation North American Fuzzy Information D. Genetic algorithm Processing Society, 2007. NAFIPS '07. Annual Meeting of the24- 27 June 2007 Genetic algorithms are an optimization technique used 5. Sowmya, B.Sheelarani, Colour Image Segmentation Using Soft Computing Techniques, International Journal of Soft Computing in image segmentation. Applications of genetic algorithms Applications ,ISSN: 1453-2277 Issue 4 (2009), pp.69-80 for image segmentation into two major classes, 6. Victor Boskovitz and Hugo Guterman,An Adaptive Neuro- Fuzzy 1.Application to segmentation parameter selection for system for automatic Image segmentation and edge improved segmented outputs and 2. Application to pixel- Detection,IEEE transactions on fuzzy systems,Vol. 10, No. 2, April 2002 level segmentation involving region labelling. Since most 7. Kanchan Deshmukh and Ganesh Shinde ,Adaptive Color Image of the existing image segmentation methods require Segmentation Using Fuzzy Min-Max Clustering,Engineering utilization of optimized parameters, the first class of Letters, 13:2, EL_13_2_2 (Advance online publication: 4 August applications is used more often 2006 8. S.Lakshmi, Dr.V.Sankaranarayanan A study of Edge Detection Genetic Fuzzy clustering : Techniques for Segmentation Computing Approaches, IJCA The results of the fuzzy C-means clustering algorithm Special Issue on “Computer Aided Soft Computing Techniques for are readily to fall into local minimum due to being Imaging and Biomedical Applications” CASCT, 2010. affected by the initial clustering centre, while the genetic 9. T.Logeswari and M.Karnan, An Enhanced Implementation of Brain Tumor Detection Using Segmentation Based on Soft algorithm has the ability of global optimization. Therefore, Computing, International Journal of Computer Theory and combines the genetic algorithm with the FCM clustering Engineering, Vol. 2, No. 4, August, 2010 1793-8201 algorithm by using the genetic algorithm to initialize the 10. Luciano C. Lulio, Mario L. Tronco, Arthur J. V. Porto , JSEG- FCM clustering centre, which reduces the sensitivity of based Image Segmentation in Computer Vision for Agricultural Mobile Robot Navigation, Computational intelligence in robotics the FCM clustering algorithm to the initial value and also and automation (CIRA),2009 IEEE International symposium on makes the FCM clustering algorithm achieve global Dec 2009 optimization. In addition, the number C of clustering for 11. Siddhartha Bhattacharyya, Paramartha Dutta, Ujjwal Maulik and the FCM clustering algorithm must be given in advance, Prashanta Kumar Nandi, Multilevel Activation Functions For True Color Image Segmentation Using a Self Supervised Parallel Self however, in front of the large numbers of data, it is often Organizing Neural Network (PSONN) Architecture: A impossible to distinguish the discrete data, not to mention Comparative Study, International Journal of Computer Science the division, so a given number of clustering may lead to a Volume 2 Number 1 wrong category, and make the clustering unreasonable. 12. Amanpreet Kaur Bhogal, Neeru Singla,Maninder Kaur Comparison of Algorithms for Segmentation of Complex Scene V. CONCLUSION Images, (IJAEST) International Journal Of Advanced Engineering Sciences And Technologies Vol No. 8, Issue No. 2, Extensive research has been done in creating many 306 – 310 different approaches and algorithms for image 13. Kanchan Deshmukh And G. N. Shinde An adaptive neuro-fuzzy system for color image segmentation, Indian Inst. Sci., Sept.–Oct. segmentation, but it is still difficult to assess whether one 2006, 86, 493–506 algorithm produces more accurate segmentations than 14. Keri Woods Genetic Algorithms:Colour Image Segmentation another, whether it be for a particular image or set of Literature Review images, or more generally, for a whole class of images. 15. Prasanna Palsodkar , Prachi Palsodkar Aniket Gokhale An Approach to Extract Salient Regions by Segmenting The purpose of this paper is to present a survey of various Color Images using Soft Computing Techniques, International approaches for color image segmentation . In future, we Conference on VLSI, Communication & Instrumentation (ICVCI) plan to design a novel approach for color image 2011 segmentation using soft computing approach. The soft 16. Digital Image Processing Using matlab ,Gonzalez. 17. Fuzzy Techniques for Image Segmentation,L´aszl´o G. Ny´ul computing approaches namely, fuzzy based approach, ,Department of Image Processing and Computer Graphics Genetic algorithm based approach and Neural network University of Szeged based approach will be more efficient than the conventional algorithms of Color image segmentation. And also from my survey I conclude the integration of soft computing techniques will give better result than the unique technique. The neuro-fuzzy approach is becoming one of the major areas of interest because it gets the benefits of neural networks as well as of fuzzy logic systems. Genetic algorithms are an optimization technique used in image segmentation. All Rights Reserved © 2012 IJARCSEE 121