Lecture 1/2 Mathematical background/Images and Colours Flashcards
What is the reflectance formula?
E: incident radiance
S: reflectance
R: outgoing radiance
lambda: wavelength
Visualize the visual spectrum
What are the purpose of rods and cones in the retina of the eye?
4 types of photoreceptors:
1 Rods: grey scale
3 Cones: RGB scale
Can RGB generate every
perceivable colour?
Yes, in theory, but some weights
would need to be negative …
In practice, R, G, B can generate a good
fraction of all visible colours
How are digital images perceived?
Digital images are 2D sampled representations (a 2D array)
of some continuous function, like a real scene
What are the sampled digital values of an image?
The sampled digital values are called pixels
– The smallest individual element in an image
- 1 pixel = single sampled colour
– Usually represented in
Red, Green, Blue (RGB)
– Can represent many
different colours
What is Rasterisation?
Rasterisation: convert a continuous or vector image
representation to a rectangular sampled grid of pixels
How is an analog signal sampled?
e.g. in a digital camera
Digital cameras have a CCD or CMOS sensor
with light sensitive elements, typically
arranged in a “Bayer” pattern
Visualise Image storage (grey scale)
Digital images are arranged in memory in scanline order:
– pixels from left to right within a row
– rows from top to bottom
Calculate the index in memory (row based index)
Calculate the index in memory (column based index)
Calculate the index in memory (row based index)
Colour images are arranged in memory with rows of RGB pixels:
Visualise Image storage (RGB)
Colour images are arranged in memory with rows of RGB pixels:
4 values per pixel (RGBA: RGB and “alpha” for opacity)
Calculate the index in memory (column based index)
Colour images are arranged in memory with rows of RGB pixels:
List the colour spaces and their applications