Skip to content

OpenCV implementation of the Simple Linear Iterative Clustering (SLIC) Superpixel segmentation algorithm

Notifications You must be signed in to change notification settings

aiiuii/Superpixels-SLIC

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Superpixels-SLIC

OpenCV implementation of the Simple Linear Iterative Clustering (SLIC) Superpixel segmentation algorithm

Usage

See main.cpp for sample use.

Sample Output

Original image
Original

Calculated Superpixel boundaries
Boundaries

Recolored
Recolored

Reference

The original paper can be found here

About

OpenCV implementation of the Simple Linear Iterative Clustering (SLIC) Superpixel segmentation algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.2%
  • Makefile 3.8%