Radon Transform
Ältere Kommentare anzeigen
Hi does anybody know how to compute the Radon transform of an ellipse?
Antworten (3)
Michael
am 7 Jun. 2012
1 Stimme
If the ellipse has a uniform value the integral becomes the product between that value and the length of each beam through the ellipse. It should be possible to get an analytic expression for this length in terms of the ellipse parameters and the line parameters, although it might take some work to get this.
Alternatively if you have sufficient memory you can use the radon.m with an extremely high resolution phantom to get a good approximation.
It is linear, so the sum of the transforms of the individual ellipses should equal the transform of the sum of the ellipses (ie. the transform of your Shepp-Logan phantom).
1 Kommentar
Vera
am 7 Jun. 2012
Ryan
am 7 Jun. 2012
0 Stimmen
Vera
am 7 Jun. 2012
0 Stimmen
1 Kommentar
Ryan
am 7 Jun. 2012
You can comment on an answer to continue discussing it. What form is your data expressed in? The Radon transform is for images. You could plot the ellipse and then use getframe() and crop the image out if needed or use a phantom of an ellipse made outside of Matlab. I am unaware of any good method to create a matrix (image) from two vectors.
Kategorien
Mehr zu Image Transforms finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!