Numerical methods for iso-surface rendering
Robert Hagan
Isosurface volume rendering is an effective technique
used to visualize and interact with three-dimensional datasets in
scientific and medical applications. This algorithm has several steps
that utilize numerical methods, including calculation of
ray-isosurface
intersections and surface normals. When choosing a specific technique
for these steps, crucial factors for consideration include the
computational expense, visual quality, and accuracy in representing
the original data. Furthermore, the optimal method in our case must
create real-time visualizations by executing effectively on the GPU
in parallel. This paper presents several techniques used in volume
rendering, the advantages and disadvantages of each, and presents
possibilities for future work and improvements.