Skip to content

Files

Latest commit

 Cannot retrieve latest commit at this time.

History

History
14 lines (9 loc) · 429 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 429 Bytes

slic-python-implementation

The python implementation to make superpixels by slic.

RUN

pip install -r requirements.txt
python slic.py

see:

  1. 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

  2. My post: SLIC算法分割超像素原理及Python实现