extending_nifti > read set of images in nifti format
Showing 1-2 of 2 posts
Display:
Results per page:
Oct 7, 2017  07:10 AM | mayribeth
read set of images in nifti format
Hello !!!

I'm looking for some library to read this kind of .nii images in c ++.

I have not had success, I hope they can give me some support. I really need it.

Thanks
Oct 13, 2017  12:10 PM | Richard Reynolds
RE: read set of images in nifti format
Hello,

There is an old version of the NIFTI C-library (which should
build under C++) in the NIFTI repository here:

   https://www.nitrc.org/projects/nifti

See Downloads -> nifticlib-2.0.0

For a more current version that includes NIFTI-2, see
the upstream AFNI package, where nifticlib resides:

   https://afni.nimh.nih.gov/pub/dist/tgz/a...

Within that package see the tree afni_src/nifti, under
which is niftilib and nifti2, for example.

- rick