What is the effect of convolving an image with the mask $$\pmatrix{0 & 1 & 0\cr 0 & 0 & 0\cr 0 & 0 & 0\cr}$$
the image is shifted down one pixel
What is the effect of convolution with the following mask? $$\frac19 \pmatrix{1 & 1 & 1\cr 1 & 1 & 1\cr 1 & 1 & 1\cr}$$
it will blur edges
What is a morphological grey-level shrink?
taking the minimum when performing a convolution
What is the effect of convolving an image with a +-shaped mask where the central pixel is -4 and its neighbours to north, south, east and west are 1?
dark and light spots will be enhanced
What is matched filtering?
designing a mask that matches a desired image feature
How does the time taken to perform a convolution vary with the dimension of a (square) mask?
it is proportional to the square of the dimension of the mask
What is a morphological grey-level expand?
taking the maximum when performing a convolution
What is the effect of convolving an image with the mask $$\pmatrix{0 & 1 & 0\cr 1 & -4 & 1\cr 0 & 1 & 0\cr}$$
dark spots will be enhanced
What does a morphological opening tend to do?
delete isolated light pixels within dark regions
What is the effect of convolving an image with the mask $$\pmatrix{0 & 1 & 0\cr 1 & 1 & 1\cr 0 & 1 & 0\cr}$$
+-shaped features will be enhanced