Skip to content
forked from plwp/Nifti.NET

A basic library for reading, writing and manipulating NIfTI files.

License

Notifications You must be signed in to change notification settings

ninjamode/Nifti.NET

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nifti.NET // Unity compatible fork

A basic library for reading, writing and manipulating NIfTI files.

(If you're looking for the TensorFlow CNN platform, try NiftyNet (https://niftynet.io/))

Unity compatability

This fork has a statically typed (instead of using dynamic) code path for use in unity with AOT compilation.

Use ReadTyped<Type>(...) instead of Read(...). Type can be inferred from reading the header first.

Writing is not adjusted and will not work.

About

A basic library for reading, writing and manipulating NIfTI files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%