How to coregister two 2D images of size 2048x2048?

6 次查看(过去 30 天)
The region of interest is shifted in one of the images. In the other image, the region of interest is at the center of the image. So how to map the pixels of the region of interest of the shifted image with the other one? Finally the aim is performing coregistration of the two images.

回答(1 个)

Image Analyst
Image Analyst 2012-12-5
Did you try imregister() in the Image Processing Toolbox. This is exactly what it's meant for. Please try it.
  2 个评论
VENKATESAN
VENKATESAN 2012-12-5
I am using Matlab 2008.. So there is no imregister function...
Image Analyst
Image Analyst 2012-12-5
Then try normxcorr2() (in the Image Processing Toolbox) and imtranslate() (in the File Exchange).

请先登录,再进行评论。

类别

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