Template Image

Computer Visualization

Offered in Spring 2008, the class embodies basic computer graphics concepts and emphasized more on different 2D & 3D rendering techniques, applications of scientific visualization and information visualization. Visualization include basic animation to simulation of non-graphical applications. The stress was on how to graphically represent different system processes. Domains of Medical Imaging, Remote sensing and Automobile and Fluid Dynamics were covered in class.

Programming assignments were done in C, C++, Tcl/Tk, OpenGL and VTKware. Following are list of mini-projects were implemented in class. Each project has a description, source code, screen shots and a working demo.

Animation

The aim was to generate a sphere and change its color over time. See here for more Description.

Triangulation

The exercise was meant to implement Delauny triangulation using VTKware and C. See here for more Description.

3D Volume Graphics

A term project to implement a paper on 3D Volume Graphics. See here for more Description.

Interpolation

A mini-project to implement commonly used interpolation techniques in visualization. The project implemented Billinear interpolation and Shepard interpolation. See here for more Description.