Skip to content

Commit

Permalink
updated readme, added scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mmorehea committed Jun 4, 2017
1 parent 38ccf65 commit bd4072e
Show file tree
Hide file tree
Showing 9 changed files with 269,099 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
# vol2mesh

A mesh generating wrapper in python3. Input is a list of folders containing 3D tiff stack.

Output is a directory for meshes. Third option is decimation percentage.

Example usage: python3 vol2mesh.py ./data/ ./meshes/ .2


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
Binary file added binLinux/simplify
Binary file not shown.
Loading

0 comments on commit bd4072e

Please sign in to comment.