Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laixintao/slic-python-implementation
🖼The python implementation to make superpixels by slic.
https://github.com/laixintao/slic-python-implementation
image-processing slic superpixel-algorithm
Last synced: 3 days ago
JSON representation
🖼The python implementation to make superpixels by slic.
- Host: GitHub
- URL: https://github.com/laixintao/slic-python-implementation
- Owner: laixintao
- Created: 2017-03-12T15:20:04.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-06T08:32:04.000Z (9 months ago)
- Last Synced: 2025-01-14T11:14:07.539Z (10 days ago)
- Topics: image-processing, slic, superpixel-algorithm
- Language: Python
- Homepage:
- Size: 1 MB
- Stars: 226
- Watchers: 5
- Forks: 85
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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.pysee:
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 ̈sstrunk2. My post: [SLIC算法分割超像素原理及Python实现](https://www.kawabangga.com/posts/1923)