bleg: 3D visualization
Sep. 24th, 2007 07:02 pmWe have fMRI data about 54000 spatial points in the brain. We are clustering these points, into e.g. 30 regions, and would like to visualize these clusters/regions.
The input to the program should be a list of < x, y, z, color > tuples
The output should be a 3D image.
Pluses:
* shading, so that we can see the 3D shape of the clusters
* the 3D image can be rotated
* we cut 2D slices
This is roughly what I have in mind:

Any suggestions?
The input to the program should be a list of < x, y, z, color > tuples
The output should be a 3D image.
Pluses:
* shading, so that we can see the 3D shape of the clusters
* the 3D image can be rotated
* we cut 2D slices
This is roughly what I have in mind:

Any suggestions?