nifti-to-mesh

1.1.0 • Public • Published

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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.1.02latest

Version History

VersionDownloads (Last 7 Days)Published
1.1.02
1.0.00

Package Sidebar

Install

npm i nifti-to-mesh

Weekly Downloads

2

Version

1.1.0

License

ISC

Unpacked Size

1.63 MB

Total Files

5

Last publish

Collaborators

  • diegab