Question: matlab code needed please use noise too in the code Take any random image and read it in Matiab using imread command. The image should

matlab code needed please use noise too in the code
Take any random image and read it in Matiab using imread command. The image should be 2D that is the Matrix obtained after imread should be of order mxn. This will be your xt). Then create a mask (filter), using fspecial command. Use your Matlab hetp to learn use of fspecial. (Hint: you haye to use h fspecial(average', hsize) Then use conv2 to perform convolution of x with h. Then use imshow and subplot or figure, to display the original image and the filtered image
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
