Clear Filters
Clear Filters

Remove out of place pixel values

3 views (last 30 days)
Yazan Awwad
Yazan Awwad on 9 Nov 2013
Commented: Image Analyst on 28 Nov 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
<<
>>

Answers (1)

Image Analyst
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
Yazan Awwad
Yazan Awwad on 27 Nov 2013
could u plz answer me , i still need help
Image Analyst
Image Analyst on 28 Nov 2013
Yes, aligning and image registration mean the same thing.

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!