Skip to content

This application will reduce the number of vertices and faces on 3D surfaces by the percent reduction chosen. It can also be used to convert between filetypes.

Notifications You must be signed in to change notification settings

kitchell/app-decimatemesh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Abcdspec-compliant Run on Brainlife.io

app-decimatemesh

This App reduces the face/vertex count of mesh.

Author

Funding

NSF-BCS-1734853 NSF-BCS-1636893 NSF-ACI-1916518 NSF-IIS-1912270 NIH-NIBIB-R01EB029272

Citations

We kindly ask that you cite the following when publishing papers and code using this code.

  1. Avesani, P., McPherson, B., Hayashi, S. et al. The open diffusion data derivatives, brain data upcycling via integrated publishing of derivatives and reproducible open cloud services. Sci Data 6, 69 (2019). https://doi.org/10.1038/s41597-019-0073-y

Running the App

On Brainlife.io

You can submit this App online at https://brainlife.io/app/59fa4fec98d5fa005dc3d55b# via the "Execute" tab.

Running Locally (on your machine)

  1. git clone this repo.
  2. Inside the cloned directory, create config.json with something like the following content with paths to your input files.
{
   "surfaces": "../surfaces/"
}

If you have singlarity install on your local machine:

  1. Launch the App by executing main

Otherwise:

  1. execute main.py in python

Sample Datasets

If you don't have your own input file, you can download sample datasets from Brainlife.io, or you can use Brainlife CLI.

Output

The output of this app will be a folder with the decimated meshes.

Dependencies

This App only requires singularity to run. If you don't have singularity, you will need to install following dependencies.

  • Python

About

This application will reduce the number of vertices and faces on 3D surfaces by the percent reduction chosen. It can also be used to convert between filetypes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published