Volume Rendering
Brent Williams
CSC 572 - Dr. Zoe" Wood
Overview
Volumetric rendering is a technique in which you use volume data represented by voxels to render a scene. It does this in a way that allows you to see the details inside and behind objects. I was tasked to create a system that could take in scientific data (specifically underwater data) and render it volumetrically.
CT Study
As a validation of my work I rendered CT data from the Stanford Volume Data Archive.
The left image is an animation of all 109 slices of data taken from a CT study used to create the volumetric rendering on the right. The skull was removed from the data to expose the brain.
Temperature Data
I also rendered data collected from the Norus Glider employing scattered data interpolation by radial basis functions.
This is a volumetric rendering of temperature data from the Norus Glider. Red corresponds to hot and blue corresponds to cold.
References
- Volume Rendering - Display of Surfaces from Volume Data, Marc Levoy
- Stanford Volume Data Archive
- Dr. Zoe" Wood