Tomography

I was reading about Lasso Linear Regression and found an application in computed tomography. I looked up tomography, and it seemed interesting.

Date Created:
2 491

Definitions


  • A computed tomography scan is a medical imaging technique used to obtain detailed internal images of the body. The personnel that perform CT scans are called radiographers or radiology technologists.
  • Magnetic Resonance imaging (MRI) is a medical imaging technique used in radiology to form pictures of the anatomy and the physiological processes inside the body. MRI scanners use strong magnetic fields. magnetic field gradients, and radio waves to generate images of the organs in the body.
  • X-ray microtomography uses X-rays to create cross-sections of a physical object that can be used to recreate a visual model without destroying the original object.
  • Tomographic Reconstruction is a type of multidimensional inverse problem where the challenge is to yield an estimate of a specific system from a finite number of projections.


Notes


Tomography is imaging by sections or sectioning that uses any kind of penetrating wave. The method is used in radiology, archaeology, biology, atmospheric science, geophysics, oceanography, plasma physics, materials science, cosmochemistry, astrophysics, quantum information, and other areas of science. [...] A device used in tomography is called a tomograph, while the image produced is a tomogram.

Tomography

In many cases, the production of these images is based on the mathematical procedure tomographic reconstruction, such as X-ray computed tomography technically being produced from multiple protectional radiographs. Many different reconstruction algorithms exist.


Volume Rendering


Volume rendering is a set of techniques used to display a 2D projection of a 3D discretely sampled data set, typically a 3D scalar field. A typical 3D data set is a group of 2D slice images acquired, for example, by a CT, MRI, or MicroCT scanner. To render a 2D projection of the 3D data set, one first needs to define a camera in space relative to the volume. Also, one needs to define the opacity and color of every voxel.

You can read more about how comments are sorted in this blog post.

User Comments