Skip to content

Jeanselme/SuperPixel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SuperPixel

Computes superpixels of an image.

Article

This work is based on the article : SLIC Superpixels.

Execution

python3.5 superpixel.py FileName.png -k int [-o resultFileName]

This command computes the k**2 superpixels of the given image and saves it in the result file.

Results

Here some results on the testing image :

With k = 5
5-5

With k = 10
10-10

With k = 50
50-50

With k = 100
100-100

Libraries

Needs numpy, scipy and sys. Compiled with python3.5

About

Computes superpixels of an image.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages