RADON
From Jacket Wiki
Back to Function List, Image Processing Library
Radon Transform; computes the Radon transform, which is the projection of the image intensity along a radial line oriented at a specific angle.
Usage
| Jacket for M Language | |||||||||||
| Supported Syntax | |||||||||||
R = radon(I) R = radon(I, theta) [R, Xp] = radon(...) |
|||||||||||
|
|||||||||||
Notes
This alpha version has the following limitations/ problems:
- Inputs cannot be COMPLEX
- Input I is expected to be of class GSINGLE or GDOUBLE
- Works efficiently only for GSINGLE data on GPUs with CUDA compute capability 2.0 or above (Fermi GPUs). Other hardware configurations work with GPU data but do not give significant speedups for many of the use cases listed.