WLJS LogoWLJS Notebook

InverseRadon

InverseRadon[image] gives the inverse discrete Radon transform of image.

  • InverseRadon[image, {w, h}] specifies the width w and the height h of the resulting image.

Examples

sinogram = Radon[DiskMatrix[10]];
InverseRadon[sinogram]

Please visit the official Wolfram Language Reference for more details.

On this page