Question

matlab code needed

» Take any random image and read it in Matiab using mread command. The image should be 2D that is the Matrix obtained after imread should be of order mxn This will be your xit). Then create a mask (filter), using fspecial command. Use your Matlab hetp to learn uce of fspecial. > > (Hint: you haye to use h fspecial (average, hsize)) - Then use com2 to perforh convolution of x with h. » Then use imshow and subplot or figure, to display the original image and the filtered image.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

?mread(C:\Users\þesktop\implAssigntostudy.jpg.); H fspecial(average, [3,3]); ConvProduct -conv2(A,H); imshow(ConvProduct); imshow(A);

Where ConvProduct is the convoluted product and A is the original image.

Add a comment
Know the answer?
Add Answer to:
matlab code needed » Take any random image and read it in Matiab using mread command....
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT