Skip to content

achanta/SNIC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

SNIC superpixels

This repository offers the code for the Simple Non-Iterative Clustering (SNIC) algorithm with a Python interface. One can produce superpixels for grey, color, as well as images with any other number of channels. A demo file is provided, which should be easy to use. When using for the first time, the C files need to be compiled using:

python compile_snic_lib.py

The demo can then be run using:

python SNICDemo.py

The output of the demo should be as follows:

If you use the code, please cite the following publication:

"Superpixels and Polygons Using Simple Non-Iterative Clustering", R. Achanta and S. Süsstrunk, CVPR 2017.

@InProceedings{Achanta_2017_CVPR,
author = {Achanta, Radhakrishna and Susstrunk, Sabine},
title = {Superpixels and Polygons Using Simple Non-Iterative Clustering},
booktitle = {The IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
month = {July},
year = {2017}
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published