Which of the following compression schemes is used in standard definition TV in the UK?
- H.261
- MPEG-4
- H.264
MPEG-2
Standard definition digital TV in the UK (aka Freeview) uses MPEG-2. HD channels on Freeview and all channels on Freesat use MPEG-4, which is a better compression algorithm but more costly in terms of hardware. H.261 and H.264 are equivalent standards for videoconferencing rather than broadcast; they have the added need for their encoder to work at video rate.
In programs such as Photoshop, what is unsharp masking?
Unsharp masking is a technique used in image manipulation which involves adding a blurred version of the image to it, the aim being to enhance edges in the image (often just before printing).
What is chromatic aberration?
Chromatic aberration arises because the different wavelengths of light are deflected (diffracted) at the interface between air and glass (or plastic) by different amounts. It appears as a coloured halo around objects. Good camera lenses have coatings which reduce the effect of chromatic aberration. As an aside, mirrors do not suffer from chromatic aberration and that is one of the reasons why telescopes tend to use curved mirrors rather than lenses.
Which of the following corresponds to a 3 MP image from a digital camera?
- 640 x 480 pixels
- 2562 x 2048 pixels
- 1280 x 1024 pixels
2048 x 1536 pixels
2048 x 1536 = 3,145,728 which is about 3 Mpixel.
Which of the following is NOT a machine learning algorithm?
deep learning
- simulated annealing
- genetic programming
- back propagation
Deep learning is a generic term for a particular type of neural network (one with many hidden layers) but is not itself a ML algorithm. Multi-layer perceptron neural networks are normally trained using back propagation, while genetic programming and simulated annealing are both ML algorithms in their own rights.
Which of the following is useful for comparing the similarity of a pair of images?
- standard deviation
correlation
- mean value
- pixel-wise product
Correlation is especially useful for comparing the similarity of a pair of images because it is independent of both differences in brightness (mean grey level) and contrast (standard deviation). However, it is NOT independent of any spatial shift between images. The other approaches listed are all pretty awful for this job.
In how many different wavebands does a digital camera capture an image?
Digital cameras record in 3 wavebands corresponding to red, green and blue light.
What is the name of the face detection algorithm in digital cameras?
Viola-Jones
- Haar
- AdaBoost
- FACEDET
The algorithm that is almost universally used is due to Viola and Jones (and is patented). Haar features and AdaBoost are algorithms used in Viola-Jones, while FACEDET is something just I made up.
In photography, which of the following controls the depth of field?
- ISO rating
- pixel size
- shutter speed
aperture
The main thing which determines the depth of field of an image is the aperture: a wide aperture means that a small range of distances are in focus simultaneously and vice versa.
Roughly, what is the wavelength of visible light?
- 5 nm
- 50 nm
500 nm
- 5,000 nm
Visible light has wavelengths of about 400-700 nm.