Remove out of place pixel values
2 views (last 30 days)
Show older comments
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
<<
>>
0 Comments
Answers (1)
Image Analyst
on 10 Nov 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 Comments
See Also
Categories
Find more on Biomedical Imaging in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!