Skip to content

SurfaceNets implementation in python3 // Volumetric Data to STL

License

Notifications You must be signed in to change notification settings

mjoppich/surfacenet_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

surfacenet_python

GitHub python DOI

SurfaceNets implementation in python3 // Volumetric Data to STL

The SurfaceNet algorithm is translated from

the JavaScript code provided by Mikola Lysenko .

This python class allows to transform any volumetric data into a polygonal representation, e.g. STL. A 3D numpy array serves as input, such that, for instance, NRRD files can easily be converted.

I hope this implementation helps someone. If you are using this implementation in your scientific work, please cite the current Zenodo release.