Introduction and image formation Flashcards
What’s the difference between image classification, object detection, and segmentation
Classification classifies an object. Object detection detects roughly where in the image objects are. Segmentation marks each object pixel by pixel.
Whats diffuse and specular reflection?
Diffuse reflection reflects light in all direction, specular in one direction
What 3 components do we usually use to model what we see?
Ambient light, specular and diffuse reflection.
What is the thin lens equation
1/f = 1/u + 1/v where f is the focal length, u is the length from the lens to the object in the real world, v is the length from the lens to the image sensors.
What is the difference between rods and cones in the eye
Cones detect color but need a lot of light. Rods don’t detect color but need little light.
What are the 2 most common sensor in cameras
CMOS and CCD.
What is the Bayer filter
a gridded color filter with twice as many green cells as red and blue
How can we calculate the “missing” colors in each pixel in a camera using a Bayer filter
We can use interpolation, for example, nearest neighbor, linear or cubic.
Name some color spaces
RGB, RGBA, HSV, CMYK,
What is quantisation
Sampling a continues signal and representing them with discrete values.