Skip to content

simple linear iterative cluster algorithm implement with opencv (c++)

Notifications You must be signed in to change notification settings

assassint2017/SLIC-superpixel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SLIC-superpixel

simple linear iterative cluster algorithm(SLIC) implement with opencv (c++).

during writing the code, https://github.com/PSMM/SLIC-Superpixels helps me a lot, but his code is based on old version of opencv, and my implementation is based on opencv4.0 which use Mat instead of IplImage.

here are some test pictures: a horse, a dog and a person

结果展示图

and I write an interface to facilitate tuning parameters and display the result
here is the interface

结果展示图

About

simple linear iterative cluster algorithm implement with opencv (c++)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published