how can i denoise images using machine learning techniques?

조회 수: 10 (최근 30일)
iman mostafa
iman mostafa 2015년 12월 20일
답변: Image Analyst 2015년 12월 23일
i need code for any kind of machine learning like for example neural network for denoising medical images please
  댓글 수: 2
harjeet singh
harjeet singh 2015년 12월 20일
for that you have to trained the neural network which needs dataset, and which type of noise you want to remove is that a salt and peeper or a Gaussian noise?
iman mostafa
iman mostafa 2015년 12월 23일
three noises salt and pepper,speckle and gaussian

댓글을 달려면 로그인하십시오.

답변 (2개)

Walter Roberson
Walter Roberson 2015년 12월 20일
  댓글 수: 2
iman mostafa
iman mostafa 2015년 12월 23일
but these codes not used for denoising thanks for replying
Walter Roberson
Walter Roberson 2015년 12월 23일
I quote: "i need code for any kind of machine learning like for example ..." I posted a link to numerous examples of kinds of machine learning. If you wanted code for machine learning for denoising then you should have asked for that only. I might have pointed you to http://www.mathworks.com/videos/signal-processing-for-machine-learning-99887.html or http://www.mathworks.com/matlabcentral/fileexchange/28175-on-the-kernel-function-selection-of-nonlocal-filtering-for-image-denoising

댓글을 달려면 로그인하십시오.


Image Analyst
Image Analyst 2015년 12월 23일
See my attached demos for removing Salt and Pepper noise. Note: they do not use machine learning though.
For speckle noise, it depends on the source of the speckle. For example in astronomy there is the Knox-Thompson algorithm and its many improvements over the years. Other methodologies like involving lasers and ultrasound may have their own algorithms that were developed and optimized for that particular technique.

Community Treasure Hunt

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

Start Hunting!

Translated by