Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 362 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 362 Bytes

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.