seung-lab / euclidean-distance-transform-3d

Euclidean distance & signed distance transform for multi-label 3D anisotropic images using marching parabolas.
GNU General Public License v3.0
234 stars 37 forks source link

Create Binary Images of EDT #8

Closed william-silversmith closed 5 years ago

william-silversmith commented 5 years ago

Start creating binary deployments of the EDT package. This helps avoid the numpy installation issue and also avoids EDTers from needing a C++ compiler toolchain.

william-silversmith commented 5 years ago

Binaries created for manylinux and a limited number of OS X variants (Python 2.7, Python 3.6).