Project uses ImageJ macros to translate a collection of greyscale catscans .tiff, finds the skull, and translates it into a 3D model of a skull or brain.
Assumes you have ImageJ installed. At the moment of writing, 3D transforms are broken with ImageJ using Java 8, and are most reliable with Java 6.
To run it, cd
into the tiff2stl project. Place a directory of .tiff files, or a .tiff stack, and name the directory the name you'd like for the final file.
Running ./tiff2stl yourDirectoryName
will output a file named yourDirectoryName.stl
.