International Journal of Advanced Engineering Research and Science (IJAERS)
[Vol-1, Issue-7, Dec.- 2014] ISSN: 2349-6495
Image Segmentation Techniques – A Review Praveen Agrawal1, Ashok Kajla2, Manish.N.Raverkar3 1
M.Tech (pursuing), Dept. of Electronics & Communication, Arya Institute of Engineering & Technology, Kukas, Jaipur
2,3
Associate Professor, Dept. of Electronics & Communication, Arya Institute of Engineering & Technology,Kukas Jaipur,
India India
Abstract—Image segmentation can be a traditional theme in the field of image processing as well as is a hot spot while focusing involving image processing methods. While using the improvement of personal computer processing abilities plus the improved application of color image, the actual color image segmentation are more and more implicated from the scientists. Color image segmentation techniques is visible as an expansion in the gray image segmentation method within the color graphics, many the main gray image segmentation methods is not immediately put on color photos. This involves to improve this method involving unique gray image segmentation method using the color image that are fitted with the feature involving plenteous information or perhaps search a whole new image segmentation method this especially utilised in color image segmentation. This paper presents a review on different image segmentation techniques and a comparative study on these techniques. I. INTRODUCTION Images are a type of information which defined as a function of f(x,y) where x, y are spatial coordinates, and the amplitude of the function f(x, y) is called intensity or gray level of the image at the point [1]. Image segmentation is a technique and process which divide the image into different feature of region and extract out the interested target. Here features can be pixel gray scale, color, texture, etc. Pre-defined targets can correspond to a single region or multiple regions.[3] Image segmentation is a classic subject in the field of image processing and also is a hotspot and focus of image processing techniques. Color image segmentation methods can be seen as an extension of the gray image segmentation method in the color images, but many of the original gray image segmentation methods cannot be directly applied to color images [2]. In order to segment an image we need some mathematical representation of pixels and then develop an algorithm to compute the segments [3]. In next section we brief some approaches for image segmentation.
II.
APPROACHES OF IMAGE SEGMENTATION Most of segmentation algorithms are based on two characters of pixel gray level: discontinuity around edges and similarity in the same region. There are three main categories in image segmentation : A. Edge-based segmentation ; B. Region-based segmentation; C. Special theory based segmentation. 2.1 EDGE-BASED SEGMENTATION In a color image, an edge should be defined by discontinuity in a three dimensional color space and is found by defining a metric distance in some color space and using discontinuities in the distance to determine edges. Another way to find an edge in a color image is by imposing some uniformity constraints on the edges in the three color components to utilize all of the color components simultaneously, but allow the edges in the three color components to be largely independent. For each color space, edge detection is performed using the gradient edge detection method. The color edge is determined by the maximum values of 24 gradient values in three components and eight directions at a pixel. There are three most commonly used gradient based methods: differential coefficient technique Laplacian of Gaussian and Canny technique. Among them Canny technique is most representative one.[8] 2.2 REGION-BASED SEGMENTATION Edge-based segmentation partition an image based on abrupt changes in intensity near the edges whereas regionbased segmentation partition an image into regions that are similar in according to a set of predefined criteria. a region growing algorithm starts with a seed point or seed area and then progressively evaluates and adds or discards neighbours to the region based on their similarity to the region until a stopping criterion is met.[6] Thresholding, region growing, region splitting and region merging are the main examples of techniques in this category. A. Thresholding Methods Page | 44