How to smooth the given image?
Show older comments
I want to make the image 1 as smooth as possible such that it looks like image 2. I was thinking to decrease the grid size but I don't know how to do that. Thanks in advance,
image 1
image 2 
image 2 
Accepted Answer
More Answers (1)
Image Analyst
on 1 Feb 2020
0 votes
Use imnoise() to add noise to it, then use imfilter() to blur it.
Categories
Find more on Image Filtering in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
