Thanks to visit codestin.com
Credit goes to github.com

Skip to content

aAbdz/SLICSupervoxels

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Matlab Mex file for generating 3D SLIC supervoxels.

Supervoxel code adapted from the C++ implementation found here.

Expected input

3D grayscale images uint32.

Additional parameters

A spacing parameter has been added to allow having a different spacing in the x,y and z directions. See example3D.m for an example of applying the code on a 3D image.

How to compile

  • In the terminal: If mex is defined in your command line environment, you can execute make from the command line.
  • In matlab: run compile.m.

References

Radhakrishna Achanta, Appu Shaji, Kevin Smith, Aurelien Lucchi, Pascal Fua, and Sabine Süsstrunk, SLIC Superpixels Compared to State-of-the-art Superpixel Methods, IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 34, num. 11, p. 2274 - 2282, May 2012.

Radhakrishna Achanta, Appu Shaji, Kevin Smith, Aurelien Lucchi, Pascal Fua, and Sabine Süsstrunk, SLIC Superpixels, EPFL Technical Report no. 149300, June 2010.

About

SLIC Supervoxel implementation for 3D image. MATLAB mex.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.4%
  • MATLAB 1.2%
  • Other 0.4%