All Projects → laixintao → Slic Python Implementation

laixintao / Slic Python Implementation

🖼The python implementation to make superpixels by slic.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Slic Python Implementation

Eos
A lightweight 3D Morphable Face Model fitting library in modern C++14
Stars: ✭ 1,579 (+1163.2%)
Mutual labels:  image-processing
Tensorflow Recorder
TFRecorder makes it easy to create TensorFlow records (TFRecords) from Pandas DataFrames and CSVs files containing images or structured data.
Stars: ✭ 119 (-4.8%)
Mutual labels:  image-processing
Gil
Boost.GIL - Generic Image Library | Requires C++11 since Boost 1.68
Stars: ✭ 122 (-2.4%)
Mutual labels:  image-processing
Mindboggle
Automated anatomical brain label/shape analysis software (+ website)
Stars: ✭ 112 (-10.4%)
Mutual labels:  image-processing
Overmix
Automatic anime screenshot stitching in high quality
Stars: ✭ 114 (-8.8%)
Mutual labels:  image-processing
Steppy
Lightweight, Python library for fast and reproducible experimentation 🔬
Stars: ✭ 119 (-4.8%)
Mutual labels:  image-processing
L1stabilizer
🎥 Video stabilization using L1-norm optimal camera paths.
Stars: ✭ 111 (-11.2%)
Mutual labels:  image-processing
Jquery Filepond
🔌 A handy FilePond wrapper for jQuery
Stars: ✭ 124 (-0.8%)
Mutual labels:  image-processing
Reproducible Image Denoising State Of The Art
Collection of popular and reproducible image denoising works.
Stars: ✭ 1,776 (+1320.8%)
Mutual labels:  image-processing
Whatsapp Like Photoeditor
A library module that tries to mimic whatsapp photo editor.
Stars: ✭ 121 (-3.2%)
Mutual labels:  image-processing
Autoannotationtool
A label tool aim to reduce semantic segmentation label time, rectangle and polygon annotation is supported
Stars: ✭ 113 (-9.6%)
Mutual labels:  image-processing
Serverless Docker Image Resize
Simple serverless image resize on-the-fly - Deploy with one command - Built with AWS Lambda and S3
Stars: ✭ 114 (-8.8%)
Mutual labels:  image-processing
Mirtk
The Medical Image Registration ToolKit (MIRTK), the successor of the IRTK, contains common CMake build configuration files, core libraries, and basic command-line tools. Extension packages are hosted by the MIRTK GitHub group at
Stars: ✭ 119 (-4.8%)
Mutual labels:  image-processing
Swiftyimages
A set of efficient extensions and classes for manipulating images and colors.
Stars: ✭ 111 (-11.2%)
Mutual labels:  image-processing
Typefont
The first open-source library that detects the font of a text in a image.
Stars: ✭ 1,575 (+1160%)
Mutual labels:  image-processing
Ios Rubik Solver
An iOS app that detects a 3x3 Rubik's cube, recognizes the color of all cubies, solves it and provides a 3D visualisation of the solving process.
Stars: ✭ 111 (-11.2%)
Mutual labels:  image-processing
Dali
An image processor service
Stars: ✭ 119 (-4.8%)
Mutual labels:  image-processing
Triangle
Convert images to computer generated art using delaunay triangulation.
Stars: ✭ 1,838 (+1370.4%)
Mutual labels:  image-processing
Open Solution Salt Identification
Open solution to the TGS Salt Identification Challenge
Stars: ✭ 124 (-0.8%)
Mutual labels:  image-processing
Mgan
Masking GAN - Image attribute mask generation
Stars: ✭ 120 (-4%)
Mutual labels:  image-processing

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实现

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].