how can i obtain a clear image from a set of 180 images

조회 수: 1 (최근 30일)
Yazan Awwad
Yazan Awwad 2013년 11월 16일
댓글: Yazan Awwad 2013년 11월 23일
I have a series of images produced by an ultrasound machine. The images are of an eraser. the position of the eraser is in a different as the ultrasound probe moves. I did image registration to register all of the images in respect to frame 1 (I have a total of 180 images). the intensities of the pixels of the eraser are not consistent between the frames. I took the average of the 180 images and the output image was blurred. I was wondering if u can suggest away to me so that I can get a clearer image out of the 180 images other than averaging them. Thank you in advance

답변 (1개)

Image Analyst
Image Analyst 2013년 11월 16일
See section 20.12 here for algorithms: http://iris.usc.edu/Vision-Notes/bibliography/contentsmedical.html#Medical%20Applications,%20CAT,%20MRI,%20Ultrasound,%20Heart%20Models,%20Brain%20Models. Pick on, code it up, and come back here if you have questions.
  댓글 수: 4
Image Analyst
Image Analyst 2013년 11월 18일
Does the scene move between frames? If not, I don't see why averaging frames would produce blur. If they do move, reduce noise on each frame, then call imregister() to align them all, then do averaging.
Yazan Awwad
Yazan Awwad 2013년 11월 23일
The eraser is what moves, but using phase correlation I aligned all the images (see examples at this link: http://www.mathworks.co.uk/matlabcentral/answers/105504-remove-out-of-place-pixel-values ). After i averaged them all, the output image was blurred. Is it may be because i am doing the registration incorrectly. Can u plz take a look at the sample images and probably let me know what is going wrong? Thank you

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

카테고리

Help CenterFile Exchange에서 Read, Write, and Modify Image에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by