# slic-python-implementation **Repository Path**: anm-pinellia/slic-python-implementation ## Basic Information - **Project Name**: slic-python-implementation - **Description**: 🖼The python implementation to make superpixels by slic. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-12 - **Last Updated**: 2021-05-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # slic-python-implementation The python implementation to make superpixels by slic. The code is pretty old, and support python27 only. ## 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实现](https://www.kawabangga.com/posts/1923)