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

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i nifti-to-mesh

      Weekly Downloads

      1

      Version

      1.1.0

      License

      ISC

      Unpacked Size

      1.63 MB

      Total Files

      5

      Last publish

      Collaborators

      • diegab