Performs a binary segmentation on a given image. The user needs to give some markings of the foreground and backgr ound. Using Simple Linear Iterative Clustering to form super pixels and perform graph cut to seperate the foreground from the background of the image.
Special thanks to Professor Roy Shilkrot for providing the skeleton code.