Lie still in a CT scanner and it will build a crisp cross-section through your body — and yet the machine never sees inside you directly. All it can physically measure is X-rays going in one side and coming out the other, dimmer than they went in. It fires those beams through you from hundreds of angles, records only how much each one was absorbed, and then solves an inverse problem to reconstruct a 2-D slice from those 1-D shadows. It is arguably the most famous and consequential inverse problem ever posed — and it was worth a Nobel Prize.
A single ray records the total absorption along its line — a line integral of the
unknown tissue density
Collecting these for all offsets
Imagine looking at a filled shape through frosted glass so you see only its shadow from one direction. A tall thin object and a short fat one can cast the very same shadow; countless different images produce an identical single projection. One angle simply cannot pin down where the density sits along each ray — the information is collapsed. This is the non-uniqueness that makes a lone projection useless on its own.
Now add a second angle, then a third, then a hundred. Each new direction constrains the image in a
new way, and where all those constraints intersect, only one density can satisfy them at once. Stack
every 1-D projection, one row per angle, and you get the sinogram — the full
dataset. Reconstructing the image from it is a big linear system
The classic inversion is filtered backprojection. First you backproject:
smear each projection back across the image along its rays, letting every pixel accumulate the
shadows that passed through it. But plain smearing over-counts the low frequencies and comes out
blurry, so first you apply a sharpening ramp filter in the frequency domain to
counteract that blur. That ramp is — once again — an inverse filter, and boosting
high frequencies is exactly where noise creeps in. Tomography is therefore
ill-posed in the ways this whole course predicts, and the remedy is the same:
Inside the circular field are two objects (the unknown density). The parallel lines are the X-rays
for one projection angle — each measures the total density along its path. Rotate the angle
Reconstruction quality depends critically on collecting enough projection angles, well distributed all the way around the object. In some real situations you simply cannot scan the full circle — a mammography rig, a scan of a wide flat object, or an industrial part that can only be reached from one side, all give a limited angular range. With too few angles or a restricted range, whole families of images fit the data, the problem becomes severely ill-posed, and reconstructions sprout tell-tale streak artefacts and blur.
Do not be fooled into thinking more computer power alone fixes this — the missing angles mean the data genuinely does not constrain the image, so you must supply the shortfall with a prior (what you expect the image to look like). "Limited-angle" and "sparse-view" CT are active research areas precisely because getting this right lets scanners use fewer X-rays — and so a lower radiation dose for the patient.
The name is a lovely little piece of geometry. Follow a single bright point of density as you sweep
through all the angles. Its offset
Computed tomography earned Godfrey Hounsfield and Allan Cormack the 1979 Nobel Prize in Physiology or Medicine — a striking honour, since neither was a physician. Cormack, a physicist, worked out much of the underlying mathematics partly in his spare time; Hounsfield, an engineer at EMI (yes, the record label that signed the Beatles), reputedly hit on the core idea while out on a countryside ramble, wondering whether you could reconstruct the contents of a box from readings taken all around it.
The same tomographic inverse-problem mathematics now reconstructs far more than medical slices: it peers inside airport baggage scanners, builds 3-D maps of the Earth's deep interior from earthquake waves (seismic tomography), and even images individual atoms in electron microscopy. Measure shadows from every side, invert the Radon transform, and the hidden interior appears.