how to use matlab in image denoising

1 view (last 30 days)
gurinder
gurinder on 22 Nov 2011
noise reduction in MRI image using matlab,,is it possible. if yes then how
sir if any one read this question ,,then please reply..it is very important for my disertation.
Thanku.
  1 Comment
Manisha
Manisha on 22 Nov 2011
i dont know about it,,if i knew it then i will definitely help you...
sorry

Sign in to comment.

Answers (2)

Walter Roberson
Walter Roberson on 22 Nov 2011
Yes, in general it is possible. That does not mean it is easy.
MATLAB is a general purpose programming language that is Turing Complete. Anything that can be computed deterministically in any other programming language can be computed in MATLAB, given enough memory and time.
There are numerous different types of noise in MRI images. If you have a particular algorithm, you can implement it in MATLAB. Some of the types of noise have no known algorithm to correct them. Some of the types of noise (such as respiration noise) need additional information to improve.

Image Analyst
Image Analyst on 22 Nov 2011
Check out all the MRI noise reduction methods listed here: http://iris.usc.edu/Vision-Notes/bibliography/medical891.html#MRI,%20Enhancement,%20Noise%20and%20Artifact%20Reduction Read them all, pick your favorite one, and then code it up in MATLAB.

Categories

Find more on Biomedical Imaging 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!