A Study On The Different Image Segmentation Technique: ISO 9001:2008 Certified
A Study On The Different Image Segmentation Technique: ISO 9001:2008 Certified
Abstract:-This paper presents an overview of some well- diverse regarding the attributes. It should be noticed that
known image segmentation techniques. The segmentation no general technique has been developed yet to segment an
process divides a given image into different regions and objects.
Image Segmentation has become popular due to its many vision image precisely, so different techniques are taking floor to
applications. The main goal of this survey is to explore various perform segmentation [3]. In the next section, some of the
algorithms of image segmentation. The short-comings of the image processing methods have been explained.
survey on image segmentation algorithms have also been
evaluated. The main focus of this paper is on the clustering
based segmentation techniques. This paper concludes with
certain limitations of available techniques and also the possible
solutions for the same for future use.
I. INTRODUCTION
Image Segmentation is a vital procedure of processing
and understanding an image. It is the fundamental
necessity of any computer based vision application on the
grounds that individuals are mostly interested just in
specific parts of the picture. Essentially it is characterized
as the procedure of isolating the picture into distinctive
parts of homogeneity. An image might be defined as a
two-dimensional function, f(x, y), where x and y are the
spatial coordinates, and the amplitude of at any pair of Fig 1 Segmentation results
coordinates is known as the intensity of the image at
specific point. When the intensity of f and the value of x,y II. IMAGE SEGMENTATION TECHNIQUES
are finite then the image is called digital image.[1] A. Edge Detection Methods
The objective of image segmentation is to simplify the Edge detection techniques converts images to edge
representation of a picture into something that is more images thus having benefit from the change of grey tones
genuine and simpler to understand. It is essentially used to in the images. Edges are the sign of lack of continuity, and
discover the location of objects, boundaries, lines and so ending, as a result of this transformation, edge image is
on in the digital images. More precisely, image obtained without encountering any changes in physical
segmentation is the process of assigning a label to every qualities of the main image[4][5]. Objects have various
pixel in the image such that pixels with the same label parts of different color levels. In an image with different
share certain visual characteristics or features. [2] grey levels, despite an obvious change in the grey levels of
Essentially Image segmentation entails partitioning an the object, the shape of the image can be distinguished in
image by grouping similar pixels together. Ideally these Figure 2 [5].
groups should represent the components that the image is
comprised of. The image can then instead be interpreted
using a small number of well-defined components as
opposed to a large array of unrelated pixels. Wikipedia
provides a nice definition: Image segmentation is the
process of assigning a label to every pixel in an image
such that pixels with the same label share certain visual
characteristics.
The output of image segmentation is a set of regions that
together cover the entire image. The consequence of
picture division is a situated of areas that together blanket Fig 2: Type of Edges (a) Step Edge (b) Ramp Edge (c) Line
the whole picture. Each of the pixels in a area are Edge (d) Roof Edge
comparative regarding some property, for example, color, An Edge of the image is an important local change in
texture and intensity. Adjoining regions are fundamentally the intensity of the image, usually related with a
284
ISSN: 2277-3754
ISO 9001:2008 Certified
International Journal of Engineering and Innovative Technology (IJEIT)
Volume 4, Issue 1, July 2014
discontinuity in either the first derivative of the image segmentation techniques are known as region-based
intensity or the image intensity. Discontinuities in the segmentation and edge detection, respectively [11].
image intensity can be either Step edge, where the image The splitting and merging techniques of the region starts
intensity abruptly changes from one value on one side of with splitting of an image into number of small regions
the discontinuity to a different value on the opposite side, and this proves continues till regions with mandatory
or Line Edges, where the image intensity abruptly changes degree of homogeneity are formed. The splitting of the
value but then returns to the starting value within some phase has an impact on the overall segmentation of the
short distance [6]. Though Step and Line edges are rare in image. This results in over segmentation of the image
real images. Due to low frequency components or the which is further followed by the merging phase. Thus
smoothing introduced by most sensing devices, sharp region splitting and merging techniques are complex and
discontinuities do not exist in real signals. Step edges consumes a lot of time. The main objective of region
become Ramp Edges and Line Edges become Roof edges, growing is to map individual pixels called seeds in input
where intensity changes are not instantaneous but occur image to a set of pixels called region and region growing
over a finite distance [7]. Illustrations of these edge shapes method starts with initial seeds and grows with
are shown in Fig.2. neighboring homogenous elements where seed may be
1. Steps in Edge Detection pixel or region [3]. The technique of the region growing is
Edge detection consists of three steps namely Filtering, an iterative process.
Enhancement and Detection. The overview of the steps in
edge detection are as follows. 1. Steps in Region Based Method
a)Filtering: Images are regularly corrupted by arbitrary a) The entire image is segmented into pattern cells
variations in intensity values, this is called noise. Salt and b) Comparison of every pattern cell is done with its
pepper noise, impulse noise and Gaussian noise are some neighboring cells to determine whether they are similar,
of the type of noise. Salt and pepper noise holds arbitrary using a similarity measure. In case they are similar, merge
events of both dark and white intensity values. the cells to form a fragment and the property used in the
Notwithstanding, there is an exchange off between edge comparison is updated.
strength and noise lessening.. More filtering to reduce c) After comparison, continue growing the fragment by
noise results in a loss of edge strength [8]. examining all its neighbors until no joinable regions
b) Enhancement: To facilitate the detection of edges, it is remain. Then label the fragment as a completed region.
necessary to find changes in intensity in the neighborhood d) Move to the next uncompleted cell, and repeat these
of a point. Enhancement emphasizes pixels where there is steps until all cells are labeled [11].
a significant change in local intensity values and is usually
performed by computing the gradient magnitude [9].
c) Detection: A lot of points in an image have a nonzero
value for the gradient, and all of these points are not edges
for a particular application. Therefore, some method
should be used to determine which points are edge points.
Frequently, thresholding provides the criterion used for
detection [10].
287
ISSN: 2277-3754
ISO 9001:2008 Certified
International Journal of Engineering and Innovative Technology (IJEIT)
Volume 4, Issue 1, July 2014
the original image. It also presents the texture gradient. effect that colors have on segmentation results has also
The texture gradient can be obtained by a gray-level co- been neglected.
occurrence matrix. So in near future we will propose a new integrated Edge
Ghoshale et al. (2013) [28] has described the several preserving smoothing, region growing and FELICM based
edge sharpening filters and to discover the effect on the image segmentation algorithm to improve the accuracy of
output image using watershed algorithm. A spatial the segmentation procedure further. The motivation behind
sharpening filter on the performance of the segmented the proposed approach is simple and effective. First of all
images and mathematical morphology plays a very edge preserving smoothing will filter the objects available
important role. Morphology is the special type of filtering in digital image so that the complex objects can also be
and structuring elements used for shape smoothing and easily detected. However, the use of HSV has the ability to
elimination of small holes. Rahman et al. (2013)[29] segment the color images in efficient manner. The actual
present, a novel image segmentation process based on segmentation is done by using the integrated region
adaptive threshold and masking operation with watershed growing and FELICM based image segmentation
algorithm. Whose objective is to overcome over- algorithm.
segmentation problem of the traditional watershed
algorithm. REFERENCES
[1] P. S. Liao, T.-S. Chen and P.-C. Chung, A fast algorithm
for multilevel thresholding, J. Inf. Sci. Eng., vol. 17, no. 5,
V. GAPS IN LITERATURE
pp. 713727, Sep. 2001.
Following are the various gaps in earlier work on image
segmentation techniques. [2] Santanu Bhowmik, Viki Datta, A Survey On Clustering
Based Image Segmentation, International Journal Of
1. Isolated regions: Most of the existing techniques Advanced Research In Computer Engineering &
have focused on the complex regions. Not much Technology Volume 1, Issue 5, July 2012.
work done for the images with mixed regions. [3] Verma, Om Prakash, Madasu Hanmandlu, Seba Susan,
2. Principal region extraction: The effect of the regions Muralidhar Kulkarni, and Puneet Kumar Jain. A simple
on the segmentation has been neglected by many single seeded region growing algorithm for color image
segmentation using adaptive thresholding IEEE
researchers.
International Conference on Communication Systems and
3. Effect of color: The effect of the color on the Network Technologies (CSNT), pp. 500-503., June, 2011.
segmentation results has also been neglected by many
[4] Ibrahiem M. M. El Emary, On the Application of Artificial
researchers. Neural Networks in Analyzing and Classifying the Human
4. Accuracy and complexity: The results [base paper] Chromosomes, Journal of Computer Science, vol.2 (1),
has shown that the FELICM has shown better results 2006, pp.72-75.
when the window size 11*11. But 11*11 mask will [5] N. Senthilkumaran and R. Rajesh, A Study on Edge
result in high computational time complexity. Also Detection Methods for Image Segmentation, Proceedings
of the International Conference on Mathematics and
result for standard mask size i.e. 3*3 it has shown Computer Science (ICMCS-2009), 2009, Vol.I, pp.255-259.
poor results than mean shift algorithm.
[6] M. Abdulghafour,Image segmentation using Fuzzy logic
and genetic algorithms, Journal of WSCG, vol. 11, no.1,
VI. CONCLUSION AND FUTURE SCOPE 2003.
Image Segmentation is a process of image processing
[7] Metin Kaya,Image Clustering and Compression Using an
and understanding. It is defined as the process of dividing Annealed Fuzzy Hopfield Neural Network, International
the image into parts based on homogeneity. The purpose of Journal of Signal Processing,2005, pp.80-88.
image segmentation is to make the representation of an
[8] N. Senthilkumaran and R. Rajesh, A Study on Split and
image simpler into something that is more meaningful and Merge for Region based Image Segmentation, Proceedings
easier to understand. The process in which a data set or of UGC Sponsored National Conference Network Security
say pixels are replaced by cluster, pixels may belong (NCNS-08) , 2008, pp.57-61.
together because of the same color, texture etc is known as
[9] Xian Bin Wen, Hua Zhang and Ze Tao Jiang, Multiscale
Clustering based method. The survey has shown that of the Unsupervised Segmentation of SAR Imagery Using the
existing techniques, main focus is on complex regions. Genetic Algorithm, Sensors, vol.8, 2008, pp.1704-1711.
Therefore not much work has been done for the images
[10] Mantas Paulinas and Andrius Usinskas, A Survey of
with mixed regions. The effect of the regions on the Genetic Algorithms Applications for Image Enhancement
segmentation has been neglected by many researchers. The and Segmentation, Information Technology and Control,
Vol.36, No.3, 2007, pp.278-284.
288
ISSN: 2277-3754
ISO 9001:2008 Certified
International Journal of Engineering and Innovative Technology (IJEIT)
Volume 4, Issue 1, July 2014
[11] Bins, L. Santanna, Leila M. Garcia Fonseca, Guaraci Jos [25] Boren Li, Mao Pan, and Zixing Wu, An improved
Erthal, and F. Mitsuo Ii. Satellite imagery segmentation: a segmentation of high spatial resolution remote sensing
region growing approach Simpsio Brasileiro de image using Marker-based Watershed Algorithm, 20th
Sensoriamento Remoto, pp. 677-680, April 1996. IEEE International Conference on Geoinformatics, Year
2012, pp.1-5.
[12] http://www.mathworks.in/discovery/image-
segmentation.html [26] Farheen K. Siddiqui and Vineet Richhariya, An Efficient
Image Segmentation Approach through Enhanced
[13] Du Gen-yuan,Miao Fang,Tian Sheng-li,Guo Xi- Watershed Algorithm, Computer Engineering and
rong.,"Remote Sensing Image Sequence Segmentation Intelligent Systems, Vol.4, No.6, pp 1-7, 2013.
Based on the Modified Fuzzy C-means", Journal of
Software, Vol. 5, No. 1, PP.28-35, 2009. [27] P.P. Acharjya, A. Sinha, S. Sarkar, S. Dey and S. Ghosh,A
New Approach Of Watershed Algorithm Using Distance
[14] A.S. Abutaleb, Automatic Thresholding of Gray-Level Transform Applied To Image Segmenttion,International
Pictures Using Two Dimensional Entropy, Computer Journal of Innovative Research in Computer and
Vision, Graphics, and Image Processing, Vol.47, PP.22-32, Communication Engineering, Vol.1,No.2, pp 185-189, April
1989. 2013.
[15] Salem Saleh Al-amri1, N.V. Kalyankar2 and Khamitkar [28] Dibyendu Ghoshal and Pinaki Pratim Acharjya,Effect of
S.D, Image Segmentation by Using Threshold Various Spatial Sharpening Filters on the Performance of
Techniques, JOURNAL OF COMPUTING, VOLUME 2, the Segmented Images using Watershed Approach based on
ISSUE 5, MAY 2010. Image Gradient Magnitude and Direction, International
[16] Navneet Kaur, Gagan Jindal "A Survey Of K Means Journal of Computer Applications, Vol. 82, No.6, pp 19-25,
Clustering With Modified Gradient Magnitude Region November 2013.
Growing Technique For Lesion Segmentation, [29] Md. Habibur Rahman and Md.RafiqualIslam,
International Journal Of Innovations In Engineering And Segmentation of color image using adaptive thresholding
Technology, April 2013. and masking with watershed algorithm,IEEE International
[17] Nan li, Hong huo, Yu-ming zhao, Xi chen, and Tao fang, A Conference on Informatics, Electronics & Vision (ICIEV),
Spatial Clustering Method with Edge weighting for Image Year 2013, pp.1-6.
segmentation, IEEE Geoscience And Remote Sensing
Letters, Vol. 10, No. 5, September 2013.
AUTHOR BIOGRAPHY
[18] Monika Xess, S. Akila Agnes Survey On Clustering Based
Color Image Segmentation And Novel Approaches To Fcm
Rozy Kumari, Pursuing M.tech in Electronics and communication
Algorithm, International Journal Of Research In engineering from Amritsar college of Engineering and technology,
Engineering And Technology, Vol. Issue: 2013. Amritsar, Punjab, India
[19] Amrita Mohanty, S Rajkumar, Zameer Muzaffar Mir And Narinder Sharma, H.O.D of Electrical and Electronics Engineering in
Puja Bardhan,"Analysis Of Color Images Using Cluster Amritsar college of Engineering and technology, Amritsar, Punjab, India.
Based Segmentation Techniques", International Journal Of
Computer Applications, October 2013.
[20] R.Ravindraiah, K.Tejaswini,"A Survey Of Image
Segmentation Algorithms Based On Fuzzy Clustering",
International Journal Of Computer Science And Mobile
Computing "'July 2013.
[21] Hamed Shamsi And Hadi Seyedarabi, A Modified Fuzzy
C-Means Clustering With Spatial Information For Image
Segmentation, International Journal Of Computer Theory
And Engineering, Vol. 4, No. 5, October 2012.
[22] S. Krinidis And V. Chatzis, A Robust Fuzzy Local
Information C-Meansclustering Algorithm, Ieee Trans.
Image Process., Vol. 19, No. 5,Pp. 13281337, May 2010.
[23] Y. Tarabalka, J. A. Benediktsson, and J. Chanussot,
SpectralSpatial Classification of Hyper spectral Imagery
Based on Partitional Clustering techniques, Ieee Trans.
Geosci. Remote Sens., Vol. 47, No. 8, Pp. 29732987, Aug.
2009.
[24] Z.Xiangrong, L.Jiao, F.Liu, L.Bo and M.Gong'"Spectral
Clustering Ensemble Applied to SAR Image
Segmentation"IEEE Trans, Geosci. Remote Sens, Vol.46,
no.7 Jul 2008.
289