shreyasbhatia09 / BinarySegmentation

Binary Image Segmentation on an Image using SLIC super pixels

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BinarySegmentation

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.

About

Binary Image Segmentation on an Image using SLIC super pixels


Languages

Language:Python 100.0%