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 Filtering에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

