-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
269,099 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
Oops, something went wrong.