http://sig.biostr.washington.edu/projects/bodygen/
The source compiles out of the box on RHEL4 with GCC and the following installed:
up2date xorg-x11-devel libpng-devel libjpeg-devel
Versions of two libraries are bundled with the source; if you need to regenerate newer versions of their import libs you need:
- FLTK 1.1.x from http://www.fltk.org/
- VL from http://www.cs.cmu.edu/~ajw/software/index.html#VL
The Visible Human slice numbers in the BodyGen tutorial are apparently wrong, but you can use almost any stack of images. Due to a bug, names must not have leading zeros (i.e., start at 1001 instead of 0001).
You can convert the uncompressed images like this:
VH=/usr/local/data/data18/vh/UNCOMPRESSED/ ln $VH/a_vm1542.raw.Z my1542.rgb convert -size 2048x1216+0 my1542.rgb my1542.bmp rm -f my1542.rgb
If you're spending a lot of quality time with the Visible Human, you may also be interested in NIH's sample Java apps here: http://anatline.nlm.nih.gov/Anatline/GenInfo/DownloadTable.shtml
