This program demonstrates the LSC superpixel segmentation method proposed in the following paper:

Zhengqin Li, Jiansheng Chen, Superpixel Segmentation using Linear Spectral Clustering, IEEE Conference on Computer Vision and Pattern Recognition (CVPR), Jun. 2015 

run LSC_demo.m under Matlab to try! 

You may also compile the mex file yourself using "mex LSC_mex.cpp" under matlab. This demo is also available at http://jschenthu.weebly.com/projects.html.
	
Any problem regarding this demo, please feel free to contact us:

Zhengqin Li, li-zq12@mails.tsinghua.edu.cn
Jiansheng Chen,  jschenthu@tsinghua.edu.cn

Enjoy!

March 20, 2015