Lecture 6

Fundamental Algorithms (2 of 2)

(includes text and images from the 3rd edition of the VTK book)


Tensor Algorithms

I'm not even going to pretend that I can talk with any authority on the topic of tensor algorithms.

here are some web pages with info about tensors:

http://mathworld.wolfram.com/Tensor.html
http://bartok.ucsc.edu/peter/114A/tensors.pdf

visualizing 3x3 real symmetric tensors

some other representations are shown in http://lmi.bwh.harvard.edu/papers/papers/westinMEDIA02.html


Modelling Algorithms

create or change dataset topology or geometry

Source Objects


Volume Rendering (Chap 7 vtk)

Have data such as MRI or CT scans, ultrasound, etc

Direct Rendering (no intermediate geometric representation) vs Geometric Rendering

Image order vs object order


Image Order - raycasting / raytracing

4 different ray functions - UL:maximum, UR:average, BL:distance=30, BR:composite

a nice program to explore this kind of data on the mac is osirix - http://www.osirix-viewer.com/

Object Order

2D Texture-mapped volume rendering with different opacity mappings

Volume Classification

Regions of Interest



Coming Next Time

Information Visualization


last revision 1/26/09