Tomihisa (Tom) Welsh |
| Volume Rendering with Points | This project introduces a technique for converting an image or volume into a space efficient point hierarchy which retains the original frequency content of the dataset. We have implemented a fast, interactive splatter to demonstrate its use. |
| Transferring Color To Greyscale Images | By matching luminance and texture matching between two images, we can transfer the color "mood" from the source image to a greyscale image. |
|
BrainMiner |
A collaborative project between the Center for Data Intensive Computing (Brookhaven National Lab) and SUNY Stony Brook (Center for Visual Computing). We provide an interactive 3D visualization tool for studying functional connectivity in the brain for MRI and PET data. |
|
Qsplat |
For my final course project in CSE 528 (Introduction to Computer Graphics), I implemented the SIGGRAPH 2000 paper by Szymon Rusinkiewicz and Marc Levoy. By using a hierarchical point representation, one can achieve interactive rendering speeds on typical PCs. |
|
Implicit Surfaces and Shape Transformation |
For CSE 530 (Geometric Foundations), I implemented the SIGGRAPH 1999 paper by Greg Turk "Shape Transformation Using Variational Implicit Functions". Using implicit surfaces, a surface can be gradually transformed into another. |