problem with removing noise in colormap

1 次查看(过去 30 天)
  1 个评论
Walter Roberson
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
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.)

类别

Help CenterFile Exchange 中查找有关 Colormaps 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by