Skip to content

kurige/SLIC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SLIC

An implementation of the SLIC (simple linear iterative clustering) superpixel generation algorithm

Superpixel algorithms group pixels into perceptually meaningful atomic regions, which can be used to replace the rigid structure of the pixel grid. They capture image redundancy, provide a convenient primitive from which to compute image features, and greatly reduce the complexity of subsequent image processing tasks. They have become key building blocks of many computer vision algorithms, such as multi-class object segmentation, depth estimation, segmentation, body model estimation, and object localization. SLIC Superpixels Compared to State-of-the-art Superpixel Methods

About

An implementation of the SLIC superpixel generation algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages