Imaging
Converging lenses
Light can be modelled using rays or wavefronts. which are perpendicular to the direction of wave motion. Wavefronts have curvature, unless they come from a very distant source, in which case they are plane wavefronts.
Curvature is given by:
As the radius approaches infinity, the curvature approaches zero.
Converging lenses focus light onto a point behind them, called the principal focus. The principal focus lies a distance , the focal length, away from the lens. A converging lens has a power (measured in Dioptres, ) of , which means the lens adds a curvature of to wavefronts passing through it.
The Lensmaker’s Equation shows how a converging lens works:
Where is image distance, is object distance, and is the focal length. By the Cartesian sign convention1, is negative, while and are positive.
Lenses can also magnify objects. Linear magnification is given by:
Images
Digital cameras contain a microchip called a CCD (charge-coupled device). The CCD has a screen with millions of pixels, which store charge when light falls on them, storing an amount of charge proportional to the intensity of incident light. A pixel is the smallest unit of a single image, with a single colour. The charges are converted to an array of numbers which represents an image.
Information is stored in binary, using bits with one of two values: 0 and 1. The number of bits, needed to represent different alternatives are related by:
The resolution of an image is the smallest distance between two points which can be distinguished:
The amount of information in an image (in bits) is given by:
Manipulating images
Computer images are stored as an array of numbers. They can be manipulated in the following ways to enhance the image:
- Varying brightness: adding a fixed number to the value of each pixel.
- Increasing contrast: multiplying the value of each pixel by a fixed number so the range of pixel values is greater.
- Removing noise: replacing the value of each pixel with the mean / median of the 8 pixels immediately around it.
- Edge detection: subtracting the average value of the 8 pixels around a pixel from the pixel value.
- False colour: assigning colours different from the true colours, commonly used for displaying images captured with parts of the electromagnetic spectrum outside visible light.
Digital and analogue signals
Analogue signals continuously vary between values, whereas digital signals can only take discrete values. Analogue signals are converted to digital signals by sampling. The signal is sampled at regular intervals, with a measurement of the amplitude taken and rounded to the nearest quantisation level. This produces a quantisation error equal to the difference between the actual value and the quantisation level.
Advantages of digital signals:
- More resistant to noise
- Easier to send / store / receive with digital systems
- Faster transmission
- Can be compressed easily.
Disadvantages of digital signals:
- Quantisation error causes loss of detail.
The maximum number of useful quantisation levels is given by:
The number of bits required is given by:
When sampling, the minimum sampling rate must be at least twice the highest frequency in the signal (Nyquist’s Theorem), otherwise aliasing will occur, producing spurious low frequency signals.
Bit rate is the rate of transmission of digital information. It is given by:
Polarisation
Electromagnetic waves are transverse waves, consisting of oscillating magnetic and electric fields at right angles to each other. Unpolarised waves have oscillations in all perpendicular directions2. A polarising filter can be used to polarise transverse waves, which makes them only oscillate in one plane.
To test if a wave is polarised, it can be observed through a polarising filter. For an unpolarised wave, the intensity should remain constant as the polariser is rotated, whereas for a polarised wave, the intensity will vary sinusoidally. There is between the maximum and minimum intensity.
NIS: The received intensity is given by , where is the incident intensity and is the angle between the polariser and the incident polarisation direction. This means is at a maximum for , and at a minimum for . Intuitively, this can be thought of as the bars of the polarising ‘blocking’ the oscillations.
Footnotes
-
Footnote on the Cartesian sign convention This is mentioned explicitly in the specification. ↩
-
Footnote on wording of polarisation This wording is mildly confusing. In a polarised EM wave, each field of the wave oscillates in only one plane; the magnetic field oscillates in only one plane and the electric field oscillates in only one other plane (at right angles still) ↩