|
||
|
|
Aug 31, 2011 I created a web interface from a web tracer i found on a ray tracing tutorial site. The link to the site: Codermind.The link to the web interface is here: http://vis-banks.eecs.utk.edu/~lindsey/CS593RayTracer/rayTracerGUI.php Mar 02, 2011 The goal was to convert the array of FOD coeffiecients into a phi/theta grid using shCoeffToGridFun (coeff_v);where coeff_v if the array of 49 coeffiecients for a given x,y,z. I wrote code that iterated through each of the voxel point, got the corresponding coefficients, converted it to a sphereical grid of diffusion vectors, and extracted a weighted sum for a given direction. For example, this is an image I generated from voreen where theta =0, and phi = 0. The areas in red are where the weight diffusion rate is the greatest in the theta = 0, phi = 0 direction. Yellow is about average, and blue areas are have low diffusion rates.
Feb 11, 2011
The link to the code is here. Also this week I started to make preliminary images of the data set using Voreen which is a free volume rendering engine. It was very easy to create images of the data. First I extracted the FA matrix from the dataset and used voreen to visualize it.
Also, I have seperated the individual elements from the fodCoeff_4d matrix and visualized them seperately to get an idea of what the data looks like. Here are some example images.
Feb 4, 2011
One of the large limitations is that the matlab file must be in uncompressed format. Before the data set was processed, it had to be resaved to an uncompressed format which was done by change the matlab setting to write all matlab files without compression. The current implementation of my parser does not handle a compressed format, but the library which matlab uses to compress data in the matlab format is available for free use so a further implementation of my parsing code may handle the compressed format. The link to the code is here. |
|