Remove noise in MRI image.

7 views (last 30 days)
Ivan Shorokhov
Ivan Shorokhov on 10 Feb 2015
Edited: Ivan Shorokhov on 17 Feb 2015
Original Image:
I would like to remove noise shown marked in red circles.
Thanks in advance for any help!

Accepted Answer

Image Analyst
Image Analyst on 10 Feb 2015
I would not call those features noise. And a quick scan of the code looks like you're just setting the blobs to zero. Is that what you mean by "remove"? And your fmax usage seems very weird.
  3 Comments
Image Analyst
Image Analyst on 10 Feb 2015
See attached m-file.
You can increase thet threshold or run imdilate() on the binary image if you want to enlarge the blobs.
Ivan Shorokhov
Ivan Shorokhov on 12 Feb 2015
@Image Analyst, Thanks a lot, best answer ever!

Sign in to comment.

More Answers (0)

Categories

Find more on Image Processing Toolbox 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!