RADON

From Jacket Wiki

Jump to: navigation, search
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(...)
    

GFOR Supported

No

GCOMPILE Supported

No

Types Supported

-  GDOUBLE   GSINGLE 

Types Not Supported

-  GLOGICAL   GINT32   GINT8   GUINT32   GUINT8   COMPLEX 

CPU usageJacket only contains GPU computing functions. To run functions on the CPU, try one of the MathWorks products:
http://www.mathworks.com/help/toolbox/images/ref/radon.html

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.

See Also

IRADON

Views
Personal tools