Question: Given a chessboard image x [ n 1 , n 2 ] . a ) Find the edges of the attached image using the Prewitt

Given a chessboard image x[n1,n2].
a) Find the edges of the attached image using the Prewitt operators. Display only the convolution output images. You need to add 128 to pixel values to observe it.
b) Find the edges of the attached image using the Sobel Operators. Display only the convolution output images. You need to add 128 to pixel values to observe it.
c) Find the edges of the image by the high-pass filter
h(n1,n2)=[ h[0,-1]=-0.25 h[0,0]=0.5, h[0,1]=-0.25],
Display only the output image. Can you obtain all the edges with this filter?
d) Find the edges of the image by the high-pass filter: h(n1,n2)=[ h[-1,0]=-0.25 h[0,0]=0.5, h[-1,0]=-0.25],
Display only the output image. Can you obtain all the edges with this filter?

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!