Lecture 5: Fundamentals of Image Processing Flashcards
What captures a lot of information?
Images
What are the typical sizes?
320x240
640x480
1280x720
What size is QVGA?
320 x 240
What size is VGA?
640 x 480
What size is HD?
1280 x 720
What is filtering?
Certain components are accepted or rejected.
What does a low-pass filter do?
It smooths and image(allows low frequency)->blurring(smoothing) effect on an image used to reduce image noise.
What does a high-pass filter do?
It retains the contours(also called edges) of an image(high frequency)
What is the motivation of Low-Pass filtering?
noise reduction
What is salt and pepper noise? What is it also known as?
It presents itself as sparsely occurring white and black pixels sometimes seen on digital images.
It is also known as impulse noise.
What is gaussian noise?
It has variations in intensity drawn from a Gaussian normal distribution.
What are 2 example of Low-pass filtering?
-Salt and pepper noise
-Gaussian noise
How do you move average in 1D?
You replace each pixel with an average of all the values in its neighborhood.
How do you move average in 2D?
You replace each pixel with an average of all the values in its neighborhood.
What is the motivation of High-Pass filtering?
edge detection, an idealized line drawing
What do edge contours in the image correspond to ?
important scene contours
What are Edges?
Edges are sharp intensity changes.