Clear Filters
Clear Filters

Gaussian noise in dicom images

2 views (last 30 days)
fathima .k
fathima .k on 4 May 2016
I have added Gaussian noise a DICOM image using the following commands.. B=dicomread('image.dcm'); C=imnoise(B,'guassian'); imshow(C); imcontrast; 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 to solve this problem.... Thanks in advance

Answers (0)

Categories

Find more on DICOM Format in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!