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 CenterFile Exchange에서 DICOM Format에 대해 자세히 알아보기

제품


릴리스

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by