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