From 6fd7450e709ab92263f78abb23d09055bfdbb857 Mon Sep 17 00:00:00 2001 From: Michael Morehead Date: Sun, 4 Jun 2017 19:10:35 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 08f3c99..4867720 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,10 @@ Output is a directory for meshes. Third option is decimation percentage. Example usage: python3 vol2mesh.py ./data/ ./meshes/ .2 +Credits: + Marching cubes implementation: https://github.com/ilastik/marching_cubes + Mesh decimation implementation: https://github.com/sp4cerat/Fast-Quadric-Mesh-Simplification + Reading TIFFs with tifffile: http://www.lfd.uci.edu/~gohlke/code/tifffile.py.html