Denoising 3D ultrasound
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
M W
el 17 de En. de 2020
Comentada: M W
el 21 de En. de 2020
What is the most effective filter to denoise a 3D ultrasound image (3 dimensional matrix of a grayscale image)?
I tried:
- imgaussfilt3
- ROF filtering
- fourier ideal filter
- edge sharpening
- Wiener filtering
But this doesn't help much.
Does anyone has a suggestion?
Thanks in advance
0 comentarios
Respuesta aceptada
KALYAN ACHARJYA
el 17 de En. de 2020
Editada: KALYAN ACHARJYA
el 17 de En. de 2020
It's purely depends on, what types of noise presence in the images. Though I can't commnet with surety, those filters may work perfectly without observing the noisy image. It would be better, if you can attach a sample data.
Other way, you may try with some other basics image pre-processisng steps (histeq or adaptivehistEq), then apply those filter (single or successively). I suggest to check the following paper (Index: pubMed) using sparse representation. If the case of speckle noises, look here for review of literature.
Más respuestas (0)
Ver también
Categorías
Más información sobre Biomedical Imaging en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!