Borrar filtros
Borrar filtros

Remove out of place pixel values

3 visualizaciones (últimos 30 días)
Yazan Awwad
Yazan Awwad el 9 de Nov. de 2013
Comentada: Image Analyst el 28 de Nov. de 2013
Hi, I have a set of 180 images produced by an Ultrasound machine. The images are of the same object which in this case is an eraser. The eraser is in different position in each frame. I was able to know the difference between each two consecutive frames using phase correlation. I shifted all the frames in according to one frame(Frame 1) so that the eraser is aligned in all the frames. I took the average of the 180 frames and i obtained a blurred image of the eraser. I think the image was blurred due to the out of place pixels (pixels that are at very small pixel values in few of the frames where the value is like 200 pixels in most of the frames) My question is: how can i remove those our of place pixels so that the result image quality improves?
I have attached some frames and the average frame result i obtained
<<
>>

Respuestas (1)

Image Analyst
Image Analyst el 10 de Nov. de 2013
You'd be best off if you could register the images before averaging. Try imregister(). You might have to clean up clutter and keep just the good stuff before calling it. You can also try deconvlucy().
  3 comentarios
Yazan Awwad
Yazan Awwad el 27 de Nov. de 2013
could u plz answer me , i still need help
Image Analyst
Image Analyst el 28 de Nov. de 2013
Yes, aligning and image registration mean the same thing.

Iniciar sesión para comentar.

Community Treasure Hunt

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

Start Hunting!

Translated by