Gaussian noise on dicom images

1 visualización (últimos 30 días)
Luka Luko
Luka Luko el 14 de Jul. de 2019
Editada: Luka Luko el 15 de Jul. de 2019
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

Respuestas (2)

KALYAN ACHARJYA
KALYAN ACHARJYA el 14 de Jul. de 2019
Try
imshow(C,'DisplayRange',[]);
  1 comentario
Luka Luko
Luka Luko el 15 de Jul. de 2019
thank you for your reply, i have already use it but still the same problem with my watermarked medical image of type double..

Iniciar sesión para comentar.


Image Analyst
Image Analyst el 14 de Jul. de 2019
Try changing the input parameters for imnoise() so that it adds less noise.
Attach your image if you need more help.
  1 comentario
Luka Luko
Luka Luko el 15 de Jul. de 2019
Editada: Luka Luko el 15 de Jul. de 2019
I had already try with a very small value of noise, but still the same problem.. Attached is the image, i'm working with..

Iniciar sesión para comentar.

Categorías

Más información sobre DICOM Format en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by