The Radon Transform Joshua Benjamin

Total Page:16

File Type:pdf, Size:1020Kb

The Radon Transform Joshua Benjamin THE RADON TRANSFORM JOSHUA BENJAMIN III CLASS OF 2020 [email protected] Acknowledgments I would like to thank: Fabian Haiden for allowing me to create an exposition and for oering advice as to what topic I should explore. I would also like to thank Kevin Yang and Reuben Stern for aiding me in checking for errors and oering advice on what information was superuous. ii To My Haters iii THE RADON TRANSFORM JOSHUA BENJAMIN III FABIAN HAIDEN iv Contents 1 Introduction 1 2 e Radon Transform 2 2.1 Two Dimensions (R2)............................2 2.2 Higher Dimensions (Rn)..........................3 2.3 Dual Transform . .4 2.4 Gaussian distribution . .4 3 Properties 5 3.1 Homogeneity and scaling . .5 3.2 Linearity . .5 3.3 Transform of a linear transformation . .6 3.4 Shiing . .6 4 Inversion 7 4.1 Inversion formulas . .7 v 4.2 Unication . .8 5 Relation to the Fourier Transform 9 5.1 Fourier and Radon . .9 5.2 Another Inversion . 10 6 Application 11 vi Chapter 1 Introduction e reconstruction problem has long been of interest to mathematicians, and with the advancements in experimental science, applied elds also needed a solution to this is- sue. e reconstruction problem concerns distributions and proles. Given the pro- jected distribution (or prole), what can be known about the actual distribution? In 1917, Johann Radon of Austria presented a solution to the reconstruction problem (he was not aempting to solve this problem) with the Radon transform and its inversion formula. He developed this solution aer building on the work of Hermann Minkowski and Paul Funk while maintaining private conversation with Gustav Herglotz. His work went largely unnoticed until 1972 when Allan McLeod Cormack and Arkady Vainshtein declared its importance to the eld. Radon was concerned with R2 and R3, but his work was extended to Rn and some more general spaces. e Radon transform for Cn is known as the Penrose transform and it is related to integral geometry (the modern approach to integral geometry was largely inspired by integral transforms, specically the Radon transform). In this paper, the author has decided to use functions of certain classes dened in class. Unless stated otherwise, all f 2 S(Rn) or D(Rn). Respectively, Schwartz functions and functions of compact support. For reference on the generaliza- tions of the transform and applications to integral geometry, see e Radon Transform by Sigurdur Helgason. 1 Chapter 2 e Radon Transform e Radon Transfrom was originally used for determining a symmetric function on S2 from its great circle integrals and a function of the plane R2 from its line integrals. is was also extended by Radon to three dimensions. Radon found that Z ! 1 ( ) = − ( h i) (2.0.1) f x 2 Dx J z, z, x dz 8p S2 Where J( , ) is the integral of f over the hyperplane hx, zi = p and z is a unit vector, and d the laplacian operator. In the following sections are presented various forms of the Radon transform. Each one may be used to suit the purposes of the person computing and the information know regarding a specic problem. 2.1 Two Dimensions (R2) Since the Radon Transform is an operator like the Fourier transform we have two meth- ods of writing. Starting with R2 Z f˜ = R f = f (x, y)ds (2.1.1) L where ds is an increment of length along a line L. Radon proved that is f is continuous and has compact support, then R f is uniquely determined by integrating along all pos- sible lines L. e transform over a line L corresponds to a prole. is is called a sample of the Radon transform. Knowledge of the transform over all lines gives full knowledge of the transform. To add precision, let us consider the normal form a line and then shi the coordinates. With p = x cos a + y sin a we can write Z f˜(p, a) = R f = f (x, y)ds (2.1.2) L 2 Now if we rotate by a and label the new axis s are le with x = p cos a − s sin a y = p sin a + s cos a Z ¥ f˜(p, a) = R f = f (p cos a − s sin a, p sin a + s cos a)ds (2.1.3) −¥ We can also use vector notation which will come in handy in higher dimensions. Let x = (x, y) and take the unit vectors z = (cos a, sin a) z? = (− sin a, cos a) Since we can nd a scalar t such that x = pz + tz?, we now have Z ¥ f˜(p, z) = R f = f (pz + tz?)dt (2.1.4) −¥ Note that the equation of a line can be wrien as p = z · x = x cos a + y sin a is allows the transform to be expressed as an integral over R2 where the Dirac-delta function selects the line p = z · x from R2 ZZ f˜(p, z) = R f = f (x)d(p − z · x)dxdy (2.1.5) R2 Which when dx = dxdy we have Z f˜(p, z) = R f = f (x)d(p − z · x)dx (2.1.6) 2.2 Higher Dimensions (Rn) e Dirac delta function version of the transform is due to the work of Gel’fand, Graev, n and Vilenkin in their 1966 paper. In R we will use x = (x1, x2, ..., xn) and dx = dx1dx2...dxn so we still have Z f˜(p, z) = R f = f (x)d(p − z · x)dx (2.2.1) is shows that we integrate over each hyperplane in the given space. is can be expressed as Z f˜(x) = f (x)dm(x) (2.2.2) x Where dm is the Euclidean measure on the hyperplane x 3 2.3 Dual Transform e dual transform is dened as follows Z R∗ j = j˜(x) = j(x)dm(x) (2.3.1) x2x Where dm is the measure of the compact set fx 2 Pn : x 2 xg. e measure of the entire set is 1 making it a probability measure. 2.4 Gaussian distribution 2 2 Example 2.4.1. Let f (x, y) = e−x −y . e transform is Z ¥ Z ¥ −x2−y2 f˜ = R = e d(p − z1x − z2y)dxdy −¥ −¥ Take z = (z1, z2) and with an orthogonal linear transformation u x = z1 z2 v −z2 z1 y We have Z ¥ Z ¥ 2 2 f˜(p, z) = e−u −v d(p − u)dudv −¥ −¥ Z ¥ 2 = e−p e−v dv −¥ p 2 = pe−p We see that with for every n 2 N dimensions we will integrate n − 1 Gaussian distributions. So for arbitrary n p −x2−x2...−x2 n−1 −p2 Rfe 1 2 n g = ( p) e 4 Chapter 3 Properties Most of the properties of the transform will follow directly from Z R f = f (x)d(p − z · x)dx For more on the properties delineated here, Gel’fand, Graev, and Vilenkin is a reference that provides a discussion. 3.1 Homogeneity and scaling Note that Z f˜(tp, tz) = R f = f (x)d(tp − tz · x)dx Z = jtj−1 f (x)d(p − z · x)dx so long as t 6= 0. So the Radon transform produces an even function of degree −1. We know that it is even because of evaluating the following relation when t = −1. f˜(tp, tz) = jtj−1 f˜(p, z) (3.1.1) 3.2 Linearity e Radon transform is in fact a linear transformation, which can be seen by the fol- lowing calculations. Take f , g to be functions and c1, c2 to be constants. Z Rfc1 f + c2gg = [c1 f (x) + c2g(x)]d(p − z · x)dx = c1 f˜ + c2g˜ Rfc1 f + c2gg = c1R f + c2Rg (3.2.1) 5 3.3 Transform of a linear transformation Dene two vectors x, y and matrices A−1 = B so that x = A−1y = By. Note that, Z Rf f (Ax)g = f (Ax)d(p − z · x)dx Z = j det(B)j f (y)d(p − z · By)dy Z = j det(B)j f (y)d(p − BTz · y)dy Rf f (Ax)g = j det(B)j f˜(p, BTz) (3.3.1) e two special cases are when j det(Bj = 1 and when A = lI (is a multiple of the identity. For each of those cases we have, Rf f (Ax)g = f˜(p, Az) (3.3.2) 1 z Rf f (lx)g = f˜(p, ) (3.3.3) ln l 3.4 Shi ing Shiing is a direct result Z Rf f (x − a)g = f (x − a)d(p − z · x)dx Z = f (x − a)d(p − z · a − z · y)dy Rf f (x − a)g = f˜(p − z · a, z) (3.4.1) 6 Chapter 4 Inversion e inversion formula presented by Radon (given in chapter 1) hides the more general form. e author has decided to give the formulas for the even and odd dimension, and the unication formula as presented by Helgason. For proof of the existence of the formula, consult Deans or Helgason. e inversion formulas for the odd and even dimension Radon transform respectively are, 4.1 Inversion formulas Z (n−1)/2 f (x) = CnDx f˜(z · x, z)dz (4.1.1) jzj=1 Z Z ¥ ¶ ˜ C ¶p f (p, z) f (x) = n dz (4.1.2) ip jzj=1 −¥ p − z · x Where (−1)(n−1)/2 1 1 Cn = = 2(2p)(n−1) 2 (2pi)n−1 Now dene the adjoint operator Z R†y = y(z · x, z)dz jzj=1 Note that on a Hilbert space, the dual is the adjoint.
Recommended publications
  • Integral Geometry and Algebraic Structures for Tensor Valuations
    Integral Geometry and Algebraic Structures for Tensor Valuations Andreas Bernig and Daniel Hug Abstract In this survey, we consider various integral geometric formulas for tensor- valued valuations that have been obtained by different methods. Furthermore we explain in an informal way recently introduced algebraic structures on the space of translation invariant, smooth tensor valuations, including convolution, product, Poincare´ duality and Alesker-Fourier transform, and their relation to kinematic formulas for tensor valuations. In particular, we describe how the algebraic viewpoint leads to new intersectional kinematic formulas and substantially simplified Crofton formulas for translation invariant tensor valuations. We also highlight the connection to general integral geometric formulas for area measures. 1 Introduction An important part of integral geometry is devoted to the investigation of integrals (mean values) of the form Z j(K \ gL) m(dg); G n where K; L ⊂ R are sets from a suitable intersection stable class of sets, G is a group n acting on R and thus on its subsets, m is a Haar measure on G, and j is a functional with values in some vector space W. Common choices for W are the reals or the space of signed Radon measures. Instead of the intersection, Minkowski addition is another natural choice for a set operation which has been studied. The principle aim then is to express such integrals by means of basic geometric functionals of K Andreas Bernig Institut fur¨ Mathematik, Goethe-Universitat¨ Frankfurt, Robert-Mayer-Str. 10, 60054 Frankfurt, Germany, e-mail: [email protected], Daniel Hug Karlsruhe Institute of Technology (KIT), Department of Mathematics, D-76128 Karlsruhe, Germany, e-mail: [email protected] 59 60 Andreas Bernig and Daniel Hug and L.
    [Show full text]
  • Integral Geometry and Radon Transforms, by Sigurdur Helgason, Springer, New York, 2010, Xiv+301 Pp., ISBN 978-1-4419-6054-2, Hardcover
    BULLETIN (New Series) OF THE AMERICAN MATHEMATICAL SOCIETY S 0273-0979(2012)01391-5 Article electronically published on December 6, 2012 Integral geometry and Radon transforms, by Sigurdur Helgason, Springer, New York, 2010, xiv+301 pp., ISBN 978-1-4419-6054-2, hardcover 1. Integral geometry The book under review is an excellent introduction to the group theoretical and analytic aspects of the field by one of its pioneers. Before reviewing the book, we will provide an overview of the field. Integral geometry draws together analysis, geometry, and numerical mathemat- ics. It has direct applications in PDEs, group representations, and the applied mathematical field of tomography. The fundamental problem in integral geometry is to determine properties of a function f in the plane or three-dimensional space or other manifolds from knowing the integrals of f over lines, planes, hyperplanes, spheres, or other submanifolds. The history of integral geometry starts in the early 1900s with Radon, Funk, Lorenz, and others. In 1917, Johann Radon [60] proved an inversion formula for whathasbecomeknownastheclassical Radon line transform: if is a line in the plane and f is an integrable function, then ż (1.1) RLfpq“ fpxqds, xP where ds is the arc length measure on the line . This is the mathematical model behind X-ray tomography, which we discuss in Section 5. One can extend this n to the hyperplane transform, RH , which integrates over all hyperplanes H in R . 3 RadonalsoprovedaninversionformulaforRH in R . (According to Bockwinkel [5], the inversion for RH had already been obtained by H. A. Lorenz before 1906.) In 1936, Cramer and Wold [10] proved injectivity of the hyperplane transform for probability measures.
    [Show full text]
  • Image Reconstruction and Imaging Configuration Optimization with A
    Southern Illinois University Carbondale OpenSIUC Dissertations Theses and Dissertations 8-1-2012 Image reconstruction and imaging configuration optimization with a novel nanotechnology enabled breast tomosynthesis multi-beam X-ray system Weihua Zhou Southern Illinois University Carbondale, [email protected] Follow this and additional works at: http://opensiuc.lib.siu.edu/dissertations Recommended Citation Zhou, Weihua, "Image reconstruction and imaging configuration optimization with a novel nanotechnology enabled breast tomosynthesis multi-beam X-ray system" (2012). Dissertations. Paper 540. This Open Access Dissertation is brought to you for free and open access by the Theses and Dissertations at OpenSIUC. It has been accepted for inclusion in Dissertations by an authorized administrator of OpenSIUC. For more information, please contact [email protected]. IMAGE RECONSTRUCTION AND IMAGING CONFIGURATION OPTIMIZATION WITH A NOVEL NANOTECHNOLOGY ENABLED BREAST TOMOSYNTHESIS MULTI-BEAM X-RAY SYSTEM by Weihua Zhou Ph.D., Southern Illinois University, 2012 A Dissertation Submitted in Partial Fulfillment of the Requirements for the Doctor of Philosophy Department of Electrical and Computer Engineering in the Graduate School Southern Illinois University Carbondale August 2012 DISSERTATION APPROVAL IMAGE RECONSTRUCTION AND IMAGING CONFIGURATION OPTIMIZATION WITH A NOVEL NANOTECHNOLOGY ENABLED BREAST TOMOSYNTHESIS MULTI-BEAM X-RAY SYSTEM by Weihua Zhou A Dissertation Submitted in Partial Fulfillment of the Requirements for the Degree of PhD. in the field of Electrical and Computer Engineering Approved by: Ying Chen, Chair Nazeih Botros Gupta Lalit Ramanarayanan Viswanathan Mengxia Zhu Graduate School Southern Illinois University Carbondale March 8th, 2012 AN ABSTRACT OF THE DISSERTATION OF Weihua Zhou, for the Doctor of Philosophy degree in ELETRICAL AND COMPUTER ENGINEERING, presented on March 8th, 2012, at Southern Illinois University Carbondale.
    [Show full text]
  • Even If Google Sent You Here, What Follows Is NOT the Book RANDOM
    i Note: Even if Google sent you here, what follows is NOT the book RANDOM FIELDS AND GEOMETRY published with Springer in 2007, but rather a companion volume, still under production, that gives a simpler version of the theory of the first book as well as lots of applications. You can find the original Random Fields and Geometry on the Springer site. Meanwhile, enjoy what is available of the second volume, and keep in mind that we are happy to receive all comments, suggestions and, most of all, cor- rections. ii Applications of RANDOM FIELDS AND GEOMETRY Foundations and Case Studies Robert J. Adler Faculty of Industrial Engineering and Management and Faculty of Electrical Engineering Technion { Israel Institute of Technology Haifa, Israel e-mail: [email protected] Jonathan E. Taylor Department of Statistics Stanford University Stanford, California. e-mail: [email protected] Keith J. Worsley Department of Mathematics and Statistics McGill University Montr´eal,Canada and Department of Statistics University of Chicago Chicago, Illinois. e-mail: [email protected] May 20, 2015 0 Preface Robert J. Adler Jonathan E. Taylor1 Keith Worsley Haifa, Israel Stanford, California Montreal, Canada ie.technion.ac.il/Adler.phtml www-stat.stanford.edu/∼jtaylo www.math.mcgill.ca/keith 1Research supported in part by NSF grant DMS-0405970 Contents 0 Preface .................................................... iii 1 Introduction ............................................... 1 1.1 An Initial Example......................................1 1.2 Gaussian and Related Random Fields......................3 1.3 Shape and the Euler Characteristic........................4 1.4 The Large-Scale Structure of the Universe..................7 1.4.1 Survey Data......................................7 1.4.2 Designing and Testing a Model......................8 1.5 Brain Imaging.........................................
    [Show full text]
  • Oblique Reconstructions in Tomosynthesis. I. Linear Systems Theory Raymond J
    Oblique reconstructions in tomosynthesis. I. Linear systems theory Raymond J. Acciavatti and Andrew D. A. Maidment Citation: Medical Physics 40, 111911 (2013); doi: 10.1118/1.4819941 View online: http://dx.doi.org/10.1118/1.4819941 View Table of Contents: http://scitation.aip.org/content/aapm/journal/medphys/40/11?ver=pdfcov Published by the American Association of Physicists in Medicine Articles you may be interested in Characterization of a high-energy in-line phase contrast tomosynthesis prototype Med. Phys. 42, 2404 (2015); 10.1118/1.4917227 Oblique reconstructions in tomosynthesis. II. Super-resolution Med. Phys. 40, 111912 (2013); 10.1118/1.4819942 The effect of angular dose distribution on the detection of microcalcifications in digital breast tomosynthesis Med. Phys. 38, 2455 (2011); 10.1118/1.3570580 Experimental validation of a three-dimensional linear system model for breast tomosynthesis Med. Phys. 36, 240 (2009); 10.1118/1.3040178 Noise and resolution in images reconstructed with FBP and OSC algorithms for CT Med. Phys. 34, 585 (2007); 10.1118/1.2409481 Oblique reconstructions in tomosynthesis. I. Linear systems theory Raymond J. Acciavatti and Andrew D. A. Maidmenta) Department of Radiology, Perelman School of Medicine at the University of Pennsylvania, Philadelphia, Pennsylvania 19104-4206 (Received 18 May 2013; revised 4 August 2013; accepted for publication 12 August 2013; published 11 October 2013) Purpose: By convention, slices in a tomosynthesis reconstruction are created on planes parallel to the detector. It has not yet been demonstrated that slices can be generated along oblique directions through the same volume, analogous to multiplanar reconstructions in computed tomography (CT).
    [Show full text]
  • Integral Geometry and Radon Transforms
    TO ARTIE Preface This book deals with a special subject in the wide field of Geometric Anal- ysis. The subject has its origins in results by Funk [1913] and Radon [1917] determining, respectively, a symmetric function on the two-sphere S2 from its great circle integrals and an integrable function on R2 from its straight line integrals. (See References.) The first of these is related to a geometric theorem of Minkowski [1911] (see Ch. III, 1). While the above work of Funk and Radon§ lay dormant for a while, Fritz John revived the subject in important papers during the thirties and found significant applications to differential equations. More recent applications to X-ray technology and tomography have widened interest in the subject. This book originated with lectures given at MIT in the Fall of 1966, based mostly on my papers during 1959–1965 on the Radon transform and its generalizations. The viewpoint of these generalizations is the following. The set of points on S2 and the set of great circles on S2 are both acted on transitively by the group O(3). Similarly, the set of points in R2 and the set P2 of lines in R2 are both homogeneous spaces of the group M(2) of rigid motions of R2. This motivates our general Radon transform definition from [1965a] and [1966a], which forms the framework of Chapter II: Given two homogeneous spaces X = G/K and Ξ = G/H of the same group G, two elements x = gK and ξ = γH are said to be incident (denoted x#ξ) if gK γH = (as subsets of G).
    [Show full text]
  • The Radon Transform: First Steps F
    l I The Radon Transform: First Steps N.M. Temme In this note we discuss some aspects of the Radon transform mentioned in the review of Helgason's book in this Newsletter. In short, the Radon transform of a function f (x,y) of two variables is the set of line integrals, with obvious generalizations to higher dimensions. It plays a fundamental role in a large class of applications which fall under the heading of tomography. In a narrow sense, tomography is the problem of reconstruct­ ing the interior of an object by passing radiation through it and recording the resulting intensity over a range of directions. It is the problem of finding f from the above mentioned line integrals and is related to the inversion of the Radon transform. Before discussing a simple example of how to compute the Radon transform, we will tell more about the background of the applications. In mathematical physics there is a notorious class of difficult problems: the ill-posed problems. The notion of a we/I-posed problem is due to Hadamard: a solution must exist, be unique, and depend continuously on the data. In ill-posed problems the last condition may be violated, and then important difficulties may arise, especially when the data are not complete or not accurate. Tomography falls in this class of ill-posed problems. Probably the most widely known applications of tomography are in medi­ cine. Computer assisted tomography (CAT-scan) uses X-rays directed from a range of directions to reconstruct the density in a thin slice of the body (the Greek word TOJ.WS means section).
    [Show full text]
  • Recent Developments in the Stereological Analysis of Particles*
    Ann. Inst. Statist. Math. Vol. 43, No. 3, 455-468 (1991) RECENT DEVELOPMENTS IN THE STEREOLOGICAL ANALYSIS OF PARTICLES* EVA B. VEDEL JENSEN Department of Theoretical Statistics, Institute of Mathematics, University of Aarhus, Ny Munkegade, DK-8000 Aarhus C, Denmark (Received November 14, 1989; revised March 26, 1991) Abstract. Recent developments in the stereological analysis of particles are reviewed. The trend has been towards methods which are applicable without specific assumptions about particle shape. Geometric samples of a local 3-d character are used. Stereological estimators of particle intensity, particle size distribution and particle interaction are presented and discussed. Key words and phrases: Intensity, K-function, mark distribution, marked point processes, measure decomposition, nucleator, second-order properties, stereology, stochastic geometry. 1. Introduction Stereology is the science of making statistical inference about spatial struc- tures from samples of a geometric nature. Such methods are used in the study of the different components of spatial materials such as metals, minerals, synthetic materials or biological tissues. The physical size of the components of interest may be of the order of #m and are then studied by some microscopic technique. Until recently, the geometric samples used in a stereological analysis have consisted of line or plane sections of the structure. The step from spatial structures to their sections involves a great loss of information and so traditional stereological methods commonly yield only "global" information of a statistical character. A further consequence of this loss of information is that, in order to give a spatial interpretation to size data collected on sections, the solutions of ill-posed problems are required: numerical solutions in which small deviations due to measurement error can lead to large discrepancies in the final solution (cf.
    [Show full text]
  • Alegbraic Integral Geometry
    ALGEBRAIC INTEGRAL GEOMETRY JOSEPH H.G. FU Contents 1. Introduction 1 1.1. About these notes 2 1.2. Acknowledgments 2 1.3. Notation and conventions 2 2. Classical integral geometry 3 2.1. Intrinsic volumes and Federer curvature measures 4 2.2. Other incarnations of the normal cycle 6 2.3. Crofton formulas 7 2.4. The classical kinematic formulas 8 2.5. The Weyl principle 11 3. Curvature measures and the normal cycle 13 3.1. Properties of the normal cycle 13 3.2. General curvature measures 14 3.3. Kinematic formulas for invariant curvature measures 15 3.4. The transfer principle 17 4. Integral geometry of euclidean spaces via Alesker theory 19 4.1. Survey of valuations on finite dimensional real vector spaces 19 4.2. Constant coefficient valuations 23 4.3. The ftaig for isotropic structures on euclidean spaces 26 n 4.4. The classical integral geometry of R 28 5. Valuations and integral geometry on isotropic manifolds 31 5.1. Brief definition of valuations on manifolds 31 5.2. First variation, the Rumin operator and the kernel theorem 33 5.3. The filtration and the transfer principle for valuations 36 5.4. The ftaig for compact isotropic spaces 38 5.5. Analytic continuation 38 5.6. Integral geometry of real space forms 43 6. Hermitian integral geometry 45 U(n) n 6.1. Algebra structure of Val (C ) 46 6.2. Hermitian intrinsic volumes and special cones 49 6.3. Tasaki valuations, and a mysterious duality 51 n 6.4. Determination of the kinematic operator of (C ;U(n)) 53 Date: February 9, 2013.
    [Show full text]
  • Reconstructions in Limited Angle X-Ray Tomography: Characterization of Classical Reconstructions and Adapted Curvelet Sparse Regularization
    Technische Universität München Fakultät für Mathematik Reconstructions in limited angle x-ray tomography: Characterization of classical reconstructions and adapted curvelet sparse regularization Jürgen Frikel VollständigerAbdruck der von der Fakultät für Mathematik der Technischen Universität München zur Erlangung des akademischen Grades eines Doktors der Naturwissenschaften (Dr. rer. nat.) genehmigten Dissertation. Vorsitzender: Univ.-Prof. Dr. Peter Gritzmann Prüfer der Dissertation: 1. Univ.-Prof. Dr. Brigitte Forster-Heinlein, Universität Passau 2. Univ.-Prof. Dr. Rupert Lasser 3. Prof. Samuli Siltanen, Ph.D. University of Helsinki / Finland Die Dissertation wurde am 01.10.2012 bei der Technischen Universität München eingereicht und durch die Fakultät für Mathematik am 12.03.2013 angenommen. Abstract In this thesis we investigate the reconstruction problem of limited angle tomography. Such prob- lems arise naturally in practical applications like digital breast tomosynthesis, dental tomography or electron microscopy. Many of these modalities still employ the filtered backprojection (FBP) algorithm for practical reconstructions. However, as the FBP algorithm implements an inversion formula for the Radon transform, an essential requirement for its application is the completeness of tomographic data. Consequently, the use of the FBP algorithm is theoretically not justified in limited angle tomography. Another issue that arises in limited angle tomography is that only specific features of the original object can be reconstructed reliably and additional artifacts might be created in the reconstruction. The first part of this work is devoted to a detailed analysis of classical reconstructions at a limited angular range. For this purpose, we derive an exact formula of filtered backprojection reconstructions at a limited angular range and interpret these results in the context of microlocal analysis.
    [Show full text]
  • Arxiv:1712.06453V2 [Math.SG]
    RADON TRANSFORM FOR SHEAVES HONGHAO GAO Abstract. We define the Radon transform functor for sheaves and prove that it is an equivalence after suitable microlocal localizations. As a result, the sheaf category associated to a Legendrian is invariant under the Radon transform. We also manage to place the Radon transform and other transforms in microlocal sheaf theory altogether in a diagram. 1. Introduction The goal of the paper is to define the Radon transform for microlocal sheaf categories and study its properties. The term “microlocal” refers to the consideration of the cotangent bundle when we study sheaves over a smooth manifold. This method was introduced in [KS1] and has been systematically developed ever since [KS2]. The geometric nature of cotangent bundles makes microlocal sheaf theory a handy tool for problems in symplectic and contact geometry, such as those related to Lagrangian and Legendrian invariants [GKS, Ta], the Fukaya category [Na, NZ], Legendrian knots [STZ, NRSSZ], and more. We define a sheaf version of the classical Radon transform (Definition 3.1). The classical Radon transform is an integral functional which takes a rapidly decreasing function on Euclidean space to a function on the space of hyperplanes in the Euclidean space. These analytic concepts have sheaf counterparts, where the sectional integration is captured by taking compactly supported sections. The Radon transform functor is expected to be an equivalence of categories, which corresponds to the reconstruction property of the classical Radon functional. In other words, the Radon transform should admit an inverse. In the first main theorem, we prove such an equivalence holds after some microlocal localizations.
    [Show full text]
  • Radon Transform on Spaces of Constant Curvature 1
    PROCEEDINGS OF THE AMERICAN MATHEMATICAL SOCIETY Volume 125, Number 2, February 1997, Pages 455–461 S 0002-9939(97)03570-3 RADON TRANSFORM ON SPACES OF CONSTANT CURVATURE CARLOS A. BERENSTEIN, ENRICO CASADIO TARABUSI, AND ARP´ AD´ KURUSA (Communicated by Peter Li) Abstract. A correspondence among the totally geodesic Radon transforms— as well as among their duals—on the constant curvature spaces is established, and is used here to obtain various range characterizations. 1. Introduction The totally geodesic Radon transform on spaces of constant curvature has been widely studied (see [Hg1], [Hg2], [BC1], [Ku1], to quote only a few). Yet many of the known results, in spite of their similarities, were obtained on each such space independently. The idea of relating these transforms by projecting each space to the Euclidean one appeared independently in [BC2] (for negative curvature) and [Ku4] (for curvature of any sign), and was used to obtain, respectively, range characterizations of the Radon transform on the hyperbolic space and support theorems on all constant curvature spaces. In this paper we extend and exploit further this correspondence, establishing an explicit formula relating the dual Radon transforms on the different constant cur- vature spaces, and proving various range characterizations for the Radon transform and its dual on the Euclidean and elliptic space. The third author wishes to thank the Soros Foundation and MIT for supporting his visit at MIT, during which this paper was conceived. 2. Preliminaries n Let Mκ be an n-dimensional simply connected complete Riemannian manifold of constant curvature κ. Normalizing the metric so that κ equals 1, 0, or +1, we get, respectively, the hyperbolic space Hn, the Euclidean space Rn−, and the sphere Sn—or its two-to-one quotient, the projective space Pn.
    [Show full text]