Skip to content

Superpixel Clustering for Image Segmentation. Compare superpixels methods using images from BSDS500 dataset.

Notifications You must be signed in to change notification settings

falreis/image-segm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Superpixel Clustering for Image Segmentation

Code started with Superpixel Hierarchical Clustering algorithm (SPHC) For Image Segmentation repository, but changed a lot, using SLINK algorithm, and became much more faster.

Superpixel Segmentation

Superpixel segmentation methods

Hierarchical Methods for Superpixel Segmentation

Partition hierarchy of segmentation methods

Goals

  • New hierarchical superpixel clustering method;
  • Superpixels comparison;
  • Results tested on BSDS500 dataset;
  • Jupyter notebook codes, with images and examples;

Prerequisites

Conda Environment

You can use Conda to configure your environment. Conda file with all prerequisites are available here

conda env create -f i2dl.yml

Code

Detailed Notebooks

Paper

Contains a paper (unpublished) showing the results of the superpixels algorithms and comparing them. Available only in portuguese.

References

Available in bib folder or inside the paper.

About

Superpixel Clustering for Image Segmentation. Compare superpixels methods using images from BSDS500 dataset.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 93.3%
  • TeX 5.2%
  • Python 1.5%