Computes superpixels of an image.
This work is based on the article : SLIC Superpixels.
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.
Here some results on the testing image :
Needs numpy, scipy and sys. Compiled with python3.5