Image registration and motion correction

조회 수: 15 (최근 30일)
Nikan Fakhari
Nikan Fakhari 2021년 6월 17일
답변: Matt J 2021년 6월 17일
Hi there,
We have acquired an ultrasound sequence with approxamtely 1200 frames and due to the fact that there were lots of hand motion during the acquistion, I need to apply some correction alogorithms.
I was thinking to use image registration using the Imregister function and have my first frame as my fixed image and apply registation to rest of the frames in reference to the first frame.
I have been thinking to use the foor loop, but this is taking forever and it doesnt seem to break out of the loop and finish the process.
Do you guys have any idea of how can I overcome this issue?
All the best,
Nikan

답변 (1개)

Matt J
Matt J 2021년 6월 17일
Maybe downsample the images to reduce computation and use imregtform() instead of imregister()?

카테고리

Help CenterFile Exchange에서 Geometric Transformation and Image Registration에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by