Academia.eduAcademia.edu

Implementation of Image Segmentation with Graph Cut Method

International Journal for Research in Applied Science and Engineering Technology

Abstract

In image processing, segmentation is the process of partitioning digital image into multiple sets of pixels, according to some homogeneity standard. The goal of segmentation is to simplify or change the representation of an image into something that is more meaningful and easier to analyze. Segmentation by computing a minimal cut in a graph is a new and quite general approach for segmenting images. This approach guarantees global solutions, which always find best solution. Graph cut has emerged as a preferred method to solve a class of energy minimization problems such as Image Segmentation. In this paper we used graph cut method to solve image segmentation problem and we got successful results in image segmentation. In this project we proposed a new approach by using optimized normalized cut with combination with K-means algorithm to do the segmentation of static image. In this method we used efficient computational technique based on eigen values and eigen vectors to get optimized segmented image.