What is image processing?
Image processing is a technique of applying a relevant mathematical operation or an algorithm on a digitized image to generate an enhanced image or extract features.
What are the different types of image processing?
What is the purpose of spatial filtering?
Soothing, removal,
What are the steps for spatial filtering?
Why in spatial filtering does the weight have to sum to 1?
To preserve the overall brightness
Why in spatial filtering does the weight have to sum to 1?
To preserve the overall brightness
What happens in spatial filtering if the weight is above 1?
The image will be brighter
For the averaging filter, what does a larger mask mean?
More blurring
What is the purpose of the unsharp mask?
What filter does the unsharp mask use?
Averaging filter
What is J?
Output image
What is I?
Original image
How do you determine J in terms of the unsharp mask?
J = I + A x [I - Iblur]
A = scaling factor
What are examples of linear spatial filters?
What is a median filter?
How does the non-local means filter work?
What does the non-local mean filter fix?