nifti-to-mesh
v1.1.0
Published
A tool to convert NIfTI images to meshes (wrapper around [niimath](https://github.com/rordenlab/niimath).
Downloads
4
Readme
nifti-to-mesh
A tool to convert NIfTI images to meshes (wrapper around niimath.
Only works for Linux and Windows, but not MacOS.
Usage
const converter = require('nifti-to-mesh');
const file = convert({
input: 'my_file.nii',
output: 'output_mesh.obj'
});
console.log(file); // prints contents of output_mesh.obj as Buffer