# slic-python **Repository Path**: mirrors_amueller/slic-python ## Basic Information - **Project Name**: slic-python - **Description**: SLIC wrapper for Python - legacy, rather use scikit-image now! - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-04-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README slic-python =========== SLIC Superpixel implementation wrapper for Python. I did this before I implemented SLIC for scikit-image. The implementation there is now quite mature and I would recommend using scikit-image, which provides multiple segmentation methods and a lot more, instead of using this code.