Skip to content

Implementation of the SLIC superpixel algorithm to work with OpenCV

Notifications You must be signed in to change notification settings

kerautret/SLIC-Superpixels

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SLIC Superpixel Implementation

This repository contains an implementation of the SLIC Superpixel algorithm by Achanta et al. (PAMI'12, vol. 34, num. 11, pp. 2274-2282). The C++ implementation is created to work with the strutures of OpenCV.

This version is based on the DGtal library instead the OpenCV one.

Exemplary result

The images below shows an example of an over-segmentation using 400 superpixels and a weight factor of 60.

Dog Dog Segmentation

About

Implementation of the SLIC superpixel algorithm to work with OpenCV

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.1%
  • CMake 3.9%