Chapter 1 - Imaging Flashcards
What is the lens equation
1/v = 1/u + 1/f
What does the power of a lens actually describe?
The amount of curvature added to waves passing through the lens.
What is v in the lens equation?
Distance between the image and the lens (curvature after)
What is u in the lens equation?
Distance between source (object) and the lens (curvature before)
Is u negative or positive?
Negative
The linear magnification of a lens is:
M = size of image (v)
———————
size of object (u)
Number if alternatives given the number of bits
N = 2^I
Number of bits given the number of alternatives
I = log2 (N)
How can we reduce noise in an image
Replace pixels with the median of their neighbours
How can we find edges in an image?
Using the Laplace rule.
• multiple a pixel by 4
• then subtract the values of the pixels immediately above, below, left and right.
Laplace rule
Used to find edges by multiplying pixels by 4 and then subtract the value of pixels above below and next to it