Given the following matrix, representing a binary image, f, and the following structuring elements:
3
4
n.
10 11 12 13 14 15 16 int 0 0 0 0 0 0 0 0 0 0 0 0 m 0 1 1 0 0 0 0 0 0 0 0 1 1 1 1 0 1 1 1 0 1 1 1 1 1 0 0 1 1 1 1 0 0 0 1 0 1 0 1 0 6 1 1 1 1 0 1 1 1 1 1 1 11 1 7 0 1 0 1 1 0 0 1 0 1 0 a 0 1 1 1 1 1 1 1 0 9 10 0 0 0 0 0
SE2
Then, solve the following operations indicating the operation status of: hit, fit, or miss
i.e. your answer should be for example: 1 miss
g9,2 = f9,2 SE =