problem with removing noise in colormap
조회 수: 2 (최근 30일)
이전 댓글 표시
How do I remove noise from this image? http://i138.photobucket.com/albums/q279/joannazan/noise_zps6c1bf767.png

댓글 수: 1
Walter Roberson
2013년 1월 3일
I'm not sure why you say "in colormap" ? Is it an indexed image? Is it a 2D data array being displayed with a colormap ?
답변 (1개)
Image Analyst
2013년 1월 3일
You need to remove noise from the original gray scale image, not the pseudocolored image. And I'm not even sure you need to do that. What do you want to do with this image? It may be possible to do it without doing any noise reduction at all. If you still think you need to, please upload your original gray scale image (if you can legally do so since it looks like it might be a medical image). There are a variety of noise reduction methods. Literally hundreds of them. They range from the simple (box averaging, median) to a little smarter and more sophisticated (knn, sigma, bilateral) to more complicated (BM3D, K-SVD, K-LLD, uinta etc.)
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Modify Image Colors에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!