Part 1 - How computers represent images
A greyscale pixel and the values it can take on, from black to white.
A greyscale pixel with floating point values, from black to white.
Two different colours with the RGB values needed to generate them.
Two different colours with their hexadecimal RGB values.
The same colours with their RGB hex colour codes.
A small image of a cat with the image’s overall shape.
Part 2 - What is convolution?
Part 3 - What is PIL?
Image
module.
Part 4 - What is NumPy?
Visualisations of the shape of some example NumPy arrays
Visualisation of the same data with different dimension structure.
Quiz questions - NumPy Representation
Any questions?