Neighbourhood Processing - Lecture 3 - Week 1 Flashcards
What is rank filtering?
Take values under the filter window (kernel) and order them, then output based on some value, e.g. in median filtering (Maybe also rank filtering) the median value is used
Why is the mean not as effective as the median in rank filtering?
Noise is lighter, but larger & edges are blurred
median removes noise and blurs edges less
Why is convolution good?
Looks at spatial pattern of pixels, not just the value of the pixels
In convolution what is the final sum divided by when smoothing?
The sum of the values in the kernel
What padding methods exist for convolution?
Zero - set all pixels to zero
Constant (border colour) - set all pixels outside the source image to a specified border value
Mirror - reflect pixels across the image edge
What does a high frequency mean in an imge?
abrupt changes in pixel value
Removing them smooths the image
What are the parameters to gaussian blur?
Sigma (1/2 the size of the width of the distribution width)
K - the dimensions of the kernel (must be odd)