Gaussian noise on dicom images

1 回表示 (過去 30 日間)
Luka Luko
Luka Luko 2019 年 7 月 14 日
編集済み: Luka Luko 2019 年 7 月 15 日
I have added Gaussian noise on a DICOM image using the following commands..
B=dicomread('image.dcm');
C=imnoise(B,'guassian');
imshow(C);
But it entirely corrupts the image...when I am doing the same for a .jpg file it does not corrupt the whole image...please help me to solve this problem.... Thank you

回答 (2 件)

KALYAN ACHARJYA
KALYAN ACHARJYA 2019 年 7 月 14 日
Try
imshow(C,'DisplayRange',[]);
  1 件のコメント
Luka Luko
Luka Luko 2019 年 7 月 15 日
thank you for your reply, i have already use it but still the same problem with my watermarked medical image of type double..

サインインしてコメントする。


Image Analyst
Image Analyst 2019 年 7 月 14 日
Try changing the input parameters for imnoise() so that it adds less noise.
Attach your image if you need more help.
  1 件のコメント
Luka Luko
Luka Luko 2019 年 7 月 15 日
編集済み: Luka Luko 2019 年 7 月 15 日
I had already try with a very small value of noise, but still the same problem.. Attached is the image, i'm working with..

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeDICOM Format についてさらに検索

製品


リリース

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by