how to use matlab in image denoising
Afficher commentaires plus anciens
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 commentaire
Manisha
le 22 Nov 2011
i dont know about it,,if i knew it then i will definitely help you...
sorry
Réponses (2)
Walter Roberson
le 22 Nov 2011
0 votes
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
le 22 Nov 2011
0 votes
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.
Catégories
En savoir plus sur Neuroimaging dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!