The python implementation to make superpixels by slic.
The code is pretty old, and support python27 only.
pip install -r requirements.txt
python slic.py
see:
-
SLIC Superpixels Compared to State-of-the-art Superpixel Methods by Radhakrishna Achanta, Appu Shaji, Kevin Smith, Aurelien Lucchi, Pascal Fua, and Sabine Su ̈sstrunk
-
My post: SLIC算法分割超像素原理及Python实现