[vtkusers] 3D Radon transform

Zamir Khan zkhan at modusmed.com
Fri Dec 3 16:04:53 EST 2010


I am interested in computing the 3D Radon transform of a data-set. This is as I understand it, inverse backprojection, and gives all the 2d projections (given angles phi, theta, psi) through a 3d image. Before re-inventing the wheel, I wanted to make sure I'm not missing any potentially re-usable elements of VTK for this problem. There is not a direct Radon transform in VTK, but in this paper (http://bioinformatics.oxfordjournals.org/content/14/2/212.abstract), the computation is elegantly broken down to a few steps that involve 2-D and 1-D FFTs, conversion to polar coordinates, and 3-d matrix transposition.

My question to the VTK community (especially those more familiar with the API) is if there are any classes within VTK that would be useful in tackling this problem. Of course, if you have suggestions outside of VTK, those would be welcome as well. Unfortunately, based on my search so far, it seems that this will be something that needs to be written nearly from scratch.

Thanks in advance for any insights,
Zamir
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20101203/ffb38d7e/attachment.htm>


More information about the vtkusers mailing list