How to smooth the given image?
古いコメントを表示
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 
採用された回答
その他の回答 (1 件)
Image Analyst
2020 年 2 月 1 日
0 投票
Use imnoise() to add noise to it, then use imfilter() to blur it.
カテゴリ
ヘルプ センター および File Exchange で Image Arithmetic についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

