Recall & Review
beginner
What is the main purpose of blurring or smoothing an image?
Blurring or smoothing reduces noise and small details in an image, making it easier to analyze or process by removing unwanted variations.
Click to reveal answer
beginner
How does Gaussian blur work on an image?
Gaussian blur uses a weighted average where pixels near the center have more influence, following a bell-shaped curve, to smooth the image gently.
Click to reveal answer
intermediate
What makes median blur different from Gaussian blur?
Median blur replaces each pixel with the median value of its neighbors, which is very effective at removing salt-and-pepper noise without blurring edges much.
Click to reveal answer
intermediate
Explain the bilateral filter and its advantage.
Bilateral filter smooths images while keeping edges sharp by considering both spatial closeness and pixel intensity difference, preserving important details.
Click to reveal answer
beginner
Which blurring method is best for removing salt-and-pepper noise?
Median blur is best for salt-and-pepper noise because it replaces pixels with the median of neighbors, effectively removing outliers without blurring edges.
Click to reveal answer
Which blurring technique uses a bell-shaped curve to weight neighboring pixels?
✗ Incorrect
Gaussian blur weights pixels based on a Gaussian (bell-shaped) distribution, giving more importance to closer pixels.
Which filter is best at preserving edges while smoothing?
✗ Incorrect
Bilateral filter preserves edges by considering both spatial closeness and intensity differences.
What does median blur replace each pixel with?
✗ Incorrect
Median blur replaces each pixel with the median value of its neighboring pixels.
Which noise type is median blur especially good at removing?
✗ Incorrect
Median blur effectively removes salt-and-pepper noise by replacing outlier pixels.
What is a downside of Gaussian blur compared to median blur?
✗ Incorrect
Gaussian blur smooths edges more, which can reduce sharpness compared to median blur.
Describe the differences between Gaussian, median, and bilateral blurring methods and when you might use each.
Think about how each method treats edges and noise.
You got /6 concepts.
Explain why bilateral filtering is useful in image processing compared to simple Gaussian blur.
Focus on edge preservation and noise smoothing.
You got /4 concepts.