Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 925 Bytes

File metadata and controls

14 lines (8 loc) · 925 Bytes

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.